|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Result
| 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 |
|---|
static final String NAME
static final String RESULT_VALUE
static final String BY_GROUP
static final String POLL
static final String VOTE_COUNTING
| Method Detail |
|---|
void setName(String name)
name - La valeur de l'attribut name à positionner.String getName()
void setResultValue(String resultValue)
resultValue - La valeur de l'attribut ResultValue à positionner.String getResultValue()
void setByGroup(Boolean byGroup)
byGroup - La valeur de l'attribut byGroup à positionner.Boolean getByGroup()
void setPoll(Poll poll)
poll - La valeur de l'attribut poll à positionner.Poll getPoll()
void setVoteCounting(VoteCounting voteCounting)
voteCounting - La valeur de l'attribut voteCounting à positionner.VoteCounting getVoteCounting()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||