public class TaskVoteEntry extends Object
Constructor and Description |
---|
TaskVoteEntry(String timestamp,
String userID,
String status) |
Modifier and Type | Method and Description |
---|---|
String |
getStatus() |
String |
getTimestamp() |
String |
getUserID() |
void |
setStatus(String status) |
void |
setTimestamp(String timestamp) |
void |
setUserID(String userID) |