Package org.openurp.std.graduation.model
Class GraduateResult
java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.std.graduation.model.GraduateResult
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<Long>
@Entity(name="org.openurp.std.graduation.model.GraduateResult")
public class GraduateResult
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 TypeMethodDescriptiongetBatch()intgetItems()getStd()booleanisLocked()booleanvoidsetBatch(GraduateBatch batch) voidsetBatchNo(int batchNo) voidsetComments(String comments) voidsetEducationResult(EducationResult educationResult) voidsetItems(List<GraduateAuditItem> items) voidsetLocked(boolean locked) voidvoidsetPublished(boolean published) voidvoidsetUpdatedAt(Date updatedAt) Methods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
Constructor Details
-
GraduateResult
public GraduateResult()
-
-
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
-
getEducationResult
- Returns:
- the educationResult
-
setEducationResult
- Parameters:
educationResult- the educationResult to set
-
getBatch
-
setBatch
-
getStd
-
setStd
-
getBatchNo
public int getBatchNo() -
setBatchNo
public void setBatchNo(int batchNo)
-