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

Package class diagram package DepartmentData
All Superinterfaces:
Actor, Agent, Data, GovernmentGroup, GovernmentMappedData, Group, ImportedData, ModelObject, PersistedModelObject, Resource, Serializable

public interface DepartmentData
extends GovernmentGroup, GovernmentMappedData

The Interface DepartmentData.


Nested Class Summary
Modifier and Type Interface and Description
 
Nested classes/interfaces inherited from interface com.hack23.cia.model.api.sweden.common.ImportedData
ImportedData.ImportStatus
 
Method Summary
Modifier and Type Method and Description
 void addGovernmentAuthorityData(GovernmentAuthorityData governmentAuthority)
          Adds the government authority data.
 boolean containsGovernmentAuthority(GovernmentAuthorityData governmentAuthority)
          Contains government authority.
 Set<GovernmentAuthorityData> getGovernmentAuthoritiesData()
          Gets the government authorities data.
 GovernmentData getGovernmentData()
          Gets the government data.
 List<GovernmentMinisterData> getGovernmentMinisterDatas()
          Gets the government minister datas.
 
Methods inherited from interface com.hack23.cia.model.api.common.Actor
getActorDefinedRoles, getActorRoles, getName, setActorDefinedRoles, setActorRoles, setName
 
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

getGovernmentData

GovernmentData getGovernmentData()
Gets the government data.

Returns:
the government data

getGovernmentMinisterDatas

List<GovernmentMinisterData> getGovernmentMinisterDatas()
Gets the government minister datas.

Returns:
the government minister datas

addGovernmentAuthorityData

void addGovernmentAuthorityData(GovernmentAuthorityData governmentAuthority)
Adds the government authority data.

Parameters:
governmentAuthority - the government authority

containsGovernmentAuthority

boolean containsGovernmentAuthority(GovernmentAuthorityData governmentAuthority)
Contains government authority.

Parameters:
governmentAuthority - the government authority
Returns:
true, if successful

getGovernmentAuthoritiesData

Set<GovernmentAuthorityData> getGovernmentAuthoritiesData()
Gets the government authorities data.

Returns:
the government authorities data


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