|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Result
| Field Summary | |
|---|---|
static String |
PROPERTY_BY_GROUP
|
static String |
PROPERTY_NAME
|
static String |
PROPERTY_POLL
|
static String |
PROPERTY_RESULT_VALUE
|
static String |
PROPERTY_VOTE_COUNTING_TYPE
|
| Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity |
|---|
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION |
| Method Summary | |
|---|---|
String |
getName()
|
Poll |
getPoll()
|
String |
getResultValue()
|
org.chorem.pollen.common.VoteCountingType |
getVoteCountingType()
|
boolean |
isByGroup()
|
void |
setByGroup(boolean byGroup)
|
void |
setName(String name)
|
void |
setPoll(Poll poll)
|
void |
setResultValue(String resultValue)
|
void |
setVoteCountingType(org.chorem.pollen.common.VoteCountingType voteCountingType)
|
| Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity |
|---|
accept, addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getAggregate, getComposite, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion |
| Field Detail |
|---|
static final String PROPERTY_NAME
static final String PROPERTY_RESULT_VALUE
static final String PROPERTY_BY_GROUP
static final String PROPERTY_POLL
static final String PROPERTY_VOTE_COUNTING_TYPE
| Method Detail |
|---|
void setName(String name)
String getName()
void setResultValue(String resultValue)
String getResultValue()
void setByGroup(boolean byGroup)
boolean isByGroup()
void setPoll(Poll poll)
Poll getPoll()
void setVoteCountingType(org.chorem.pollen.common.VoteCountingType voteCountingType)
org.chorem.pollen.common.VoteCountingType getVoteCountingType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||