org.chorem.pollen.business.persistence
Interface Vote
- All Superinterfaces:
- Serializable, org.nuiton.topia.persistence.TopiaEntity
- All Known Implementing Classes:
- VoteAbstract, VoteImpl
public interface Vote
- extends org.nuiton.topia.persistence.TopiaEntity
| Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity |
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION |
| Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity |
accept, addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getAggregate, getComposite, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion |
PROPERTY_WEIGHT
static final String PROPERTY_WEIGHT
- See Also:
- Constant Field Values
PROPERTY_COMMENT
static final String PROPERTY_COMMENT
- See Also:
- Constant Field Values
PROPERTY_ANONYMOUS
static final String PROPERTY_ANONYMOUS
- See Also:
- Constant Field Values
PROPERTY_CHOICE_VOTE_TO_CHOICE
static final String PROPERTY_CHOICE_VOTE_TO_CHOICE
- See Also:
- Constant Field Values
PROPERTY_POLL
static final String PROPERTY_POLL
- See Also:
- Constant Field Values
PROPERTY_POLL_ACCOUNT
static final String PROPERTY_POLL_ACCOUNT
- See Also:
- Constant Field Values
PROPERTY_VOTING_LIST
static final String PROPERTY_VOTING_LIST
- See Also:
- Constant Field Values
setWeight
void setWeight(double weight)
getWeight
double getWeight()
setComment
void setComment(String comment)
getComment
String getComment()
setAnonymous
void setAnonymous(boolean anonymous)
isAnonymous
boolean isAnonymous()
addChoiceVoteToChoice
void addChoiceVoteToChoice(VoteToChoice choiceVoteToChoice)
addAllChoiceVoteToChoice
void addAllChoiceVoteToChoice(List<VoteToChoice> choiceVoteToChoice)
setChoiceVoteToChoice
void setChoiceVoteToChoice(List<VoteToChoice> choiceVoteToChoice)
removeChoiceVoteToChoice
void removeChoiceVoteToChoice(VoteToChoice choiceVoteToChoice)
clearChoiceVoteToChoice
void clearChoiceVoteToChoice()
getChoiceVoteToChoice
List<VoteToChoice> getChoiceVoteToChoice()
getChoiceVoteToChoiceByTopiaId
VoteToChoice getChoiceVoteToChoiceByTopiaId(String topiaId)
getChoiceVoteToChoice
VoteToChoice getChoiceVoteToChoice(Choice choice)
sizeChoiceVoteToChoice
int sizeChoiceVoteToChoice()
isChoiceVoteToChoiceEmpty
boolean isChoiceVoteToChoiceEmpty()
setPoll
void setPoll(Poll poll)
getPoll
Poll getPoll()
setPollAccount
void setPollAccount(PollAccount pollAccount)
getPollAccount
PollAccount getPollAccount()
setVotingList
void setVotingList(VotingList votingList)
getVotingList
VotingList getVotingList()
Copyright © 2009-2012 CodeLutin. All Rights Reserved.