org.nuiton.topiatest
Class PersonneAbstract

java.lang.Object
  extended by org.nuiton.topia.persistence.TopiaEntityAbstract
      extended by org.nuiton.topiatest.deletetest.Party2Abstract
          extended by org.nuiton.topiatest.deletetest.Party2Impl
              extended by org.nuiton.topiatest.PersonneAbstract
All Implemented Interfaces:
Serializable, org.nuiton.topia.persistence.TopiaEntity, Party2, Personne
Direct Known Subclasses:
PersonneImpl

public abstract class PersonneAbstract
extends Party2Impl
implements Personne

See Also:
Serialized Form

Field Summary
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
 
Fields inherited from class org.nuiton.topiatest.deletetest.Party2Abstract
contacts
 
Fields inherited from class org.nuiton.topia.persistence.TopiaEntityAbstract
readListeners, readVetoables, topiaContext, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoables
 
Fields inherited from interface org.nuiton.topiatest.Personne
PROPERTY_ADDRESS, PROPERTY_GENDER, PROPERTY_NAME, PROPERTY_OTHER_GENDER, PROPERTY_OTHER_NAMES, PROPERTY_TITLE
 
Fields inherited from interface org.nuiton.topiatest.deletetest.Party2
PROPERTY_CONTACTS
 
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
 
Constructor Summary
PersonneAbstract()
           
 
Method Summary
 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()
           
 
Methods inherited from class org.nuiton.topiatest.deletetest.Party2Abstract
addAllContacts, addContacts, clearContacts, getContacts, getContactsByTopiaId, isContactsEmpty, removeContacts, setContacts, sizeContacts
 
Methods inherited from class org.nuiton.topia.persistence.TopiaEntityAbstract
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, equals, fireOnPostRead, fireOnPostRead, fireOnPostWrite, fireOnPostWrite, fireOnPreRead, fireOnPreWrite, getReadPropertyChangeSupport, getReadVetoableChangeSupport, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, getWritePropertyChangeSupport, getWriteVetoableChangeSupport, hashCode, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaContext, setTopiaCreateDate, setTopiaId, setTopiaVersion
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.nuiton.topiatest.deletetest.Party2
addAllContacts, addContacts, clearContacts, getContacts, getContactsByTopiaId, isContactsEmpty, removeContacts, setContacts, sizeContacts
 
Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion
 

Field Detail

name

protected String name
Nom de l'attribut en BD : name


otherNames

protected Collection<String> otherNames
Nom de l'attribut en BD : otherNames


gender

protected Gender gender
Nom de l'attribut en BD : gender


otherGender

protected Gender otherGender
Nom de l'attribut en BD : otherGender


address

protected Address address
Nom de l'attribut en BD : address


title

protected Collection<Title> title
Nom de l'attribut en BD : title

Constructor Detail

PersonneAbstract

public PersonneAbstract()
Method Detail

accept

public void accept(org.nuiton.topia.persistence.EntityVisitor visitor)
            throws org.nuiton.topia.TopiaException
Specified by:
accept in interface org.nuiton.topia.persistence.TopiaEntity
Overrides:
accept in class Party2Abstract
Throws:
org.nuiton.topia.TopiaException

setName

public void setName(String name)
Specified by:
setName in interface Personne

getName

public String getName()
Specified by:
getName in interface Personne

addOtherNames

public void addOtherNames(String otherNames)
Specified by:
addOtherNames in interface Personne

addAllOtherNames

public void addAllOtherNames(Collection<String> otherNames)
Specified by:
addAllOtherNames in interface Personne

setOtherNames

public void setOtherNames(Collection<String> otherNames)
Specified by:
setOtherNames in interface Personne

removeOtherNames

public void removeOtherNames(String otherNames)
Specified by:
removeOtherNames in interface Personne

clearOtherNames

public void clearOtherNames()
Specified by:
clearOtherNames in interface Personne

getOtherNames

public Collection<String> getOtherNames()
Specified by:
getOtherNames in interface Personne

sizeOtherNames

public int sizeOtherNames()
Specified by:
sizeOtherNames in interface Personne

isOtherNamesEmpty

public boolean isOtherNamesEmpty()
Specified by:
isOtherNamesEmpty in interface Personne

setGender

public void setGender(Gender gender)
Specified by:
setGender in interface Personne

getGender

public Gender getGender()
Specified by:
getGender in interface Personne

setOtherGender

public void setOtherGender(Gender otherGender)
Specified by:
setOtherGender in interface Personne

getOtherGender

public Gender getOtherGender()
Specified by:
getOtherGender in interface Personne

setAddress

public void setAddress(Address address)
Specified by:
setAddress in interface Personne

getAddress

public Address getAddress()
Specified by:
getAddress in interface Personne

addTitle

public void addTitle(Title title)
Specified by:
addTitle in interface Personne

addAllTitle

public void addAllTitle(Collection<Title> title)
Specified by:
addAllTitle in interface Personne

setTitle

public void setTitle(Collection<Title> title)
Specified by:
setTitle in interface Personne

removeTitle

public void removeTitle(Title title)
Specified by:
removeTitle in interface Personne

clearTitle

public void clearTitle()
Specified by:
clearTitle in interface Personne

getTitle

public Collection<Title> getTitle()
Specified by:
getTitle in interface Personne

sizeTitle

public int sizeTitle()
Specified by:
sizeTitle in interface Personne

isTitleEmpty

public boolean isTitleEmpty()
Specified by:
isTitleEmpty in interface Personne

getAggregate

public List<org.nuiton.topia.persistence.TopiaEntity> getAggregate()
                                                            throws org.nuiton.topia.TopiaException
Specified by:
getAggregate in interface org.nuiton.topia.persistence.TopiaEntity
Overrides:
getAggregate in class Party2Abstract
Throws:
org.nuiton.topia.TopiaException

getComposite

public List<org.nuiton.topia.persistence.TopiaEntity> getComposite()
                                                            throws org.nuiton.topia.TopiaException
Specified by:
getComposite in interface org.nuiton.topia.persistence.TopiaEntity
Overrides:
getComposite in class Party2Abstract
Throws:
org.nuiton.topia.TopiaException

toString

public String toString()
Overrides:
toString in class Party2Abstract


Copyright © 2004-2011 CodeLutin. All Rights Reserved.