org.chorem.pollen.business.persistence
Interface VoteToChoice

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

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


Field Summary
static String CHOICE
           
static String VOTE
           
static String VOTE_VALUE
           
 
Method Summary
 Choice getChoice()
           
 Vote getVote()
           
 Integer getVoteValue()
           
 void setChoice(Choice value)
           
 void setVote(Vote value)
           
 void setVoteValue(Integer voteValue)
           
 
Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity
accept, addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, delete, getAggregate, getComposite, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, postCreate, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion, update
 

Field Detail

VOTE_VALUE

static final String VOTE_VALUE
See Also:
Constant Field Values

VOTE

static final String VOTE
See Also:
Constant Field Values

CHOICE

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

setVoteValue

void setVoteValue(Integer voteValue)
Parameters:
voteValue - La valeur de l'attribut voteValue à positionner.

getVoteValue

Integer getVoteValue()
Returns:
La valeur de l'attribut voteValue.

setVote

void setVote(Vote value)
Parameters:
value - La valeur de l'attribut vote à positionner.

getVote

Vote getVote()
Returns:
La valeur de l'attribut vote.

setChoice

void setChoice(Choice value)
Parameters:
value - La valeur de l'attribut choice à positionner.

getChoice

Choice getChoice()
Returns:
La valeur de l'attribut choice.


Copyright © 2009-2010 CodeLutin. All Rights Reserved.