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

Package class diagram package ProposalData
All Superinterfaces:
Data, ImportedData, ModelObject, ParliamentMappedData, PersistedModelObject, Resource, Serializable
All Known Subinterfaces:
GovernmentBillData, ParliamentMemberProposalData

public interface ProposalData
extends ParliamentMappedData

The Interface ProposalData.


Nested Class Summary
Modifier and Type Interface and Description
static class ProposalData.AuthorType
          The Enum AuthorType.
 
Nested classes/interfaces inherited from interface com.hack23.cia.model.api.sweden.common.ImportedData
ImportedData.ImportStatus
 
Method Summary
Modifier and Type Method and Description
 ProposalData.AuthorType getAuthorType()
          Gets the author type.
 CommitteeReportData getCommitteeReportData()
          Gets the committee report 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

getAuthorType

ProposalData.AuthorType getAuthorType()
Gets the author type.

Returns:
the author type

getDecisionDate

Date getDecisionDate()
Gets the decision date.

Returns:
the decision date

getCommitteeReportData

CommitteeReportData getCommitteeReportData()
Gets the committee report data.

Returns:
the committee report data

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.