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.SerialNoGenerator 继承的字段
ORM_CURMAX_ID, ORM_ID_NUMLEN
 
构造方法摘要
Person()
           
 
方法摘要
 String getBirthday()
           
 String getBirthplace()
           
 String getFamilyAddress()
           
 Person getFather()
           
 String getGender()
           
 String getGraduateSchool()
           
 String getIdentificationId()
           
 Person getMother()
           
 String getNativePlace()
           
 String getRace()
           
 Person getSpouse()
           
 boolean isAloneChild()
           
 void setAloneChild(boolean isAloneChild)
           
 void setBirthday(String birthday)
           
 void setBirthplace(String birthplace)
           
 void setFamilyAddress(String familyAddress)
           
 void setFather(Person father)
           
 void setGender(String gender)
           
 void setGraduateSchool(String graduateSchool)
           
 void setIdentificationId(String identificationId)
           
 void setMother(Person mother)
           
 void setNativePlace(String nativePlace)
           
 void setRace(String race)
           
 void setSpouse(Person spouse)
           
 
从类 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
 
从类 java.lang.Object 继承的方法
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

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.