cn.remex.db.model
类 Person
java.lang.Object
cn.remex.db.rsql.model.ModelableImpl
cn.remex.db.model.Person
- 所有已实现的接口:
- Modelable, SerialNoGenerator, Serializable
public class Person
- extends ModelableImpl
- 另请参见:
- 序列化表格
| 从类 cn.remex.db.rsql.model.ModelableImpl 继承的方法 |
_addModifyFileds, _getModifyFileds, _isAopModelBean, _setAopModelBean, createSerialNo, equals, generateId, getCreateOperator_name, getCreateOperator, getCreateTime, getDataStatus, getId, getModifyOperator_name, getModifyOperator, getModifyTime, getName, getNote, getOwnership_name, getVersion, obtainAbbreviation, obtainIdFormat, obtainSerialNoFormat, setCreateOperator_name, setCreateOperator, setCreateTime, setDataStatus, setId, setModifyOperator_name, setModifyOperator, setModifyTime, setName, setNote, setOwnership_name, setVersion, trigger |
Person
public Person()
getBirthday
public String getBirthday()
getBirthplace
public String getBirthplace()
getFamilyAddress
public String getFamilyAddress()
getFather
public Person getFather()
getGender
public String getGender()
getGraduateSchool
public String getGraduateSchool()
getIdentificationId
public String getIdentificationId()
getMother
public Person getMother()
getNativePlace
public String getNativePlace()
getRace
public String getRace()
getSpouse
public Person getSpouse()
isAloneChild
public boolean isAloneChild()
setAloneChild
public void setAloneChild(boolean isAloneChild)
setBirthday
public void setBirthday(String birthday)
setBirthplace
public void setBirthplace(String birthplace)
setFamilyAddress
public void setFamilyAddress(String familyAddress)
setFather
public void setFather(Person father)
setGender
public void setGender(String gender)
setGraduateSchool
public void setGraduateSchool(String graduateSchool)
setIdentificationId
public void setIdentificationId(String identificationId)
setMother
public void setMother(Person mother)
setNativePlace
public void setNativePlace(String nativePlace)
setRace
public void setRace(String race)
setSpouse
public void setSpouse(Person spouse)
Copyright © 2016. All rights reserved.