org.chorem.pollen.business.persistence
Interface VoteToChoice

All Superinterfaces:
Serializable, org.nuiton.topia.persistence.TopiaEntity
All Known Implementing Classes:
VoteToChoiceAbstract, VoteToChoiceImpl

public interface VoteToChoice
extends org.nuiton.topia.persistence.TopiaEntity


Field Summary
static String PROPERTY_CHOICE
           
static String PROPERTY_VOTE
           
static String PROPERTY_VOTE_VALUE
           
 
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
 
Method Summary
 Choice getChoice()
           
 Vote getVote()
           
 Integer getVoteValue()
           
 void setChoice(Choice choice)
           
 void setVote(Vote vote)
           
 void setVoteValue(Integer voteValue)
           
 
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
 

Field Detail

PROPERTY_VOTE_VALUE

static final String PROPERTY_VOTE_VALUE
See Also:
Constant Field Values

PROPERTY_VOTE

static final String PROPERTY_VOTE
See Also:
Constant Field Values

PROPERTY_CHOICE

static final String PROPERTY_CHOICE
See Also:
Constant Field Values
Method Detail

setVoteValue

void setVoteValue(Integer voteValue)

getVoteValue

Integer getVoteValue()

setVote

void setVote(Vote vote)

getVote

Vote getVote()

setChoice

void setChoice(Choice choice)

getChoice

Choice getChoice()


Copyright © 2009-2012 CodeLutin. All Rights Reserved.