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

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

public interface CommitteeReportData
extends ParliamentImportedData

The Interface CommitteeReportData.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.hack23.cia.model.api.sweden.ParliamentImportedData
ParliamentImportedData.ImportStatus
 
Method Summary
 void addBallotData(BallotData ballot)
          Adds the ballot data.
 List<BallotData> getBallotsData()
          Gets the ballots data.
 CommitteeData getCommitteeData()
          Gets the committee data.
 Date getDecisionDate()
          Gets the decision date.
 String getHref()
          Gets the href.
 String getName()
          Gets the name.
 void setCommitteeData(CommitteeData committee)
          Sets the committee data.
 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.ParliamentImportedData
dataCanBeUpdated, generatesParliamentMetaData, getImportedDate, getImportStatus, getParliamentMetaData, 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

getCommitteeData

CommitteeData getCommitteeData()
Gets the committee data.

Returns:
the committee 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

setCommitteeData

void setCommitteeData(CommitteeData committee)
Sets the committee data.

Parameters:
committee - the new committee data

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-2009 www.hack23.com. All Rights Reserved.