类 Person
java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<T>
org.beangle.commons.entity.pojo.NumberIdTimeObject<Long>
org.openurp.base.model.Person
- 所有已实现的接口:
Serializable,org.beangle.commons.entity.Entity<Long>,org.beangle.commons.entity.TimeEntity
@Entity(name="org.openurp.base.model.Person")
public class Person
extends org.beangle.commons.entity.pojo.NumberIdTimeObject<Long>
学生基本信息
- 从以下版本开始:
- 2011-10-12
- 另请参阅:
-
字段概要
字段修饰符和类型字段说明protected Date出生年月protected String人员编码protected Country国家地区protected String姓名protected String曾用名protected Gender性别protected String籍贯protected IdTypeprotected Nation民族 留学生使用外国民族protected String英文名protected PoliticalStatus政治面貌从类继承的字段 org.beangle.commons.entity.pojo.NumberIdTimeObject
updatedAt从类继承的字段 org.beangle.commons.entity.pojo.NumberIdObject
id -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getCode()getName()voidsetBirthday(Date birthday) voidvoidsetCountry(Country country) voidsetFormatedName(String name) voidsetFormerName(String oldname) voidvoidsetHomeTown(String homeTown) voidvoidvoidsetPhoneticName(String enName) voidsetPoliticalStatus(PoliticalStatus politicalStatus) 从类继承的方法 org.beangle.commons.entity.pojo.NumberIdTimeObject
getUpdatedAt, setUpdatedAt从类继承的方法 org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
字段详细资料
-
code
人员编码 -
formatedName
姓名 -
phoneticName
英文名 -
formerName
曾用名 -
gender
性别 -
birthday
出生年月 -
idType
-
country
国家地区 -
nation
民族 留学生使用外国民族 -
politicalStatus
政治面貌 -
homeTown
籍贯
-
-
构造器详细资料
-
Person
public Person()
-
-
方法详细资料
-
getCode
-
setCode
-
getFormerName
-
getName
-
setFormerName
-
getBirthday
-
setBirthday
-
getIdType
-
setIdType
-
getCountry
-
setCountry
-
getNation
-
setNation
-
getFormatedName
-
setFormatedName
-
getPhoneticName
-
setPhoneticName
-
getGender
-
setGender
-
getHomeTown
-
setHomeTown
-
getPoliticalStatus
-
setPoliticalStatus
-