public class VoteQuestionConfig extends Object
Constructor and Description |
---|
VoteQuestionConfig() |
Modifier and Type | Method and Description |
---|---|
String |
getId() |
int |
getNumberOfOptions() |
int |
getNumberOfVotes() |
int |
getOptionType() |
String |
getQuestion() |
boolean |
isOnlyOneVotePerUser() |
void |
setId(String id) |
void |
setNumberOfOptions(int numberOfOptions) |
void |
setNumberOfVotes(int numberOfVotes) |
void |
setOnlyOneVotePerUser(boolean onlyOneVotePerUser) |
void |
setOptionType(int optionType) |
void |
setQuestion(String question) |
public String getId()
public void setId(String id)
id
- The id to set.public int getNumberOfOptions()
public void setNumberOfOptions(int numberOfOptions)
numberOfOptions
- The numberOfOptions to set.public int getNumberOfVotes()
public void setNumberOfVotes(int numberOfVotes)
numberOfVotes
- The numberOfVotes to set.public boolean isOnlyOneVotePerUser()
public void setOnlyOneVotePerUser(boolean onlyOneVotePerUser)
onlyOneVotePerUser
- The onlyOneVotePerUser to set.public int getOptionType()
public void setOptionType(int optionType)
optionType
- The optionType to set.public String getQuestion()
public void setQuestion(String question)
question
- The question to set.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.