public class GradeClassRelation extends Object implements Serializable
| Constructor and Description |
|---|
GradeClassRelation() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCreateAt() |
Long |
getCreateBy() |
Integer |
getGradeName() |
Long |
getId() |
String |
getIntroduce() |
String |
getLevel() |
String |
getName() |
Integer |
getSort() |
Long |
getSubjectId() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setGradeName(Integer gradeName) |
void |
setId(Long id) |
void |
setIntroduce(String introduce) |
void |
setLevel(String level) |
void |
setName(String name) |
void |
setSort(Integer sort) |
void |
setSubjectId(Long subjectId) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final Long ID
public Long getId()
public void setId(Long id)
public Long getSubjectId()
public void setSubjectId(Long subjectId)
public String getName()
public void setName(String name)
public Integer getGradeName()
public void setGradeName(Integer gradeName)
public Integer getSort()
public void setSort(Integer sort)
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)
public String getIntroduce()
public void setIntroduce(String introduce)
public String getLevel()
public void setLevel(String level)
Copyright © 2018. All Rights Reserved.