类 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
- 另请参阅:
-
字段概要
从类继承的字段 org.beangle.commons.entity.pojo.NumberIdObject
id -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明floatgetGa()floatgetGpa()getItems()getStd()booleanisLocked()booleanvoidsetComments(String comments) voidvoidsetForeignLangPassedOn(Date foreignLangPassedOn) voidsetGa(float ga) voidsetGpa(float gpa) voidsetItems(List<DegreeAuditItem> items) voidsetLocked(boolean locked) voidvoidsetPublished(boolean published) voidsetSession(GraduateSession session) voidvoidsetUpdatedAt(Date updatedAt) 从类继承的方法 org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
构造器详细资料
-
DegreeResult
public DegreeResult()
-
-
方法详细资料
-
getItems
- 返回:
- the items
-
setItems
- 参数:
items- the items to set
-
getPassed
- 返回:
- the passed
-
setPassed
- 参数:
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
- 返回:
- the comments
-
setComments
- 参数:
comments- the comments to set
-
getUpdatedAt
- 返回:
- the updatedAt
-
setUpdatedAt
- 参数:
updatedAt- the updatedAt to set
-
getDegree
- 返回:
- the degree
-
setDegree
- 参数:
degree- the degree to set
-
getSession
-
setSession
-
getStd
-
setStd
-
getGpa
public float getGpa() -
setGpa
public void setGpa(float gpa) -
getGa
public float getGa() -
setGa
public void setGa(float ga) -
getForeignLangPassedOn
-
setForeignLangPassedOn
-