com.hack23.cia.model.api.sweden
Interface Politician

Package class diagram package Politician
All Superinterfaces:
Data, ModelObject, ParliamentData, ParliamentRole, PersistedModelObject, Resource, Role, Serializable
All Known Implementing Classes:
ParliamentMember

public interface Politician
extends ParliamentRole, ParliamentData

The Interface Politician.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.hack23.cia.model.api.sweden.ParliamentData
ParliamentData.ImportStatus
 
Method Summary
 void createFuzzyKey()
          Creates the fuzzy key.
 String getEnglishWikiHref()
          Gets the english wiki href.
 String getFuzzyKey()
          Gets the fuzzy key.
 String getHref()
          Gets the href.
 String getName()
          Gets the name.
 ParliamentMemberBallotRecordData getParliamentMemberBallotRecordData()
          Gets the parliament member ballot record data.
 String getParty()
          Gets the party.
 PoliticalPartyData getPoliticalPartyData()
          Gets the political party data.
 String getWikiHref()
          Gets the wiki href.
 void setElectoralRegion(String electoralArea)
          Sets the electoral region.
 void setEnglishWikiHref(String value)
          Sets the english wiki href.
 void setHref(String value)
          Sets the href.
 void setName(String name)
          Sets the name.
 void setParliamentMemberBallotRecordData(ParliamentMemberBallotRecordData createParliamentMemberBallotRecordData)
          Sets the parliament member ballot record data.
 void setParty(String party)
          Sets the party.
 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.common.Role
getActor, setActor
 
Methods inherited from interface com.hack23.cia.model.api.sweden.ParliamentData
dataCanBeUpdated, generatesParliamentMetaData, getImportedDate, getImportStatus, getParliamentMetaData, setImportedDate, setImportStatus
 
Methods inherited from interface com.hack23.cia.model.api.common.Resource
getResourceType, setResourceType
 
Methods inherited from interface com.hack23.cia.model.api.common.PersistedModelObject
getId, getVersion, isNew, setId, setVersion
 

Method Detail

getPoliticalPartyData

PoliticalPartyData getPoliticalPartyData()
Gets the political party data.

Returns:
the political party data

getName

String getName()
Gets the name.

Returns:
the name

setName

void setName(String name)
Sets the name.

Parameters:
name - the new name

setParty

void setParty(String party)
Sets the party.

Parameters:
party - the new party

setElectoralRegion

void setElectoralRegion(String electoralArea)
Sets the electoral region.

Parameters:
electoralArea - the new electoral region

createFuzzyKey

void createFuzzyKey()
Creates the fuzzy key.


getParty

String getParty()
Gets the party.

Returns:
the party

getFuzzyKey

String getFuzzyKey()
Gets the fuzzy key.

Returns:
the fuzzy key

setParliamentMemberBallotRecordData

void setParliamentMemberBallotRecordData(ParliamentMemberBallotRecordData createParliamentMemberBallotRecordData)
Sets the parliament member ballot record data.

Parameters:
createParliamentMemberBallotRecordData - the new parliament member ballot record data

setPoliticalPartyData

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

Parameters:
politicalParty - the new political party data

getParliamentMemberBallotRecordData

ParliamentMemberBallotRecordData getParliamentMemberBallotRecordData()
Gets the parliament member ballot record data.

Returns:
the parliament member ballot record data

getEnglishWikiHref

String getEnglishWikiHref()
Gets the english wiki href.

Returns:
the english wiki href

getHref

String getHref()
Gets the href.

Returns:
the href

getWikiHref

String getWikiHref()
Gets the wiki href.

Returns:
the wiki href

setWikiHref

void setWikiHref(String value)
Sets the wiki href.

Parameters:
value - the new wiki href

setHref

void setHref(String value)
Sets the href.

Parameters:
value - the new href

setEnglishWikiHref

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

Parameters:
value - the new english wiki href


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