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

Package class diagram package GovernmentMinisterData
All Superinterfaces:
Data, GovernmentMappedData, GovernmentRole, ImportedData, ModelObject, PersistedModelObject, Resource, Role, Serializable

public interface GovernmentMinisterData
extends GovernmentRole, GovernmentMappedData

The Interface GovernmentMinisterData.


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
 String getEnglishWikiHref()
          Gets the english wiki href.
 String getHref()
          Gets the href.
 String getName()
          Gets the name.
 PoliticalPartyData getPoliticalPartyData()
          Gets the political party data.
 String getWikiHref()
          Gets the wiki href.
 void setEnglishWikiHref(String value)
          Sets the english wiki href.
 void setHref(String value)
          Sets the href.
 void setName(String name)
          Sets the name.
 void setPoliticalPartyData(PoliticalPartyData politicalParty)
          Sets the political party data.
 void setWikiHref(String value)
          Sets the wiki href.
 
Methods inherited from interface com.hack23.cia.model.api.sweden.configuration.GovernmentRole
getEndDate, getStartDate
 
Methods inherited from interface com.hack23.cia.model.api.common.Role
getActor, setActor
 
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

getEnglishWikiHref

String getEnglishWikiHref()
Gets the english wiki href.

Returns:
the english wiki href

getHref

String getHref()
Gets the href.

Returns:
the href

getName

String getName()
Gets the name.

Returns:
the name

getPoliticalPartyData

PoliticalPartyData getPoliticalPartyData()
Gets the political party data.

Returns:
the political party data

getWikiHref

String getWikiHref()
Gets the wiki href.

Returns:
the wiki href

setEnglishWikiHref

void setEnglishWikiHref(String value)
Sets the english wiki href.

Parameters:
value - the new english wiki href

setHref

void setHref(String value)
Sets the href.

Parameters:
value - the new href

setName

void setName(String name)
Sets the name.

Parameters:
name - the new name

setPoliticalPartyData

void setPoliticalPartyData(PoliticalPartyData politicalParty)
Sets the political party data.

Parameters:
politicalParty - the new political party data

setWikiHref

void setWikiHref(String value)
Sets the wiki href.

Parameters:
value - the new wiki href


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