Class StudentInfoBean

java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.std.info.model.StudentInfoBean
All Implemented Interfaces:
Serializable, org.beangle.commons.entity.Entity<Long>, org.beangle.commons.entity.TimeEntity, StudentBasedEntity
Direct Known Subclasses:
Admission, Contact, Examinee, Graduation, Home, SocialRelation

@MappedSuperclass
public class StudentInfoBean
extends org.beangle.commons.entity.pojo.LongIdObject
implements StudentBasedEntity
See Also:
Serialized Form
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected Date updatedAt
    修改时间

    Fields inherited from class org.beangle.commons.entity.pojo.NumberIdObject

    id
  • Constructor Summary

    Constructors
    Constructor Description
    StudentInfoBean()  
  • Method Summary

    Modifier and Type Method Description
    Student getStd()  
    Date getUpdatedAt()  
    void setStd​(Student std)  
    void setUpdatedAt​(Date updatedAt)  

    Methods inherited from class org.beangle.commons.entity.pojo.NumberIdObject

    equals, getId, hashCode, isPersisted, isTransient, setId

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.beangle.commons.entity.Entity

    getId, isPersisted, isTransient, setId
  • Field Details

    • updatedAt

      protected Date updatedAt
      修改时间
  • Constructor Details

    • StudentInfoBean

      public StudentInfoBean()
  • Method Details

    • getStd

      public Student getStd()
      Specified by:
      getStd in interface StudentBasedEntity
    • setStd

      public void setStd​(Student std)
      Specified by:
      setStd in interface StudentBasedEntity
    • getUpdatedAt

      public Date getUpdatedAt()
      Specified by:
      getUpdatedAt in interface org.beangle.commons.entity.TimeEntity
    • setUpdatedAt

      public void setUpdatedAt​(Date updatedAt)
      Specified by:
      setUpdatedAt in interface org.beangle.commons.entity.TimeEntity