Package org.openurp.base.model
Class Person
java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<T>
org.beangle.commons.entity.pojo.NumberIdTimeObject<Long>
org.openurp.base.model.Person
- All Implemented Interfaces:
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>
学生基本信息
- Since:
- 2011-10-12
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected Datebirthday出生年月protected Stringcode人员编码protected Countrycountry国家地区protected StringformatedName姓名protected StringformerName曾用名protected Gendergender性别protected StringhomeTown籍贯protected IdTypeidTypeprotected Nationnation民族 留学生使用外国民族protected StringphoneticName英文名protected PoliticalStatuspoliticalStatus政治面貌Fields inherited from class org.beangle.commons.entity.pojo.NumberIdTimeObject
updatedAtFields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
Constructors Constructor Description Person() -
Method Summary
Modifier and Type Method Description DategetBirthday()StringgetCode()CountrygetCountry()StringgetFormatedName()StringgetFormerName()GendergetGender()StringgetHomeTown()IdTypegetIdType()StringgetName()NationgetNation()StringgetPhoneticName()PoliticalStatusgetPoliticalStatus()voidsetBirthday(Date birthday)voidsetCode(String code)voidsetCountry(Country country)voidsetFormatedName(String name)voidsetFormerName(String oldname)voidsetGender(Gender gender)voidsetHomeTown(String homeTown)voidsetIdType(IdType idType)voidsetNation(Nation nation)voidsetPhoneticName(String enName)voidsetPoliticalStatus(PoliticalStatus politicalStatus)Methods inherited from class org.beangle.commons.entity.pojo.NumberIdTimeObject
getUpdatedAt, setUpdatedAtMethods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
Field Details
-
code
人员编码 -
formatedName
姓名 -
phoneticName
英文名 -
formerName
曾用名 -
gender
性别 -
birthday
出生年月 -
idType
-
country
国家地区 -
nation
民族 留学生使用外国民族 -
politicalStatus
政治面貌 -
homeTown
籍贯
-
-
Constructor Details
-
Person
public Person()
-
-
Method Details
-
getCode
-
setCode
-
getFormerName
-
getName
-
setFormerName
-
getBirthday
-
setBirthday
-
getIdType
-
setIdType
-
getCountry
-
setCountry
-
getNation
-
setNation
-
getFormatedName
-
setFormatedName
-
getPhoneticName
-
setPhoneticName
-
getGender
-
setGender
-
getHomeTown
-
setHomeTown
-
getPoliticalStatus
-
setPoliticalStatus
-