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 java.lang.String BY_GROUP
           
static java.lang.String NAME
           
static java.lang.String POLL
           
static java.lang.String RESULT_VALUE
           
static java.lang.String VOTE_COUNTING
           
 
Method Summary
 java.lang.Boolean getByGroup()
           
 java.lang.String getName()
           
 Poll getPoll()
           
 java.lang.String getResultValue()
           
 VoteCounting getVoteCounting()
           
 void setByGroup(java.lang.Boolean byGroup)
           
 void setName(java.lang.String name)
           
 void setPoll(Poll poll)
           
 void setResultValue(java.lang.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 java.lang.String NAME
See Also:
Constant Field Values

RESULT_VALUE

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

BY_GROUP

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

POLL

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

VOTE_COUNTING

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

setName

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

getName

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

setResultValue

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

getResultValue

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

setByGroup

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

getByGroup

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