类 GraduateResult

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

    • GraduateResult

      public GraduateResult()
  • 方法详细资料

    • getItems

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

      public void setItems(List<GraduateAuditItem> 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
    • getEducationResult

      public EducationResult getEducationResult()
      返回:
      the educationResult
    • setEducationResult

      public void setEducationResult(EducationResult educationResult)
      参数:
      educationResult - the educationResult to set
    • getSession

      public GraduateSession getSession()
    • setSession

      public void setSession(GraduateSession session)
    • getStd

      public Student getStd()
    • setStd

      public void setStd(Student std)
    • getAcquiredCredits

      public float getAcquiredCredits()
    • setAcquiredCredits

      public void setAcquiredCredits(float acquiredCredits)
    • getRequiredCredits

      public float getRequiredCredits()
    • setRequiredCredits

      public void setRequiredCredits(float requiredCredits)
    • getElectedCredits

      public float getElectedCredits()
    • setElectedCredits

      public void setElectedCredits(float electedCredits)
    • getBatchNo

      public int getBatchNo()
    • setBatchNo

      public void setBatchNo(int batchNo)