com.hack23.cia.model.api.sweden.configuration
Interface CommitteeReportData

Package class diagram package CommitteeReportData
All Superinterfaces:
Data, ImportedData, ModelObject, ParliamentMappedData, PersistedModelObject, Resource, Serializable
All Known Implementing Classes:
CommitteeReport

public interface CommitteeReportData
extends ParliamentMappedData

The Interface CommitteeReportData.


Nested Class Summary
Modifier and Type Interface and Description
 
Nested classes/interfaces inherited from interface com.hack23.cia.model.api.sweden.common.ImportedData
ImportedData.ImportStatus
 
Method Summary
Modifier and Type Method and Description
 void addBallotData(BallotData ballot)
          Adds the ballot data.
 List<BallotData> getBallotsData()
          Gets the ballots data.
 Date getDecisionDate()
          Gets the decision date.
 String getHref()
          Gets the href.
 String getName()
          Gets the name.
 void setDecisionDate(Date decidedDateIfAny)
          Sets the decision date.
 void setHref(String hrefAttribute)
          Sets the href.
 void setName(String asText)
          Sets the name.
 void setParliamentYearData(ParliamentYearData parliamentYear)
          Sets the parliament year data.
 void setShortCode(String shortCode)
          Sets the short code.
 
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

addBallotData

void addBallotData(BallotData ballot)
Adds the ballot data.

Parameters:
ballot - the ballot

getBallotsData

List<BallotData> getBallotsData()
Gets the ballots data.

Returns:
the ballots data

getDecisionDate

Date getDecisionDate()
Gets the decision date.

Returns:
the decision date

getHref

String getHref()
Gets the href.

Returns:
the href

getName

String getName()
Gets the name.

Returns:
the name

setDecisionDate

void setDecisionDate(Date decidedDateIfAny)
Sets the decision date.

Parameters:
decidedDateIfAny - the new decision date

setHref

void setHref(String hrefAttribute)
Sets the href.

Parameters:
hrefAttribute - the new href

setName

void setName(String asText)
Sets the name.

Parameters:
asText - the new name

setParliamentYearData

void setParliamentYearData(ParliamentYearData parliamentYear)
Sets the parliament year data.

Parameters:
parliamentYear - the new parliament year data

setShortCode

void setShortCode(String shortCode)
Sets the short code.

Parameters:
shortCode - the new short code


Copyright © 2008-2010 www.hack23.com. All Rights Reserved.