Class DegreeResult
- java.lang.Object
-
- org.beangle.commons.entity.pojo.NumberIdObject<Long>
-
- org.beangle.commons.entity.pojo.LongIdObject
-
- org.openurp.edu.graduation.audit.model.DegreeResult
-
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<Long>
@Entity(name="org.openurp.edu.graduation.audit.model.DegreeResult") public class DegreeResult extends org.beangle.commons.entity.pojo.LongIdObject- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DegreeResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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)
-
-
-
Method Detail
-
getItems
public List<DegreeAuditItem> getItems()
- Returns:
- the items
-
setItems
public void setItems(List<DegreeAuditItem> items)
- Parameters:
items- the items to set
-
getPassed
public Boolean getPassed()
- Returns:
- the passed
-
setPassed
public void setPassed(Boolean passed)
- Parameters:
passed- the passed to set
-
isLocked
public boolean isLocked()
- Returns:
- the locked
-
setLocked
public void setLocked(boolean locked)
- Parameters:
locked- the locked to set
-
isPublished
public boolean isPublished()
- Returns:
- the published
-
setPublished
public void setPublished(boolean published)
- Parameters:
published- the published to set
-
getComments
public String getComments()
- Returns:
- the comments
-
setComments
public void setComments(String comments)
- Parameters:
comments- the comments to set
-
getUpdatedAt
public Date getUpdatedAt()
- Returns:
- the updatedAt
-
setUpdatedAt
public void setUpdatedAt(Date updatedAt)
- Parameters:
updatedAt- the updatedAt to set
-
getDegree
public Degree getDegree()
- Returns:
- the degree
-
setDegree
public void setDegree(Degree degree)
- Parameters:
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)
-
-