org.chorem.pollen.business.persistence
Interface Result

All Superinterfaces:
org.nuiton.topia.persistence.TopiaEntity
All Known Implementing Classes:
ResultAbstract, ResultImpl

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


Field Summary
static String BY_GROUP
           
static String NAME
           
static String POLL
           
static String RESULT_VALUE
           
static String VOTE_COUNTING
           
 
Method Summary
 Boolean getByGroup()
           
 String getName()
           
 Poll getPoll()
           
 String getResultValue()
           
 VoteCounting getVoteCounting()
           
 void setByGroup(Boolean byGroup)
           
 void setName(String name)
           
 void setPoll(Poll poll)
           
 void setResultValue(String resultValue)
           
 void setVoteCounting(VoteCounting voteCounting)
           
 
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

NAME

static final String NAME
See Also:
Constant Field Values

RESULT_VALUE

static final String RESULT_VALUE
See Also:
Constant Field Values

BY_GROUP

static final String BY_GROUP
See Also:
Constant Field Values

POLL

static final String POLL
See Also:
Constant Field Values

VOTE_COUNTING

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

setName

void setName(String name)
Parameters:
name - La valeur de l'attribut name à positionner.

getName

String getName()
Returns:
La valeur de l'attribut name.

setResultValue

void setResultValue(String resultValue)
Parameters:
resultValue - La valeur de l'attribut ResultValue à positionner.

getResultValue

String getResultValue()
Returns:
La valeur de l'attribut ResultValue.

setByGroup

void setByGroup(Boolean byGroup)
Parameters:
byGroup - La valeur de l'attribut byGroup à positionner.

getByGroup

Boolean getByGroup()
Returns:
La valeur de l'attribut byGroup.

setPoll

void setPoll(Poll poll)
Parameters:
poll - La valeur de l'attribut poll à positionner.

getPoll

Poll getPoll()
Returns:
La valeur de l'attribut poll.

setVoteCounting

void setVoteCounting(VoteCounting voteCounting)
Parameters:
voteCounting - La valeur de l'attribut voteCounting à positionner.

getVoteCounting

VoteCounting getVoteCounting()
Returns:
La valeur de l'attribut voteCounting.


Copyright © 2009-2010 CodeLutin. All Rights Reserved.