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

Package class diagram package ImportedData
All Superinterfaces:
Data, ModelObject, PersistedModelObject, Resource, Serializable
All Known Subinterfaces:
BallotData, CommitteeData, CommitteeReportData, DepartmentData, ElectionData, GovernmentBillData, GovernmentData, GovernmentMappedData, GovernmentMinisterData, MonarchData, ParliamentData, ParliamentDocumentTypeData, ParliamentMappedData, 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 ImportedData
extends Data

The Interface ImportedData.


Nested Class Summary
Modifier and Type Interface and Description
static class ImportedData.ImportStatus
          The Enum ImportStatus.
 
Method Summary
Modifier and Type Method and Description
 Date getImportedDate()
          Gets the imported date.
 ImportedData.ImportStatus getImportStatus()
          Gets the import status.
 void setImportedDate(Date importedDate)
          Sets the imported date.
 void setImportStatus(ImportedData.ImportStatus importStatus)
          Sets the import status.
 
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

getImportedDate

Date getImportedDate()
Gets the imported date.

Returns:
the imported date

getImportStatus

ImportedData.ImportStatus getImportStatus()
Gets the import status.

Returns:
the import status

setImportedDate

void setImportedDate(Date importedDate)
Sets the imported date.

Parameters:
importedDate - the new imported date

setImportStatus

void setImportStatus(ImportedData.ImportStatus importStatus)
Sets the import status.

Parameters:
importStatus - the new import status


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