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

Package class diagram package ParliamentMemberData
All Superinterfaces:
Data, ModelObject, ParliamentImportedData, ParliamentMappedData, ParliamentRole, PersistedModelObject, Resource, Role, Serializable
All Known Implementing Classes:
ParliamentMember

public interface ParliamentMemberData
extends ParliamentRole, ParliamentImportedData

The Interface ParliamentMemberData.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.hack23.cia.model.api.sweden.ParliamentImportedData
ParliamentImportedData.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.ParliamentImportedData
dataCanBeUpdated, generatesParliamentMetaData, getImportedDate, getImportStatus, getParliamentMetaData, 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

createFuzzyKey

void createFuzzyKey()
Creates the fuzzy key.


getEnglishWikiHref

String getEnglishWikiHref()
Gets the english wiki href.

Returns:
the english wiki href

getFuzzyKey

String getFuzzyKey()
Gets the fuzzy key.

Returns:
the fuzzy key

getHref

String getHref()
Gets the href.

Returns:
the href

getName

String getName()
Gets the name.

Returns:
the name

getParliamentMemberBallotRecordData

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

Returns:
the parliament member ballot record data

getParty

String getParty()
Gets the party.

Returns:
the party

getPoliticalPartyData

PoliticalPartyData getPoliticalPartyData()
Gets the political party data.

Returns:
the political party data

getWikiHref

String getWikiHref()
Gets the wiki href.

Returns:
the wiki href

setElectoralRegion

void setElectoralRegion(String electoralArea)
Sets the electoral region.

Parameters:
electoralArea - the new electoral region

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

setParliamentMemberBallotRecordData

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

Parameters:
createParliamentMemberBallotRecordData - the new parliament member ballot record data

setParty

void setParty(String party)
Sets the party.

Parameters:
party - the new party

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-2009 www.hack23.com. All Rights Reserved.