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

    • DegreeResult

      public DegreeResult()
  • Method Details

    • 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)
    • getBatch

      public int getBatch()
    • setBatch

      public void setBatch​(int batch)