com.hack23.cia.model.api.sweden.common
Interface ParliamentMappedData

Package class diagram package ParliamentMappedData
All Superinterfaces:
Data, ImportedData, ModelObject, PersistedModelObject, Resource, Serializable
All Known Subinterfaces:
BallotData, CommitteeData, CommitteeReportData, ElectionData, GovernmentBillData, GovernmentData, ParliamentData, ParliamentDocumentTypeData, ParliamentMemberData, ParliamentMemberProposalData, ParliamentYearData, PoliticalPartyData, PoliticianData, ProposalData, RegisterInformationData, VoteData
All Known Implementing Classes:
Ballot, Committee, CommitteeReport, Election, Parliament, ParliamentDocumentType, ParliamentMember, ParliamentYear, PoliticalParty, Politician, RegisterInformation, Vote

public interface ParliamentMappedData
extends ImportedData

The Interface ParliamentMappedData.


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
 boolean dataCanBeUpdated()
          Data can be updated.
 boolean generatesParliamentMetaData()
          Generates parliament meta data.
 ParliamentMetaData getParliamentMetaData()
          Gets the parliament meta data.
 
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

dataCanBeUpdated

boolean dataCanBeUpdated()
Data can be updated.

Returns:
true, if successful

generatesParliamentMetaData

boolean generatesParliamentMetaData()
Generates parliament meta data.

Returns:
true, if successful

getParliamentMetaData

ParliamentMetaData getParliamentMetaData()
Gets the parliament meta data.

Returns:
the parliament meta data


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