org.chorem.pollen.business.persistence
Interface Result

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

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


Field Summary
static String PROPERTY_BY_GROUP
           
static String PROPERTY_NAME
           
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()
           
 String getResultValue()
           
 VoteCountingType getVoteCountingType()
           
 boolean isByGroup()
           
 void setByGroup(boolean byGroup)
           
 void setName(String name)
           
 void setResultValue(String resultValue)
           
 void setVoteCountingType(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

PROPERTY_NAME

static final String PROPERTY_NAME
See Also:
Constant Field Values

PROPERTY_RESULT_VALUE

static final String PROPERTY_RESULT_VALUE
See Also:
Constant Field Values

PROPERTY_BY_GROUP

static final String PROPERTY_BY_GROUP
See Also:
Constant Field Values

PROPERTY_VOTE_COUNTING_TYPE

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

setName

void setName(String name)

getName

String getName()

setResultValue

void setResultValue(String resultValue)

getResultValue

String getResultValue()

setByGroup

void setByGroup(boolean byGroup)

isByGroup

boolean isByGroup()

setVoteCountingType

void setVoteCountingType(VoteCountingType voteCountingType)

getVoteCountingType

VoteCountingType getVoteCountingType()


Copyright © 2009-2012 CodeLutin. All Rights Reserved.