Package org.openurp.std.graduation.model
Class DegreeResult
java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.std.graduation.model.DegreeResult
- All Implemented Interfaces:
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
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
Constructors Constructor Description DegreeResult() -
Method Summary
Modifier and Type Method Description intgetBatch()StringgetComments()DegreegetDegree()DategetForeignLangPassedOn()floatgetGa()floatgetGpa()List<DegreeAuditItem>getItems()BooleangetPassed()GraduateSessiongetSession()StudentgetStd()DategetUpdatedAt()booleanisLocked()booleanisPublished()voidsetBatch(int batch)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)Methods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
Constructor Details
-
DegreeResult
public DegreeResult()
-
-
Method Details
-
getItems
- Returns:
- the items
-
setItems
- Parameters:
items- the items to set
-
getPassed
- Returns:
- the passed
-
setPassed
- 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
- Returns:
- the comments
-
setComments
- Parameters:
comments- the comments to set
-
getUpdatedAt
- Returns:
- the updatedAt
-
setUpdatedAt
- Parameters:
updatedAt- the updatedAt to set
-
getDegree
- Returns:
- the degree
-
setDegree
- Parameters:
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
-
getBatch
public int getBatch() -
setBatch
public void setBatch(int batch)
-