Package org.openurp.base.model
Class 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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Date出生年月protected String人员编码protected Country国家地区protected String曾用名protected Gender性别protected String籍贯protected IdTypeprotected String姓名protected Nation民族 留学生使用外国民族protected String英文名protected PoliticalStatus政治面貌Fields inherited from class org.beangle.commons.entity.pojo.NumberIdTimeObject
updatedAtFields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()getName()voidsetBirthday(Date birthday) voidvoidsetCountry(Country country) voidsetFormerName(String oldname) voidvoidsetHomeTown(String homeTown) voidvoidvoidvoidsetPhoneticName(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
人员编码 -
name
姓名 -
phoneticName
英文名 -
formerName
曾用名 -
gender
性别 -
birthday
出生年月 -
idType
-
country
国家地区 -
nation
民族 留学生使用外国民族 -
politicalStatus
政治面貌 -
homeTown
籍贯
-
-
Constructor Details
-
Person
public Person()
-
-
Method Details
-
getCode
-
setCode
-
getFormerName
-
setFormerName
-
getBirthday
-
setBirthday
-
getIdType
-
setIdType
-
getCountry
-
setCountry
-
getNation
-
setNation
-
getName
-
setName
-
getPhoneticName
-
setPhoneticName
-
getGender
-
setGender
-
getHomeTown
-
setHomeTown
-
getPoliticalStatus
-
setPoliticalStatus
-