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

Package class diagram package ParliamentYearData
All Superinterfaces:
Data, Event, ModelObject, ParliamentEvent, ParliamentImportedData, ParliamentMappedData, PersistedModelObject, Resource, Serializable
All Known Implementing Classes:
ParliamentYear

public interface ParliamentYearData
extends ParliamentEvent, ParliamentImportedData

The Interface ParliamentYearData.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.hack23.cia.model.api.sweden.ParliamentImportedData
ParliamentImportedData.ImportStatus
 
Method Summary
 boolean getDataUpdating()
          Gets the data updating.
 Date getEndDate()
          Gets the end date.
 boolean getImportData()
          Gets the import data.
 CharSequence getShortCode()
          Gets the short code.
 Date getStartDate()
          Gets the start date.
 void setDataUpdating(boolean b)
          Sets the data updating.
 void setImportData(boolean b)
          Sets the import data.
 void setName(String valueAttribute)
          Sets the name.
 void setShortCode(String asText)
          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

getDataUpdating

boolean getDataUpdating()
Gets the data updating.

Returns:
the data updating

getEndDate

Date getEndDate()
Gets the end date.

Returns:
the end date

getImportData

boolean getImportData()
Gets the import data.

Returns:
the import data

getShortCode

CharSequence getShortCode()
Gets the short code.

Returns:
the short code

getStartDate

Date getStartDate()
Gets the start date.

Returns:
the start date

setDataUpdating

void setDataUpdating(boolean b)
Sets the data updating.

Parameters:
b - the new data updating

setImportData

void setImportData(boolean b)
Sets the import data.

Parameters:
b - the new import data

setName

void setName(String valueAttribute)
Sets the name.

Parameters:
valueAttribute - the new name

setShortCode

void setShortCode(String asText)
Sets the short code.

Parameters:
asText - the new short code


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