|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--asgaard.skid.SkidBean | +--asgaard.lang.Person
Person is the base implementation for the representation of any human.
asgaard.sjid.SkidBean
, Serialized FormFields inherited from class asgaard.skid.SkidBean |
broker,
debug,
history_policy,
LAST_METHOD |
Constructor Summary | |
Person()
Creates an instance of the Person class. |
Method Summary | |
java.util.Date |
getBirthdate()
Returns the date of birth of the person. return date of birth |
java.lang.String |
getFirstname()
Returns the first name of the person. return the first name |
java.lang.String |
getIdentifier()
Get the Identifier of the Bean which shall be unique worldwide for different Objects (like different Plans with luckily the same Name) and common for identical Objects (like a Person reentered), do not use manually. |
java.lang.String |
getInitial()
Returns the initials of the person. return initials |
java.lang.String |
getLastname()
Returns the last name of the person. return the last name |
java.lang.String |
getName()
Gets the qualified Name of the Person. |
Def |
getNation()
Returns the Nation of the Person |
java.lang.String |
getNickname()
Returns the nickname of the person. return the nickname |
Def |
getSex()
Returns the Gender of the Person |
int |
getSINr()
Returns the social-insurance-number of the person. return SINr the social-insurance-number |
java.lang.String |
getTitle()
Returns the title of the person. return the title |
byte |
getUpdatePolicy()
Get's the update policy defined by the UPDATE_* constants. |
void |
setBirthdate(java.util.Date Birthdate)
Sets the Birthdate of the person. |
void |
setFirstname(java.lang.String Firstname)
Sets the first name of the person. |
void |
setInitial(java.lang.String Initial)
Sets the initials of the person. |
void |
setLastname(java.lang.String Lastname)
Sets the last name of the person. |
boolean |
setNation(int key)
Defines the Nation of the Person |
boolean |
setNation(java.lang.String name)
Defines the Nation of the Person |
void |
setNickname(java.lang.String Nickname)
Sets the nickname of the person. |
boolean |
setSex(int key)
Defines the Gender of the Person |
boolean |
setSex(java.lang.String name)
Defines the Gender of the Person |
void |
setSINr(int SINr)
Sets the social-insurance-number of the person. |
void |
setTitle(java.lang.String Title)
Sets the Title of the person. |
Methods inherited from class asgaard.skid.SkidBean |
addEvent,
cloneBean,
flush,
getAge,
getBeanType,
getBroker,
getChangeHistory,
getClassKey,
getCreated,
getEvent,
getFilter,
getKey,
getLink,
getMethods,
getModified,
getObject,
init,
invoke,
isChanged,
isNew,
isReadOnly,
modify,
putLink,
setAge,
setObject,
suscribeEvent,
undo |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public Person()
Person
class.Method Detail |
public byte getUpdatePolicy()
UPDATE_*
constants.asgaard.skid.RemoteBean.UPDATE_WEAK
public java.lang.String getName()
public java.lang.String getIdentifier()
getName
is used to create an
Identifier.
This method usually is used only once at creation time and may produce
different results every time.asgaard.skid.SkidBean.enforceUniqueness
,
asgaard.skid.SkidBean.getName
public void setSINr(int SINr)
SINr
- the numberpublic void setTitle(java.lang.String Title)
Title
- the Titlepublic void setLastname(java.lang.String Lastname)
Lastname
- the last namepublic void setFirstname(java.lang.String Firstname)
Firstname
- the first namepublic void setNickname(java.lang.String Nickname)
nickname
- the nicknamepublic void setInitial(java.lang.String Initial)
Initial
- the Initialspublic void setBirthdate(java.util.Date Birthdate)
Birthdate
- the Birthdatepublic int getSINr()
public java.lang.String getTitle()
public java.lang.String getLastname()
public java.lang.String getFirstname()
public java.lang.String getNickname()
public java.lang.String getInitial()
public java.util.Date getBirthdate()
public Def getNation()
public boolean setNation(int key)
public boolean setNation(java.lang.String name)
public Def getSex()
public boolean setSex(int key)
public boolean setSex(java.lang.String name)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |