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:
-
Field Summary
Fields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetBatch()floatgetGa()floatgetGpa()getStd()booleanisLocked()booleanvoidsetBatch(GraduateBatch batch) voidsetComments(String comments) voidvoidsetFailedItems(String failedItems) voidsetForeignLangPassedOn(Date foreignLangPassedOn) voidsetGa(float ga) voidsetGpa(float gpa) voidsetLocked(boolean locked) voidvoidsetPassedItems(String passedItems) voidsetPublished(boolean published) voidvoidsetUpdatedAt(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
-
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
-
getBatch
-
setBatch
-
getStd
-
setStd
-
getGpa
public float getGpa() -
setGpa
public void setGpa(float gpa) -
getGa
public float getGa() -
setGa
public void setGa(float ga) -
getForeignLangPassedOn
-
setForeignLangPassedOn
-
getPassedItems
-
setPassedItems
-
getFailedItems
-
setFailedItems
-
add
-