public abstract class PollAccountAbstract extends org.nuiton.topia.persistence.TopiaEntityAbstract implements PollAccount
| Modifier and Type | Field and Description |
|---|---|
protected String |
accountId
Nom de l'attribut en BD : accountId
|
protected String |
email
Nom de l'attribut en BD : email
|
protected PersonList |
personList
Nom de l'attribut en BD : personList
|
protected UserAccount |
userAccount
Nom de l'attribut en BD : userAccount
|
protected List<Vote> |
vote
Nom de l'attribut en BD : vote
|
protected String |
votingId
Nom de l'attribut en BD : votingId
|
protected List<PersonToList> |
votingListPersonToList
Nom de l'attribut en BD : votingList
|
readListeners, readVetoables, topiaContext, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoablesPROPERTY_ACCOUNT_ID, PROPERTY_EMAIL, PROPERTY_PERSON_LIST, PROPERTY_USER_ACCOUNT, PROPERTY_VOTE, PROPERTY_VOTING_ID, PROPERTY_VOTING_LIST_PERSON_TO_LIST| Constructor and Description |
|---|
PollAccountAbstract() |
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 accountId
protected String votingId
protected String email
protected List<PersonToList> votingListPersonToList
protected PersonList personList
protected UserAccount userAccount
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 setAccountId(String accountId)
setAccountId in interface PollAccountpublic String getAccountId()
getAccountId in interface PollAccountpublic void setVotingId(String votingId)
setVotingId in interface PollAccountpublic String getVotingId()
getVotingId in interface PollAccountpublic void setEmail(String email)
setEmail in interface PollAccountpublic String getEmail()
getEmail in interface PollAccountpublic void addVotingListPersonToList(PersonToList votingListPersonToList)
addVotingListPersonToList in interface PollAccountpublic void addAllVotingListPersonToList(List<PersonToList> votingListPersonToList)
addAllVotingListPersonToList in interface PollAccountpublic void setVotingListPersonToList(List<PersonToList> votingListPersonToList)
setVotingListPersonToList in interface PollAccountpublic void removeVotingListPersonToList(PersonToList votingListPersonToList)
removeVotingListPersonToList in interface PollAccountpublic void clearVotingListPersonToList()
clearVotingListPersonToList in interface PollAccountpublic List<PersonToList> getVotingListPersonToList()
getVotingListPersonToList in interface PollAccountpublic PersonToList getVotingListPersonToListByTopiaId(String topiaId)
getVotingListPersonToListByTopiaId in interface PollAccountpublic PersonToList getVotingListPersonToList(VotingList votingList)
getVotingListPersonToList in interface PollAccountpublic int sizeVotingListPersonToList()
sizeVotingListPersonToList in interface PollAccountpublic boolean isVotingListPersonToListEmpty()
isVotingListPersonToListEmpty in interface PollAccountpublic void addVote(Vote vote)
addVote in interface PollAccountpublic void addAllVote(List<Vote> vote)
addAllVote in interface PollAccountpublic void setVote(List<Vote> vote)
setVote in interface PollAccountpublic void removeVote(Vote vote)
removeVote in interface PollAccountpublic void clearVote()
clearVote in interface PollAccountpublic List<Vote> getVote()
getVote in interface PollAccountpublic Vote getVoteByTopiaId(String topiaId)
getVoteByTopiaId in interface PollAccountpublic int sizeVote()
sizeVote in interface PollAccountpublic boolean isVoteEmpty()
isVoteEmpty in interface PollAccountpublic void setPersonList(PersonList personList)
setPersonList in interface PollAccountpublic PersonList getPersonList()
getPersonList in interface PollAccountpublic void setUserAccount(UserAccount userAccount)
setUserAccount in interface PollAccountpublic UserAccount getUserAccount()
getUserAccount in interface PollAccountpublic 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.