|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ail.core.Type
com.ail.party.Party
com.ail.party.Person
public class Person
| Field Summary |
|---|
| Fields inherited from class com.ail.core.Type |
|---|
jXPathContext, NOT_PERSISTED |
| Constructor Summary | |
|---|---|
Person()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getActualTitle()
"actual title" is either the value of the title property, or the value of otherTitle if title's value is 'OTHER'. |
DateOfBirth |
getDateOfBirth()
Getter returning the value of the dateOfBirth property. |
java.lang.String |
getFirstName()
Getter returning the value of the firstName property. |
java.lang.String |
getLegalName()
Return the person's legal name. |
java.lang.String |
getOtherTitle()
Getter returning the value of the otherTitle property. |
java.lang.String |
getSurname()
Getter returning the value of the surname property. |
Title |
getTitle()
Getter returning the value of the title property. |
java.lang.String |
getTitleAsString()
Get the value of the title property as a string (as opposed to an instance of com.ail.party.Title). |
void |
setDateOfBirth(DateOfBirth dateOfBirth)
Setter to update the value of the dateOfBirth property. |
void |
setFirstName(java.lang.String firstName)
Setter to update the value of the firstName property. |
void |
setOtherTitle(java.lang.String otherTitle)
Setter to update the value of the otherTitle property. |
void |
setSurname(java.lang.String surname)
Setter to update the value of the surname property. |
void |
setTitle(Title title)
Setter to update the value of the title property. |
void |
setTitleAsString(java.lang.String title)
Set the title property as a String. |
| Methods inherited from class com.ail.party.Party |
|---|
getAddress, setAddress, setLegalName |
| Methods inherited from class com.ail.core.Type |
|---|
addAttribute, clone, deleteLock, deleteSerialVersion, fetchJXPathContext, getAttribute, getAttribute, getAttributeCount, getForeignSystemId, getLock, getSerialVersion, getSystemId, hasLock, hasSerialVersion, hasSystemId, isPersisted, markAsNotPersisted, mergeWithDataFrom, removeAttribute, removeAttribute, setAttribute, setForeignSystemId, setLock, setSerialVersion, setSystemId, xpathGet, xpathGet, xpathIterate, xpathSet |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Person()
| Method Detail |
|---|
public DateOfBirth getDateOfBirth()
public void setDateOfBirth(DateOfBirth dateOfBirth)
dateOfBirth - New value for the dateOfBirth propertypublic java.lang.String getFirstName()
public void setFirstName(java.lang.String firstName)
firstName - New value for the firstName propertypublic java.lang.String getSurname()
public void setSurname(java.lang.String surname)
surname - New value for the surname propertypublic java.lang.String getOtherTitle()
public void setOtherTitle(java.lang.String otherTitle)
otherTitle - New value for the otherTitle propertypublic Title getTitle()
public void setTitle(Title title)
title - New value for the title property
public void setTitleAsString(java.lang.String title)
throws java.lang.IndexOutOfBoundsException
title - New value for property.
java.lang.IndexOutOfBoundsException - If title is not a valid com.ail.party.Title.public java.lang.String getTitleAsString()
public java.lang.String getActualTitle()
public java.lang.String getLegalName()
getLegalName in class Party
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||