@Generated(value="org.nuiton.topia.generator.EntityTransformer", date="Thu Oct 31 23:52:36 CET 2013") 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_CONTACTS| Constructor and Description |
|---|
PersonneAbstract() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.nuiton.topia.persistence.EntityVisitor visitor) |
void |
addAllOtherNames(Collection<String> otherNames) |
void |
addAllTitle(Collection<Title> title) |
void |
addOtherNames(String otherNames) |
void |
addTitle(Title title) |
void |
clearOtherNames() |
void |
clearTitle() |
Address |
getAddress() |
List<org.nuiton.topia.persistence.TopiaEntity> |
getAggregate() |
List<org.nuiton.topia.persistence.TopiaEntity> |
getComposite() |
Gender |
getGender() |
String |
getName() |
Gender |
getOtherGender() |
Collection<String> |
getOtherNames() |
Collection<Title> |
getTitle() |
boolean |
isOtherNamesEmpty() |
boolean |
isTitleEmpty() |
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, getContacts, getContactsByTopiaId, isContactsEmpty, 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, isPersisted, notifyDeleted, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersionclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAllContacts, addContacts, clearContacts, getContacts, getContactsByTopiaId, isContactsEmpty, removeContacts, setContacts, sizeContactsaddPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getTopiaCreateDate, getTopiaId, getTopiaVersion, 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(org.nuiton.topia.persistence.EntityVisitor visitor)
throws org.nuiton.topia.TopiaException
accept in interface org.nuiton.topia.persistence.TopiaEntityaccept in class Party2Abstractorg.nuiton.topia.TopiaExceptionpublic 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 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 List<org.nuiton.topia.persistence.TopiaEntity> getAggregate() throws org.nuiton.topia.TopiaException
getAggregate in interface org.nuiton.topia.persistence.TopiaEntitygetAggregate in class Party2Abstractorg.nuiton.topia.TopiaExceptionpublic List<org.nuiton.topia.persistence.TopiaEntity> getComposite() throws org.nuiton.topia.TopiaException
getComposite in interface org.nuiton.topia.persistence.TopiaEntitygetComposite in class Party2Abstractorg.nuiton.topia.TopiaExceptionpublic String toString()
toString in class Party2AbstractCopyright © 2004–2013 CodeLutin. All rights reserved.