|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PollItem
Representation of pollitem.
| Method Summary | |
|---|---|
java.lang.String |
getAnswer()
Return string representation of item. |
int |
getNrOfVotes()
Return number of votes on this item. |
int |
getRoundedPercentage()
Return the rounded percentage of the item (this is the percentage as shown in the results on the page) |
void |
setAnswer(java.lang.String answer)
Set answer for poll item |
void |
setRoundedPercentage(int percentage)
Set the rounded percentage for the item (this is the percentage as shown in the results on the page) |
| Methods inherited from interface nl.gx.webmanager.wrapper.Wrapper |
|---|
getId, getUUID, setId, setUUID |
| Method Detail |
|---|
java.lang.String getAnswer()
void setAnswer(java.lang.String answer)
answer - poll item answerint getNrOfVotes()
void setRoundedPercentage(int percentage)
the - rounded percentage for the itemint getRoundedPercentage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||