@Generated(value="org.nuiton.topia.templates.EntityTransformer", date="Wed Jul 30 16:58:11 CEST 2014") public interface Personne extends Party2
| 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(Collection<String> otherNames) |
void |
addAllTitle(Collection<Title> title) |
void |
addOtherNames(String otherNames) |
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() |
Collection<Title> |
getTitle() |
boolean |
isOtherNamesEmpty() |
boolean |
isOtherNamesNotEmpty() |
boolean |
isTitleEmpty() |
boolean |
isTitleNotEmpty() |
void |
removeOtherNames(String otherNames) |
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(Collection<Title> title) |
int |
sizeOtherNames() |
int |
sizeTitle() |
addAllContacts, addContacts, clearContacts, containsContacts, getContacts, getContactsByTopiaId, getContactsTopiaIds, isContactsEmpty, isContactsNotEmpty, removeContacts, setContacts, sizeContactsaccept, addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getTopiaCreateDate, getTopiaId, getTopiaVersion, isDeleted, isPersisted, notifyDeleted, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersionstatic 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 addAllOtherNames(Collection<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 addAllTitle(Collection<Title> title)
void setTitle(Collection<Title> title)
void removeTitle(Title title)
void clearTitle()
Collection<Title> getTitle()
int sizeTitle()
boolean isTitleEmpty()
boolean isTitleNotEmpty()
boolean containsTitle(Title title)
Copyright © 2004–2014 CodeLutin. All rights reserved.