com.hack23.cia.model.api.sweden
Interface CommitteeData
- All Superinterfaces:
- Actor, Agent, Data, Group, ModelObject, ParliamentGroup, ParliamentImportedData, ParliamentMappedData, PersistedModelObject, Resource, Serializable
- All Known Implementing Classes:
- Committee
public interface CommitteeData
- extends ParliamentGroup, ParliamentImportedData
The Interface CommitteeData.
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-2009 www.hack23.com. All Rights Reserved.