public class Subject extends Object implements Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static Integer |
dept_junior_high |
static Integer |
dept_primary |
static Integer |
dept_senior_high |
static Integer |
dept_study_abroad |
static Integer |
status_freeze |
static Integer |
status_normal |
| 构造器和说明 |
|---|
Subject() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getCreateAt() |
Long |
getCreateBy() |
String |
getFontColour() |
String |
getFrontCoverURL() |
Integer |
getGrade() |
Integer |
getGradeDept() |
Long |
getId() |
String |
getIntroText() |
String |
getPresenter() |
Integer |
getSort() |
Integer |
getStatus() |
String |
getSubjectName() |
Long |
getUpdateAt() |
Long |
getUpdateBy() |
void |
setCreateAt(Long createAt) |
void |
setCreateBy(Long createBy) |
void |
setFontColour(String fontColour) |
void |
setFrontCoverURL(String frontCoverURL) |
void |
setGrade(Integer grade) |
void |
setGradeDept(Integer gradeDept) |
void |
setId(Long id) |
void |
setIntroText(String introText) |
void |
setPresenter(String presenter) |
void |
setSort(Integer sort) |
void |
setStatus(Integer status) |
void |
setSubjectName(String subjectName) |
void |
setUpdateAt(Long updateAt) |
void |
setUpdateBy(Long updateBy) |
String |
toString() |
public static final Integer status_normal
public static final Integer status_freeze
public static final Integer dept_junior_high
public static final Integer dept_senior_high
public static final Integer dept_study_abroad
public static final Integer dept_primary
public Long getId()
public void setId(Long id)
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 Integer getStatus()
public void setStatus(Integer status)
public String getSubjectName()
public void setSubjectName(String subjectName)
public Integer getGrade()
public void setGrade(Integer grade)
public Integer getGradeDept()
public void setGradeDept(Integer gradeDept)
public Integer getSort()
public void setSort(Integer sort)
public String getPresenter()
public void setPresenter(String presenter)
public String getIntroText()
public void setIntroText(String introText)
public String getFontColour()
public void setFontColour(String fontColour)
public String getFrontCoverURL()
public void setFrontCoverURL(String frontCoverURL)
Copyright © 2018. All rights reserved.