-
-
Method Summary
void
void
void
void
void
void
void
boolean
boolean
boolean
boolean
boolean
boolean
void
void
void
void
void
void
void
void
void
int
int
Methods inherited from interface org.nuiton.topia.persistence.event.ListenableTopiaEntity
addPostReadListener, addPostReadListener, addPostWriteListener, addPostWriteListener, addPreReadListener, addPreReadListener, addPreWriteListener, addPreWriteListener, removePostReadListener, removePostReadListener, removePostWriteListener, removePostWriteListener, removePreReadListener, removePreReadListener, removePreWriteListener, removePreWriteListener
Methods inherited from interface org.nuiton.topia.it.legacy.topiatest.deletetest.Party2
addAllContacts, addContacts, clearContacts, containsContacts, getContacts, getContactsByTopiaId, getContactsTopiaIds, isContactsEmpty, isContactsNotEmpty, removeContacts, setContacts, sizeContacts
-
Field Details
-
PROPERTY_NAME
static final String PROPERTY_NAME
- See Also:
-
-
PROPERTY_OTHER_NAMES
static final String PROPERTY_OTHER_NAMES
- See Also:
-
-
PROPERTY_GENDER
static final String PROPERTY_GENDER
- See Also:
-
-
PROPERTY_OTHER_GENDER
static final String PROPERTY_OTHER_GENDER
- See Also:
-
-
PROPERTY_ADDRESS
static final String PROPERTY_ADDRESS
- See Also:
-
-
PROPERTY_TITLE
static final String PROPERTY_TITLE
- See Also:
-
-
Method Details
-
-
-
addOtherNames
void addOtherNames(String otherNames)
-
-
-
removeOtherNames
void removeOtherNames(String otherNames)
-
clearOtherNames
void clearOtherNames()
-
-
sizeOtherNames
int sizeOtherNames()
-
isOtherNamesEmpty
boolean isOtherNamesEmpty()
-
isOtherNamesNotEmpty
boolean isOtherNamesNotEmpty()
-
containsOtherNames
boolean containsOtherNames(String otherNames)
-
-
-
setOtherGender
void setOtherGender(Gender otherGender)
-
-
-
-
addTitle
void addTitle(Title title)
-
addTitle
void addTitle(int index,
Title title)
-
-
-
removeTitle
void removeTitle(Title title)
-
removeTitle
void removeTitle(int index)
-
clearTitle
void clearTitle()
-
-
getTitle
Title getTitle(int index)
-
sizeTitle
int sizeTitle()
-
isTitleEmpty
boolean isTitleEmpty()
-
isTitleNotEmpty
boolean isTitleNotEmpty()
-
containsTitle
boolean containsTitle(Title title)