类 StudentInfoBean

java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.std.info.model.StudentInfoBean
所有已实现的接口:
Serializable, org.beangle.commons.entity.Entity<Long>, org.beangle.commons.entity.TimeEntity, StudentBasedEntity
直接已知子类:
Admission, Contact, Examinee, Graduation, Home, SocialRelation

@MappedSuperclass public class StudentInfoBean extends org.beangle.commons.entity.pojo.LongIdObject implements StudentBasedEntity
另请参阅:
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    protected Date
    修改时间

    从类继承的字段 org.beangle.commons.entity.pojo.NumberIdObject

    id
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
     
     
    void
     
    void
    setUpdatedAt(Date updatedAt)
     

    从类继承的方法 org.beangle.commons.entity.pojo.NumberIdObject

    equals, getId, hashCode, isPersisted, isTransient, setId

    从类继承的方法 java.lang.Object

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

    从接口继承的方法 org.beangle.commons.entity.Entity

    getId, isPersisted, isTransient, setId
  • 字段详细资料

    • updatedAt

      protected Date updatedAt
      修改时间
  • 构造器详细资料

    • StudentInfoBean

      public StudentInfoBean()
  • 方法详细资料

    • getStd

      public Student getStd()
      指定者:
      getStd 在接口中 StudentBasedEntity
    • setStd

      public void setStd(Student std)
      指定者:
      setStd 在接口中 StudentBasedEntity
    • getUpdatedAt

      public Date getUpdatedAt()
      指定者:
      getUpdatedAt 在接口中 org.beangle.commons.entity.TimeEntity
    • setUpdatedAt

      public void setUpdatedAt(Date updatedAt)
      指定者:
      setUpdatedAt 在接口中 org.beangle.commons.entity.TimeEntity