类 DegreeResult

java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.std.graduation.model.DegreeResult
所有已实现的接口:
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
另请参阅:
  • 构造器详细资料

    • DegreeResult

      public DegreeResult()
  • 方法详细资料

    • getItems

      public List<DegreeAuditItem> getItems()
      返回:
      the items
    • setItems

      public void setItems(List<DegreeAuditItem> items)
      参数:
      items - the items to set
    • getPassed

      public Boolean getPassed()
      返回:
      the passed
    • setPassed

      public void setPassed(Boolean passed)
      参数:
      passed - the passed to set
    • isLocked

      public boolean isLocked()
      返回:
      the locked
    • setLocked

      public void setLocked(boolean locked)
      参数:
      locked - the locked to set
    • isPublished

      public boolean isPublished()
      返回:
      the published
    • setPublished

      public void setPublished(boolean published)
      参数:
      published - the published to set
    • getComments

      public String getComments()
      返回:
      the comments
    • setComments

      public void setComments(String comments)
      参数:
      comments - the comments to set
    • getUpdatedAt

      public Date getUpdatedAt()
      返回:
      the updatedAt
    • setUpdatedAt

      public void setUpdatedAt(Date updatedAt)
      参数:
      updatedAt - the updatedAt to set
    • getDegree

      public Degree getDegree()
      返回:
      the degree
    • setDegree

      public void setDegree(Degree degree)
      参数:
      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)