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

Package class diagram package CommitteeData
All Superinterfaces:
Actor, Agent, Data, Group, ImportedData, ModelObject, ParliamentGroup, ParliamentMappedData, PersistedModelObject, Resource, Serializable
All Known Implementing Classes:
Committee

public interface CommitteeData
extends ParliamentGroup, ParliamentMappedData

The Interface CommitteeData.


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 addCommitteeReportData(CommitteeReportData committeeReport)
          Adds the committee report data.
 Set<CommitteeReportData> getCommitteeReportsData()
          Gets the committee reports data.
 String getShortCode()
          Gets the short code.
 void setShortCode(String valueAttribute)
          Sets the short code.
 
Methods inherited from interface com.hack23.cia.model.api.common.Actor
getActorDefinedRoles, getActorRoles, getName, setActorDefinedRoles, setActorRoles, setName
 
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

addCommitteeReportData

void addCommitteeReportData(CommitteeReportData committeeReport)
Adds the committee report data.

Parameters:
committeeReport - the committee report

getCommitteeReportsData

Set<CommitteeReportData> getCommitteeReportsData()
Gets the committee reports data.

Returns:
the committee reports data

getShortCode

String getShortCode()
Gets the short code.

Returns:
the short code

setShortCode

void setShortCode(String valueAttribute)
Sets the short code.

Parameters:
valueAttribute - the new short code


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