public class Quesbank extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Integer |
STATUS_OFF
未使用
|
static Integer |
STATUS_ON
使用中
|
| Constructor and Description |
|---|
Quesbank() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCreateAt() |
Long |
getCreateBy() |
Integer |
getGradeDept() |
Long |
getId() |
String |
getName() |
Integer |
getStatus() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setGradeDept(Integer gradeDept) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setStatus(Integer status) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final Integer STATUS_OFF
public static final Integer STATUS_ON
public Long getId()
public void setId(Long id)
public String getName()
public void setName(String name)
public Integer getGradeDept()
public void setGradeDept(Integer gradeDept)
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.