org.chorem.pollen.business.persistence
Interface PersonToList

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

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


Field Summary
static String HAS_VOTED
           
static String POLL_ACCOUNT
           
static String VOTING_LIST
           
static String WEIGHT
           
 
Method Summary
 Boolean getHasVoted()
           
 PollAccount getPollAccount()
           
 VotingList getVotingList()
           
 Double getWeight()
           
 void setHasVoted(Boolean hasVoted)
           
 void setPollAccount(PollAccount value)
           
 void setVotingList(VotingList value)
           
 void setWeight(Double weight)
           
 
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

WEIGHT

static final String WEIGHT
See Also:
Constant Field Values

HAS_VOTED

static final String HAS_VOTED
See Also:
Constant Field Values

VOTING_LIST

static final String VOTING_LIST
See Also:
Constant Field Values

POLL_ACCOUNT

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

setWeight

void setWeight(Double weight)
Parameters:
weight - La valeur de l'attribut weight à positionner.

getWeight

Double getWeight()
Returns:
La valeur de l'attribut weight.

setHasVoted

void setHasVoted(Boolean hasVoted)
Parameters:
hasVoted - La valeur de l'attribut hasVoted à positionner.

getHasVoted

Boolean getHasVoted()
Returns:
La valeur de l'attribut hasVoted.

setVotingList

void setVotingList(VotingList value)
Parameters:
value - La valeur de l'attribut votingList à positionner.

getVotingList

VotingList getVotingList()
Returns:
La valeur de l'attribut votingList.

setPollAccount

void setPollAccount(PollAccount value)
Parameters:
value - La valeur de l'attribut pollAccount à positionner.

getPollAccount

PollAccount getPollAccount()
Returns:
La valeur de l'attribut pollAccount.


Copyright © 2009-2010 CodeLutin. All Rights Reserved.