@Generated(value="org.nuiton.topia.templates.EntityTransformer", date="Wed Jun 04 11:28:00 CEST 2014") public abstract class PersonneAbstract extends Party2Impl implements Personne
| Modifier and Type | Field and Description |
|---|---|
protected Address |
address
Nom de l'attribut en BD : address
|
protected Gender |
gender
Nom de l'attribut en BD : gender
|
protected String |
name
Nom de l'attribut en BD : name
|
protected Gender |
otherGender
Nom de l'attribut en BD : otherGender
|
protected Collection<String> |
otherNames
Nom de l'attribut en BD : otherNames
|
protected Collection<Title> |
title
Nom de l'attribut en BD : title
|
contactsdeleted, fireSupport, readListeners, readVetoables, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoablesPROPERTY_ADDRESS, PROPERTY_GENDER, PROPERTY_NAME, PROPERTY_OTHER_GENDER, PROPERTY_OTHER_NAMES, PROPERTY_TITLEPROPERTY_CONTACTSAGGREGATE, COMPOSITE, PROPERTY_TOPIA_CREATE_DATE, PROPERTY_TOPIA_ID, PROPERTY_TOPIA_VERSION, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION| Constructor and Description |
|---|
PersonneAbstract() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(TopiaEntityVisitor visitor) |
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() |
String |
toString() |
addAllContacts, addContacts, clearContacts, containsContacts, getContacts, getContactsByTopiaId, getContactsTopiaIds, isContactsEmpty, isContactsNotEmpty, removeContacts, setContacts, sizeContactsaddPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, equals, fireOnPostRead, fireOnPostRead, fireOnPostWrite, fireOnPostWrite, fireOnPreRead, fireOnPreWrite, getFireSupportOrNull, getReadPropertyChangeSupport, getReadVetoableChangeSupport, getTopiaCreateDate, getTopiaId, getTopiaVersion, getWritePropertyChangeSupport, getWriteVetoableChangeSupport, hashCode, isDeleted, isPersisted, notifyDeleted, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersionclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAllContacts, addContacts, clearContacts, containsContacts, getContacts, getContactsByTopiaId, getContactsTopiaIds, isContactsEmpty, isContactsNotEmpty, removeContacts, setContacts, sizeContactsaddPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getTopiaCreateDate, getTopiaId, getTopiaVersion, isDeleted, isPersisted, notifyDeleted, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersionprotected String name
protected Collection<String> otherNames
protected Gender gender
protected Gender otherGender
protected Address address
protected Collection<Title> title
public void accept(TopiaEntityVisitor visitor) throws TopiaException
accept in interface TopiaEntityaccept in class Party2AbstractTopiaExceptionpublic void addOtherNames(String otherNames)
addOtherNames in interface Personnepublic void addAllOtherNames(Collection<String> otherNames)
addAllOtherNames in interface Personnepublic void setOtherNames(Collection<String> otherNames)
setOtherNames in interface Personnepublic void removeOtherNames(String otherNames)
removeOtherNames in interface Personnepublic void clearOtherNames()
clearOtherNames in interface Personnepublic Collection<String> getOtherNames()
getOtherNames in interface Personnepublic int sizeOtherNames()
sizeOtherNames in interface Personnepublic boolean isOtherNamesEmpty()
isOtherNamesEmpty in interface Personnepublic boolean isOtherNamesNotEmpty()
isOtherNamesNotEmpty in interface Personnepublic boolean containsOtherNames(String otherNames)
containsOtherNames in interface Personnepublic void setOtherGender(Gender otherGender)
setOtherGender in interface Personnepublic Gender getOtherGender()
getOtherGender in interface Personnepublic void setAddress(Address address)
setAddress in interface Personnepublic Address getAddress()
getAddress in interface Personnepublic void addAllTitle(Collection<Title> title)
addAllTitle in interface Personnepublic void setTitle(Collection<Title> title)
public void removeTitle(Title title)
removeTitle in interface Personnepublic void clearTitle()
clearTitle in interface Personnepublic Collection<Title> getTitle()
public boolean isTitleEmpty()
isTitleEmpty in interface Personnepublic boolean isTitleNotEmpty()
isTitleNotEmpty in interface Personnepublic boolean containsTitle(Title title)
containsTitle in interface Personnepublic String toString()
toString in class Party2AbstractCopyright © 2004–2014 CodeLutin. All rights reserved.