@Generated(value="org.nuiton.topia.generator.EntityTransformer", date="Sun May 24 17:12:52 UTC 2015") 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
|
contactsPROPERTY_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(EntityVisitor visitor) |
protected void |
accept0(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<TopiaEntity> |
getAggregate() |
List<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, sizeContactsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddAllContacts, addContacts, clearContacts, getContacts, getContactsByTopiaId, isContactsEmpty, removeContacts, setContacts, sizeContactsprotected String name
protected Collection<String> otherNames
protected Gender gender
protected Gender otherGender
protected Address address
protected Collection<Title> title
public void accept(EntityVisitor visitor)
throws TopiaException
accept in class Party2AbstractTopiaExceptionprotected void accept0(EntityVisitor visitor)
throws TopiaException
accept0 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 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<TopiaEntity> getAggregate() throws TopiaException
getAggregate in class Party2AbstractTopiaExceptionpublic List<TopiaEntity> getComposite() throws TopiaException
getComposite in class Party2AbstractTopiaExceptionpublic String toString()
toString in class Party2AbstractCopyright © 2004–2015 CodeLutin. All rights reserved.