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:
  • Constructor Details

    • GraduateResult

      public GraduateResult()
  • Method Details

    • 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
    • getEducationResult

      public EducationResult getEducationResult()
      Returns:
      the educationResult
    • setEducationResult

      public void setEducationResult(EducationResult educationResult)
      Parameters:
      educationResult - the educationResult to set
    • getBatch

      public GraduateBatch getBatch()
    • setBatch

      public void setBatch(GraduateBatch batch)
    • getStd

      public Student getStd()
    • setStd

      public void setStd(Student std)
    • getBatchNo

      public int getBatchNo()
    • setBatchNo

      public void setBatchNo(int batchNo)
    • add

      public void add(boolean passed, String item)
    • getPassedItems

      public String getPassedItems()
    • setPassedItems

      public void setPassedItems(String passedItems)
    • getFailedItems

      public String getFailedItems()
    • setFailedItems

      public void setFailedItems(String failedItems)