类 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
-
- 所有已实现的接口:
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
学生联系信息- 另请参阅:
- 序列化表格
-
-
字段概要
-
从类继承的字段 org.openurp.std.info.model.StudentInfoBean
updatedAt
-
-
构造器概要
构造器 构造器 说明 Contact()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetAddress()StringgetEmail()StringgetMobile()StringgetPhone()voidsetAddress(String address)voidsetEmail(String email)voidsetMobile(String mobile)voidsetPhone(String phone)-
从类继承的方法 org.openurp.std.info.model.StudentInfoBean
getStd, getUpdatedAt, setStd, setUpdatedAt
-
-
-
-
方法详细资料
-
getAddress
public String getAddress()
-
setAddress
public void setAddress(String address)
-
getEmail
public String getEmail()
-
setEmail
public void setEmail(String email)
-
getMobile
public String getMobile()
-
setMobile
public void setMobile(String mobile)
-
getPhone
public String getPhone()
-
setPhone
public void setPhone(String phone)
-
-