|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PersonToList
| 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 |
|---|
static final String WEIGHT
static final String HAS_VOTED
static final String VOTING_LIST
static final String POLL_ACCOUNT
| Method Detail |
|---|
void setWeight(Double weight)
weight - La valeur de l'attribut weight à positionner.Double getWeight()
void setHasVoted(Boolean hasVoted)
hasVoted - La valeur de l'attribut hasVoted à positionner.Boolean getHasVoted()
void setVotingList(VotingList value)
value - La valeur de l'attribut votingList à positionner.VotingList getVotingList()
void setPollAccount(PollAccount value)
value - La valeur de l'attribut pollAccount à positionner.PollAccount getPollAccount()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||