public abstract class PersonListAbstract extends org.nuiton.topia.persistence.TopiaEntityAbstract implements PersonList
| Modifier and Type | Field and Description |
|---|---|
protected String |
name
Nom de l'attribut en BD : name
|
protected UserAccount |
owner
Nom de l'attribut en BD : owner
|
protected List<PollAccount> |
pollAccount
Nom de l'attribut en BD : pollAccount
|
readListeners, readVetoables, topiaContext, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoablesPROPERTY_NAME, PROPERTY_OWNER, PROPERTY_POLL_ACCOUNT| Constructor and Description |
|---|
PersonListAbstract() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.nuiton.topia.persistence.EntityVisitor visitor) |
void |
addAllPollAccount(List<PollAccount> pollAccount) |
void |
addPollAccount(PollAccount pollAccount) |
void |
clearPollAccount() |
List<org.nuiton.topia.persistence.TopiaEntity> |
getAggregate() |
List<org.nuiton.topia.persistence.TopiaEntity> |
getComposite() |
String |
getName() |
UserAccount |
getOwner() |
List<PollAccount> |
getPollAccount() |
PollAccount |
getPollAccountByTopiaId(String topiaId) |
boolean |
isPollAccountEmpty() |
void |
removePollAccount(PollAccount pollAccount) |
void |
setName(String name) |
void |
setOwner(UserAccount owner) |
void |
setPollAccount(List<PollAccount> pollAccount) |
int |
sizePollAccount() |
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, setTopiaVersionclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitaddPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersionprotected String name
protected UserAccount owner
protected List<PollAccount> pollAccount
public void accept(org.nuiton.topia.persistence.EntityVisitor visitor)
throws org.nuiton.topia.TopiaException
accept in interface org.nuiton.topia.persistence.TopiaEntityorg.nuiton.topia.TopiaExceptionpublic void setName(String name)
setName in interface PersonListpublic String getName()
getName in interface PersonListpublic void setOwner(UserAccount owner)
setOwner in interface PersonListpublic UserAccount getOwner()
getOwner in interface PersonListpublic void addPollAccount(PollAccount pollAccount)
addPollAccount in interface PersonListpublic void addAllPollAccount(List<PollAccount> pollAccount)
addAllPollAccount in interface PersonListpublic void setPollAccount(List<PollAccount> pollAccount)
setPollAccount in interface PersonListpublic void removePollAccount(PollAccount pollAccount)
removePollAccount in interface PersonListpublic void clearPollAccount()
clearPollAccount in interface PersonListpublic List<PollAccount> getPollAccount()
getPollAccount in interface PersonListpublic PollAccount getPollAccountByTopiaId(String topiaId)
getPollAccountByTopiaId in interface PersonListpublic int sizePollAccount()
sizePollAccount in interface PersonListpublic boolean isPollAccountEmpty()
isPollAccountEmpty in interface PersonListpublic List<org.nuiton.topia.persistence.TopiaEntity> getAggregate() throws org.nuiton.topia.TopiaException
getAggregate in interface org.nuiton.topia.persistence.TopiaEntitygetAggregate in class org.nuiton.topia.persistence.TopiaEntityAbstractorg.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 org.nuiton.topia.persistence.TopiaEntityAbstractorg.nuiton.topia.TopiaExceptionCopyright © 2009–2014 CodeLutin. All rights reserved.