类 DegreeResult
- java.lang.Object
-
- org.beangle.commons.entity.pojo.NumberIdObject<Long>
-
- org.beangle.commons.entity.pojo.LongIdObject
-
- org.openurp.std.graduation.model.DegreeResult
-
- 所有已实现的接口:
Serializable,org.beangle.commons.entity.Entity<Long>
@Entity(name="org.openurp.std.graduation.model.DegreeResult") public class DegreeResult extends org.beangle.commons.entity.pojo.LongIdObject- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 DegreeResult()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetComments()DegreegetDegree()DategetForeignLangPassedOn()floatgetGa()floatgetGpa()List<DegreeAuditItem>getItems()BooleangetPassed()GraduateSessiongetSession()StudentgetStd()DategetUpdatedAt()booleanisLocked()booleanisPublished()voidsetComments(String comments)voidsetDegree(Degree degree)voidsetForeignLangPassedOn(Date foreignLangPassedOn)voidsetGa(float ga)voidsetGpa(float gpa)voidsetItems(List<DegreeAuditItem> items)voidsetLocked(boolean locked)voidsetPassed(Boolean passed)voidsetPublished(boolean published)voidsetSession(GraduateSession session)voidsetStd(Student std)voidsetUpdatedAt(Date updatedAt)
-
-
-
方法详细资料
-
getItems
public List<DegreeAuditItem> getItems()
- 返回:
- the items
-
setItems
public void setItems(List<DegreeAuditItem> items)
- 参数:
items- the items to set
-
getPassed
public Boolean getPassed()
- 返回:
- the passed
-
setPassed
public void setPassed(Boolean passed)
- 参数:
passed- the passed to set
-
isLocked
public boolean isLocked()
- 返回:
- the locked
-
setLocked
public void setLocked(boolean locked)
- 参数:
locked- the locked to set
-
isPublished
public boolean isPublished()
- 返回:
- the published
-
setPublished
public void setPublished(boolean published)
- 参数:
published- the published to set
-
getComments
public String getComments()
- 返回:
- the comments
-
setComments
public void setComments(String comments)
- 参数:
comments- the comments to set
-
getUpdatedAt
public Date getUpdatedAt()
- 返回:
- the updatedAt
-
setUpdatedAt
public void setUpdatedAt(Date updatedAt)
- 参数:
updatedAt- the updatedAt to set
-
getDegree
public Degree getDegree()
- 返回:
- the degree
-
setDegree
public void setDegree(Degree degree)
- 参数:
degree- the degree to set
-
getSession
public GraduateSession getSession()
-
setSession
public void setSession(GraduateSession session)
-
getStd
public Student getStd()
-
setStd
public void setStd(Student std)
-
getGpa
public float getGpa()
-
setGpa
public void setGpa(float gpa)
-
getGa
public float getGa()
-
setGa
public void setGa(float ga)
-
getForeignLangPassedOn
public Date getForeignLangPassedOn()
-
setForeignLangPassedOn
public void setForeignLangPassedOn(Date foreignLangPassedOn)
-
-