org.chorem.pollen.business.persistence
Interface PersonToList

All Superinterfaces:
Serializable, org.nuiton.topia.persistence.TopiaEntity
All Known Implementing Classes:
PersonToListAbstract, PersonToListImpl

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


Field Summary
static String PROPERTY_HAS_VOTED
           
static String PROPERTY_POLL_ACCOUNT
           
static String PROPERTY_VOTING_LIST
           
static String PROPERTY_WEIGHT
           
 
Fields inherited from interface org.nuiton.topia.persistence.TopiaEntity
AGGREGATE, COMPOSITE, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION
 
Method Summary
 PollAccount getPollAccount()
           
 VotingList getVotingList()
           
 double getWeight()
           
 boolean isHasVoted()
           
 void setHasVoted(boolean hasVoted)
           
 void setPollAccount(PollAccount pollAccount)
           
 void setVotingList(VotingList votingList)
           
 void setWeight(double weight)
           
 
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_WEIGHT

static final String PROPERTY_WEIGHT
See Also:
Constant Field Values

PROPERTY_HAS_VOTED

static final String PROPERTY_HAS_VOTED
See Also:
Constant Field Values

PROPERTY_VOTING_LIST

static final String PROPERTY_VOTING_LIST
See Also:
Constant Field Values

PROPERTY_POLL_ACCOUNT

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

setWeight

void setWeight(double weight)

getWeight

double getWeight()

setHasVoted

void setHasVoted(boolean hasVoted)

isHasVoted

boolean isHasVoted()

setVotingList

void setVotingList(VotingList votingList)

getVotingList

VotingList getVotingList()

setPollAccount

void setPollAccount(PollAccount pollAccount)

getPollAccount

PollAccount getPollAccount()


Copyright © 2009-2012 CodeLutin. All Rights Reserved.