public class QuesbankTask extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static int |
exercise_multi_select
多选题
|
static int |
exercise_single_select
单选题
|
static int |
exercise_type_TF
判断题
|
static int |
STATUS_CONNECT
关联题库
|
static int |
STATUS_NOT_CONNECT
未关联题库
|
| Constructor and Description |
|---|
QuesbankTask() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCreateAt() |
Long |
getCreateBy() |
Long |
getId() |
Long |
getQuesbankId() |
Integer |
getSpecificType() |
Integer |
getStatus() |
Long |
getTaskId() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setId(Long id) |
void |
setQuesbankId(Long quesbankId) |
void |
setSpecificType(Integer specificType) |
void |
setStatus(Integer status) |
void |
setTaskId(Long taskId) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final int STATUS_NOT_CONNECT
public static final int STATUS_CONNECT
public static final int exercise_multi_select
public static final int exercise_single_select
public static final int exercise_type_TF
public Long getId()
public void setId(Long id)
public Long getQuesbankId()
public void setQuesbankId(Long quesbankId)
public Long getTaskId()
public void setTaskId(Long taskId)
public Integer getSpecificType()
public void setSpecificType(Integer specificType)
public Integer getStatus()
public void setStatus(Integer status)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getCreateAt()
public void setCreateAt(Long createAt)
Copyright © 2019. All Rights Reserved.