|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VoteData extends ParliamentMappedData
The Interface VoteData.
Modifier and Type | Interface and Description |
---|
Nested classes/interfaces inherited from interface com.hack23.cia.model.api.sweden.common.ImportedData |
---|
ImportedData.ImportStatus |
Modifier and Type | Method and Description |
---|---|
BallotData |
getBallotData()
Gets the ballot data. |
Date |
getDatum()
Gets the datum. |
ParliamentMemberData |
getParliamentMemberData()
Gets the parliament member data. |
VotePosition |
getPosition()
Gets the position. |
boolean |
isWinning()
Checks if is winning. |
void |
setBallotData(BallotData ballot)
Sets the ballot data. |
void |
setDatum(Date decisionDate)
Sets the datum. |
void |
setParliamentMemberData(ParliamentMemberData parliamentMember)
Sets the parliament member data. |
void |
setPosition(VotePosition position)
Sets the position. |
void |
setVoteParliamentMetaData(VoteMetaDataData voteMetaData)
Sets the vote parliament meta data. |
Methods inherited from interface com.hack23.cia.model.api.sweden.common.ParliamentMappedData |
---|
dataCanBeUpdated, generatesParliamentMetaData, getParliamentMetaData |
Methods inherited from interface com.hack23.cia.model.api.sweden.common.ImportedData |
---|
getImportedDate, getImportStatus, setImportedDate, setImportStatus |
Methods inherited from interface com.hack23.cia.model.api.common.Resource |
---|
getResourceType |
Methods inherited from interface com.hack23.cia.model.api.common.PersistedModelObject |
---|
getId, getTypeContext, getVersion, isNew, setId, setVersion |
Method Detail |
---|
BallotData getBallotData()
Date getDatum()
ParliamentMemberData getParliamentMemberData()
VotePosition getPosition()
boolean isWinning()
void setBallotData(BallotData ballot)
ballot
- the new ballot datavoid setDatum(Date decisionDate)
decisionDate
- the new datumvoid setParliamentMemberData(ParliamentMemberData parliamentMember)
parliamentMember
- the new parliament member datavoid setPosition(VotePosition position)
position
- the new positionvoid setVoteParliamentMetaData(VoteMetaDataData voteMetaData)
voteMetaData
- the new vote parliament meta data
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |