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

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

public interface MonarchData
extends GovernmentRole, GovernmentMappedData

The Interface MonarchData.


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.
 String getReligion()
          Gets the religion.
 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 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

getReligion

String getReligion()
Gets the religion.

Returns:
the religion

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

setWikiHref

void setWikiHref(String value)
Sets the wiki href.

Parameters:
value - the new wiki href


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