public class Clazz extends Object implements Serializable
| 构造器和说明 |
|---|
Clazz() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getClassNo() |
Long |
getCreateAt() |
Long |
getCreateBy() |
Integer |
getGrade() |
Long |
getId() |
Long |
getSchoolId() |
Integer |
getStatus() |
Integer |
getTerm() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setClassNo(Integer classNo) |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setGrade(Integer grade) |
void |
setId(Long id) |
void |
setSchoolId(Long schoolId) |
void |
setStatus(Integer status) |
void |
setTerm(Integer term) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public Long getId()
public void setId(Long id)
public Integer getGrade()
public void setGrade(Integer grade)
public Integer getTerm()
public void setTerm(Integer term)
public Integer getClassNo()
public void setClassNo(Integer classNo)
public Long getSchoolId()
public void setSchoolId(Long schoolId)
public Long getCreateAt()
public void setCreateAt(Long createAt)
public Long getUpdateAt()
public void setUpdateAt(Long updateAt)
public Long getCreateBy()
public void setCreateBy(Long createBy)
public Long getUpdateBy()
public void setUpdateBy(Long updateBy)
public Integer getStatus()
public void setStatus(Integer status)
Copyright © 2018. All Rights Reserved.