|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.topia.persistence.TopiaEntityAbstract
org.chorem.pollen.business.persistence.ResultAbstract
public abstract class ResultAbstract
| Field Summary | |
|---|---|
protected boolean |
byGroup
Nom de l'attribut en BD : byGroup |
protected String |
name
Nom de l'attribut en BD : name |
protected Poll |
poll
Nom de l'attribut en BD : poll |
protected String |
resultValue
Nom de l'attribut en BD : resultValue |
protected org.chorem.pollen.common.VoteCountingType |
voteCountingType
Nom de l'attribut en BD : voteCountingType |
| Fields inherited from class org.nuiton.topia.persistence.TopiaEntityAbstract |
|---|
readListeners, readVetoables, topiaContext, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoables |
| Fields inherited from interface org.chorem.pollen.business.persistence.Result |
|---|
PROPERTY_BY_GROUP, PROPERTY_NAME, PROPERTY_POLL, PROPERTY_RESULT_VALUE, PROPERTY_VOTE_COUNTING_TYPE |
| Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity |
|---|
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION |
| Constructor Summary | |
|---|---|
ResultAbstract()
|
|
| Method Summary | |
|---|---|
void |
accept(org.nuiton.topia.persistence.EntityVisitor visitor)
|
List<org.nuiton.topia.persistence.TopiaEntity> |
getAggregate()
|
List<org.nuiton.topia.persistence.TopiaEntity> |
getComposite()
|
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 class org.nuiton.topia.persistence.TopiaEntityAbstract |
|---|
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, equals, fireOnPostRead, fireOnPostRead, fireOnPostWrite, fireOnPostWrite, fireOnPreRead, fireOnPreWrite, getReadPropertyChangeSupport, getReadVetoableChangeSupport, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, getWritePropertyChangeSupport, getWriteVetoableChangeSupport, hashCode, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaContext, setTopiaCreateDate, setTopiaId, setTopiaVersion |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.nuiton.topia.persistence.TopiaEntity |
|---|
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersion |
| Field Detail |
|---|
protected String name
protected String resultValue
protected boolean byGroup
protected Poll poll
protected org.chorem.pollen.common.VoteCountingType voteCountingType
| Constructor Detail |
|---|
public ResultAbstract()
| Method Detail |
|---|
public void accept(org.nuiton.topia.persistence.EntityVisitor visitor)
throws org.nuiton.topia.TopiaException
accept in interface org.nuiton.topia.persistence.TopiaEntityorg.nuiton.topia.TopiaExceptionpublic void setName(String name)
setName in interface Resultpublic String getName()
getName in interface Resultpublic void setResultValue(String resultValue)
setResultValue in interface Resultpublic String getResultValue()
getResultValue in interface Resultpublic void setByGroup(boolean byGroup)
setByGroup in interface Resultpublic boolean isByGroup()
isByGroup in interface Resultpublic void setPoll(Poll poll)
setPoll in interface Resultpublic Poll getPoll()
getPoll in interface Resultpublic void setVoteCountingType(org.chorem.pollen.common.VoteCountingType voteCountingType)
setVoteCountingType in interface Resultpublic org.chorem.pollen.common.VoteCountingType getVoteCountingType()
getVoteCountingType in interface Result
public List<org.nuiton.topia.persistence.TopiaEntity> getAggregate()
throws org.nuiton.topia.TopiaException
getAggregate in interface org.nuiton.topia.persistence.TopiaEntitygetAggregate in class org.nuiton.topia.persistence.TopiaEntityAbstractorg.nuiton.topia.TopiaException
public List<org.nuiton.topia.persistence.TopiaEntity> getComposite()
throws org.nuiton.topia.TopiaException
getComposite in interface org.nuiton.topia.persistence.TopiaEntitygetComposite in class org.nuiton.topia.persistence.TopiaEntityAbstractorg.nuiton.topia.TopiaException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||