@Generated(value="org.nuiton.topia.templates.EntityTransformer", date="Fri Jul 31 17:35:28 CEST 2015") public interface Personne extends Party2, ListenableTopiaEntity
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_ADDRESS |
static String |
PROPERTY_GENDER |
static String |
PROPERTY_NAME |
static String |
PROPERTY_OTHER_GENDER |
static String |
PROPERTY_OTHER_NAMES |
static String |
PROPERTY_TITLE |
PROPERTY_CONTACTSAGGREGATE, COMPOSITE, PROPERTY_TOPIA_CREATE_DATE, PROPERTY_TOPIA_ID, PROPERTY_TOPIA_VERSION, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION| Modifier and Type | Method and Description |
|---|---|
void |
addAllOtherNames(Iterable<String> otherNames) |
void |
addAllTitle(Iterable<Title> title) |
void |
addOtherNames(String otherNames) |
void |
addTitle(int index,
Title title) |
void |
addTitle(Title title) |
void |
clearOtherNames() |
void |
clearTitle() |
boolean |
containsOtherNames(String otherNames) |
boolean |
containsTitle(Title title) |
Address |
getAddress() |
Gender |
getGender() |
String |
getName() |
Gender |
getOtherGender() |
Collection<String> |
getOtherNames() |
List<Title> |
getTitle() |
Title |
getTitle(int index) |
boolean |
isOtherNamesEmpty() |
boolean |
isOtherNamesNotEmpty() |
boolean |
isTitleEmpty() |
boolean |
isTitleNotEmpty() |
void |
removeOtherNames(String otherNames) |
void |
removeTitle(int index) |
void |
removeTitle(Title title) |
void |
setAddress(Address address) |
void |
setGender(Gender gender) |
void |
setName(String name) |
void |
setOtherGender(Gender otherGender) |
void |
setOtherNames(Collection<String> otherNames) |
void |
setTitle(List<Title> title) |
int |
sizeOtherNames() |
int |
sizeTitle() |
addAllContacts, addContacts, clearContacts, containsContacts, getContacts, getContactsByTopiaId, getContactsTopiaIds, isContactsEmpty, isContactsNotEmpty, removeContacts, setContacts, sizeContactsaccept, getTopiaCreateDate, getTopiaId, getTopiaVersion, isDeleted, isPersisted, notifyDeleted, setTopiaCreateDate, setTopiaId, setTopiaVersionaddPostReadListener, addPostReadListener, addPostWriteListener, addPostWriteListener, addPreReadListener, addPreReadListener, addPreWriteListener, addPreWriteListener, removePostReadListener, removePostReadListener, removePostWriteListener, removePostWriteListener, removePreReadListener, removePreReadListener, removePreWriteListener, removePreWriteListeneraddPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListenerstatic final String PROPERTY_NAME
static final String PROPERTY_OTHER_NAMES
static final String PROPERTY_GENDER
static final String PROPERTY_OTHER_GENDER
static final String PROPERTY_ADDRESS
static final String PROPERTY_TITLE
void setName(String name)
String getName()
void addOtherNames(String otherNames)
void setOtherNames(Collection<String> otherNames)
void removeOtherNames(String otherNames)
void clearOtherNames()
Collection<String> getOtherNames()
int sizeOtherNames()
boolean isOtherNamesEmpty()
boolean isOtherNamesNotEmpty()
boolean containsOtherNames(String otherNames)
void setGender(Gender gender)
Gender getGender()
void setOtherGender(Gender otherGender)
Gender getOtherGender()
void setAddress(Address address)
Address getAddress()
void addTitle(Title title)
void addTitle(int index,
Title title)
void removeTitle(Title title)
void removeTitle(int index)
void clearTitle()
Title getTitle(int index)
int sizeTitle()
boolean isTitleEmpty()
boolean isTitleNotEmpty()
boolean containsTitle(Title title)
Copyright © 2004–2015 CodeLutin. All rights reserved.