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 java.lang.String CHOICE
           
static java.lang.String VOTE
           
static java.lang.String VOTE_VALUE
           
 
Method Summary
 Choice getChoice()
           
 Vote getVote()
           
 java.lang.Integer getVoteValue()
           
 void setChoice(Choice value)
           
 void setVote(Vote value)
           
 void setVoteValue(java.lang.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 java.lang.String VOTE_VALUE
See Also:
Constant Field Values

VOTE

static final java.lang.String VOTE
See Also:
Constant Field Values

CHOICE

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

setVoteValue

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

getVoteValue

java.lang.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.