Class Contact

java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Long>
org.beangle.commons.entity.pojo.LongIdObject
org.openurp.std.info.model.StudentInfoBean
org.openurp.std.info.model.Contact
All Implemented Interfaces:
Serializable, org.beangle.commons.entity.Entity<Long>, org.beangle.commons.entity.TimeEntity, StudentBasedEntity

@Entity(name="org.openurp.std.info.model.Contact") public class Contact extends StudentInfoBean
学生联系信息
See Also:
Serialized Form
  • Constructor Details

    • Contact

      public Contact()
  • Method Details

    • getAddress

      public String getAddress()
    • setAddress

      public void setAddress(String address)
    • getMail

      public String getMail()
    • setMail

      public void setMail(String mail)
    • getMobile

      public String getMobile()
    • setMobile

      public void setMobile(String mobile)
    • getPhone

      public String getPhone()
    • setPhone

      public void setPhone(String phone)