public abstract class VotingListAbstract extends org.nuiton.topia.persistence.TopiaEntityAbstract implements VotingList
| Modifier and Type | Field and Description |
|---|---|
protected String |
name
Nom de l'attribut en BD : name
|
protected List<PersonToList> |
pollAccountPersonToList
Nom de l'attribut en BD : pollAccount
|
protected Vote |
vote
Nom de l'attribut en BD : vote
|
protected double |
weight
Nom de l'attribut en BD : weight
|
readListeners, readVetoables, topiaContext, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoablesPROPERTY_NAME, PROPERTY_POLL_ACCOUNT_PERSON_TO_LIST, PROPERTY_VOTE, PROPERTY_WEIGHT| Constructor and Description |
|---|
VotingListAbstract() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.nuiton.topia.persistence.EntityVisitor visitor) |
void |
addAllPollAccountPersonToList(List<PersonToList> pollAccountPersonToList) |
void |
addPollAccountPersonToList(PersonToList pollAccountPersonToList) |
void |
clearPollAccountPersonToList() |
List<org.nuiton.topia.persistence.TopiaEntity> |
getAggregate() |
List<org.nuiton.topia.persistence.TopiaEntity> |
getComposite() |
String |
getName() |
List<PersonToList> |
getPollAccountPersonToList() |
PersonToList |
getPollAccountPersonToList(PollAccount pollAccount) |
PersonToList |
getPollAccountPersonToListByTopiaId(String topiaId) |
Vote |
getVote() |
double |
getWeight() |
boolean |
isPollAccountPersonToListEmpty() |
void |
removePollAccountPersonToList(PersonToList pollAccountPersonToList) |
void |
setName(String name) |
void |
setPollAccountPersonToList(List<PersonToList> pollAccountPersonToList) |
void |
setVote(Vote vote) |
void |
setWeight(double weight) |
int |
sizePollAccountPersonToList() |
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 double weight
protected List<PersonToList> pollAccountPersonToList
protected Vote vote
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 VotingListpublic String getName()
getName in interface VotingListpublic void setWeight(double weight)
setWeight in interface VotingListpublic double getWeight()
getWeight in interface VotingListpublic void addPollAccountPersonToList(PersonToList pollAccountPersonToList)
addPollAccountPersonToList in interface VotingListpublic void addAllPollAccountPersonToList(List<PersonToList> pollAccountPersonToList)
addAllPollAccountPersonToList in interface VotingListpublic void setPollAccountPersonToList(List<PersonToList> pollAccountPersonToList)
setPollAccountPersonToList in interface VotingListpublic void removePollAccountPersonToList(PersonToList pollAccountPersonToList)
removePollAccountPersonToList in interface VotingListpublic void clearPollAccountPersonToList()
clearPollAccountPersonToList in interface VotingListpublic List<PersonToList> getPollAccountPersonToList()
getPollAccountPersonToList in interface VotingListpublic PersonToList getPollAccountPersonToListByTopiaId(String topiaId)
getPollAccountPersonToListByTopiaId in interface VotingListpublic PersonToList getPollAccountPersonToList(PollAccount pollAccount)
getPollAccountPersonToList in interface VotingListpublic int sizePollAccountPersonToList()
sizePollAccountPersonToList in interface VotingListpublic boolean isPollAccountPersonToListEmpty()
isPollAccountPersonToListEmpty in interface VotingListpublic void setVote(Vote vote)
setVote in interface VotingListpublic Vote getVote()
getVote in interface VotingListpublic 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–2013 CodeLutin. All rights reserved.