org.nuiton.topiatest
Class PersonneAbstract
java.lang.Object
org.nuiton.topia.persistence.TopiaEntityAbstract
org.nuiton.topiatest.deletetest.Party2Abstract
org.nuiton.topiatest.deletetest.Party2Impl
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
| Fields inherited from class org.nuiton.topia.persistence.TopiaEntityAbstract |
readListeners, readVetoables, topiaContext, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoables |
| Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity |
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION |
| 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 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 |
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
PersonneAbstract
public PersonneAbstract()
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.