Class Contact
- java.lang.Object
-
- org.beangle.commons.entity.pojo.NumberIdObject<Long>
-
- org.beangle.commons.entity.pojo.LongIdObject
-
- org.openurp.edu.student.info.model.StudentInfoBean
-
- org.openurp.edu.student.info.model.Contact
-
- All Implemented Interfaces:
Serializable,org.beangle.commons.entity.Entity<Long>,org.beangle.commons.entity.TimeEntity,StudentBasedEntity
@Entity(name="org.openurp.edu.student.info.model.Contact") public class Contact extends StudentInfoBean
学生联系信息- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openurp.edu.student.info.model.StudentInfoBean
updatedAt
-
-
Constructor Summary
Constructors Constructor Description Contact()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAddress()StringgetMail()StringgetMobile()StringgetPhone()voidsetAddress(String address)voidsetMail(String mail)voidsetMobile(String mobile)voidsetPhone(String phone)-
Methods inherited from class org.openurp.edu.student.info.model.StudentInfoBean
getStd, getUpdatedAt, setStd, setUpdatedAt
-
Methods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
-
-
-
Method Detail
-
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)
-
-