@Entity(name="org.openurp.people.base.model.Person") public class Person extends org.beangle.commons.entity.pojo.NumberIdTimeObject<Long>
| Modifier and Type | Field and Description |
|---|---|
protected Date |
birthday
出生年月
|
protected String |
code
人员编码
|
protected Country |
country
国家地区
|
protected String |
formatedName
姓名
|
protected String |
formerName
曾用名
|
protected Gender |
gender
性别
|
protected String |
homeTown
籍贯
|
protected IdType |
idType |
protected Nation |
nation
民族 留学生使用外国民族
|
protected String |
phoneticName
英文名
|
| Constructor and Description |
|---|
Person() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getBirthday() |
String |
getCode() |
Country |
getCountry() |
String |
getFormatedName() |
String |
getFormerName() |
Gender |
getGender() |
String |
getHomeTown() |
IdType |
getIdType() |
String |
getName() |
Nation |
getNation() |
String |
getPhoneticName() |
void |
setBirthday(Date birthday) |
void |
setCode(String code) |
void |
setCountry(Country country) |
void |
setFormatedName(String name) |
void |
setFormerName(String oldname) |
void |
setGender(Gender gender) |
void |
setHomeTown(String homeTown) |
void |
setIdType(IdType idType) |
void |
setNation(Nation nation) |
void |
setPhoneticName(String enName) |
getUpdatedAt, setUpdatedAt@NotNull @Size(max=32) protected String code
@NotNull protected String formatedName
@Size(max=255) protected String phoneticName
protected String formerName
@NotNull protected Gender gender
protected Date birthday
@NotNull protected IdType idType
protected Country country
protected Nation nation
protected String homeTown
public String getCode()
public void setCode(String code)
public String getFormerName()
public String getName()
public void setFormerName(String oldname)
public Date getBirthday()
public void setBirthday(Date birthday)
public IdType getIdType()
public void setIdType(IdType idType)
public Country getCountry()
public void setCountry(Country country)
public Nation getNation()
public void setNation(Nation nation)
public String getFormatedName()
public void setFormatedName(String name)
public String getPhoneticName()
public void setPhoneticName(String enName)
public Gender getGender()
public void setGender(Gender gender)
public String getHomeTown()
public void setHomeTown(String homeTown)
Copyright © 2014–2018 The OpenURP Software. All rights reserved.