Package org.bedework.calfacade
Class PollItmId
java.lang.Object
org.bedework.calfacade.PollItmId
- All Implemented Interfaces:
Serializable,Comparable<PollItmId>
For a VPOLL there may be a set of these with distinct values -
these are only added and not updated. They are for transporting the response.
For the candidates this gives the poll item id for that candidate.
We encode these as Response":"public-comment":"value
- Author:
- douglm
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PollItmId
- Parameters:
id- - the item id
-
PollItmId
REPLY and STATUS only- Parameters:
response- from voterpublicComment- textid- item id being responded to
-
PollItmId
- Parameters:
val- - the internally encoded value
-
-
Method Details
-
getId
- Returns:
- item id
-
getResponse
- Returns:
- response
-
getPublicComment
-
getVal
- Returns:
- value
-
compareTo
- Specified by:
compareToin interfaceComparable<PollItmId>
-
toString
-