public class ChadChoice extends ChadData
| Constructor and Description |
|---|
ChadChoice() |
| Modifier and Type | Method and Description |
|---|---|
void |
addMark(int mark) |
String |
getChoiceName() |
int |
getNumberOfVotes() |
float |
getVotePercentage() |
void |
setChoiceName(String choiceName) |
void |
setNumberOfVotes(int numberOfVotes) |
void |
setVotePercentage(float votePercentage) |
String |
toString() |
getId, getLastUpdatedTime, setId, setLastUpdatedTimepublic String getChoiceName()
public void setChoiceName(String choiceName)
public void setNumberOfVotes(int numberOfVotes)
public int getNumberOfVotes()
public void addMark(int mark)
public float getVotePercentage()
public void setVotePercentage(float votePercentage)
Copyright © 2015 WSO2 Inc. All rights reserved.