com.hack23.cia.model.common.api
Interface Resource

Package class diagram package Resource
All Superinterfaces:
ModelObject, PersistedModelObject, Serializable
All Known Subinterfaces:
AgentOperation, ApplicationData, ApplicationResource, Configuration, Content, Data, MetaData, ParliamentData, ParliamentMetaData, UserGeneratedMetaData
All Known Implementing Classes:
AbstractAgencyConfiguration, AbstractApplicationResource, AbstractBallotMetaData, AbstractBallotResult, AbstractResource, Ballot, BallotResult, Committee, CommitteeReport, Election, ImageContent, Language, LanguageContent, Parliament, ParliamentMember, ParliamentMemberBallotRecord, ParliamentMemberVoteCompareResult, ParliamentYear, PartyBallotResult, PoliticalParty, Portal, RegisterInformation, SoftwareAgentOperation, UserSession, Vote, VoteMetaData

public interface Resource
extends ModelObject, PersistedModelObject

The Interface Resource.


Method Summary
 ResourceType getResourceType()
          Gets the resource type.
 void setResourceType(ResourceType resourceType)
          Sets the resource type.
 
Methods inherited from interface com.hack23.cia.model.common.api.PersistedModelObject
getId, getVersion, isNew, setId, setVersion
 

Method Detail

getResourceType

ResourceType getResourceType()
Gets the resource type.

Returns:
the resource type

setResourceType

void setResourceType(ResourceType resourceType)
Sets the resource type.

Parameters:
resourceType - the new resource type


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