|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hack23.cia.model.impl.common.BaseEntity com.hack23.cia.model.impl.sweden.ParliamentMember
@Entity public class ParliamentMember
The Class ParliamentMember.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.hack23.cia.model.api.sweden.ParliamentImportedData |
---|
ParliamentImportedData.ImportStatus |
Constructor Summary | |
---|---|
ParliamentMember()
|
Method Summary | |
---|---|
void |
createFuzzyKey()
Creates the fuzzy key. |
boolean |
dataCanBeUpdated()
Data can be updated. |
boolean |
generatesParliamentMetaData()
Generates parliament meta data. |
Actor |
getActor()
Gets the actor. |
protected TypeContext |
getApplicationTypeContext()
Gets the application group specification. |
String |
getElectoralRegion()
Gets the electoral region. |
String |
getEnglishWikiHref()
Gets the english wiki href. |
String |
getFuzzyKey()
Gets the fuzzy key. |
String |
getHref()
Gets the href. |
Human |
getHuman()
Gets the human. |
Long |
getId()
Gets the id. |
Date |
getImportedDate()
Gets the imported date. |
ParliamentImportedData.ImportStatus |
getImportStatus()
Gets the import status. |
String |
getInternationalHref()
Gets the international href. |
String |
getName()
Gets the name. |
ParliamentMemberBallotRecord |
getParliamentMemberBallotRecord()
Gets the parliament member ballot record. |
ParliamentMemberBallotRecordData |
getParliamentMemberBallotRecordData()
Gets the parliament member ballot record data. |
ParliamentMetaData |
getParliamentMetaData()
Gets the parliament meta data. |
String |
getParty()
Gets the party. |
PoliticalParty |
getPoliticalParty()
Gets the political party. |
PoliticalPartyData |
getPoliticalPartyData()
Gets the political party data. |
ResourceType |
getResourceType()
Gets the resource type. |
Long |
getVersion()
Gets the version. |
String |
getWikiHref()
Gets the wiki href. |
void |
setActor(Actor actor)
Sets the actor. |
void |
setElectoralRegion(String electoralRegion)
Sets the electoral region. |
void |
setEnglishWikiHref(String englishWikiHref)
Sets the english wiki href. |
void |
setFuzzyKey(String fuzzyKey)
Sets the fuzzy key. |
void |
setHref(String href)
Sets the href. |
void |
setHuman(Human human)
Sets the human. |
void |
setId(Long id)
Sets the id. |
void |
setImportedDate(Date importedDate)
Sets the imported date. |
void |
setImportStatus(ParliamentImportedData.ImportStatus importStatus)
Sets the import status. |
void |
setName(String name)
Sets the name. |
void |
setParliamentMemberBallotRecord(ParliamentMemberBallotRecord parliamentMemberBallotRecord)
Sets the parliament member ballot record. |
void |
setParliamentMemberBallotRecordData(ParliamentMemberBallotRecordData createParliamentMemberBallotRecordData)
Sets the parliament member ballot record data. |
void |
setParty(String party)
Sets the party. |
void |
setPoliticalParty(PoliticalParty politicalParty)
Sets the political party. |
void |
setPoliticalPartyData(PoliticalPartyData politicalParty)
Sets the political party data. |
void |
setResourceType(ResourceType resourceType)
Sets the resource type. |
void |
setVersion(Long version)
Sets the version. |
void |
setWikiHref(String wikiHref)
Sets the wiki href. |
Methods inherited from class com.hack23.cia.model.impl.common.BaseEntity |
---|
equals, getTypeContext, hashCode, isNew |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.hack23.cia.model.api.common.PersistedModelObject |
---|
getTypeContext, isNew |
Constructor Detail |
---|
public ParliamentMember()
Method Detail |
---|
public final void createFuzzyKey()
ParliamentMemberData
createFuzzyKey
in interface ParliamentMemberData
public boolean dataCanBeUpdated()
ParliamentImportedData
dataCanBeUpdated
in interface ParliamentImportedData
public boolean generatesParliamentMetaData()
ParliamentImportedData
generatesParliamentMetaData
in interface ParliamentImportedData
public Actor getActor()
Role
getActor
in interface Role
public String getElectoralRegion()
public String getEnglishWikiHref()
ParliamentMemberData
getEnglishWikiHref
in interface ParliamentMemberData
public String getFuzzyKey()
ParliamentMemberData
getFuzzyKey
in interface ParliamentMemberData
public String getHref()
ParliamentMemberData
getHref
in interface ParliamentMemberData
public Human getHuman()
public Long getId()
BaseEntity
getId
in interface PersistedModelObject
getId
in class BaseEntity
public Date getImportedDate()
ParliamentImportedData
getImportedDate
in interface ParliamentImportedData
public ParliamentImportedData.ImportStatus getImportStatus()
ParliamentImportedData
getImportStatus
in interface ParliamentImportedData
public String getInternationalHref()
public String getName()
ParliamentMemberData
getName
in interface ParliamentMemberData
public ParliamentMemberBallotRecord getParliamentMemberBallotRecord()
public ParliamentMemberBallotRecordData getParliamentMemberBallotRecordData()
ParliamentMemberData
getParliamentMemberBallotRecordData
in interface ParliamentMemberData
public ParliamentMetaData getParliamentMetaData()
ParliamentImportedData
getParliamentMetaData
in interface ParliamentImportedData
public String getParty()
ParliamentMemberData
getParty
in interface ParliamentMemberData
public PoliticalParty getPoliticalParty()
public PoliticalPartyData getPoliticalPartyData()
ParliamentMemberData
getPoliticalPartyData
in interface ParliamentMemberData
public ResourceType getResourceType()
Resource
getResourceType
in interface Resource
public Long getVersion()
BaseEntity
getVersion
in interface PersistedModelObject
getVersion
in class BaseEntity
public String getWikiHref()
ParliamentMemberData
getWikiHref
in interface ParliamentMemberData
public void setActor(Actor actor)
Role
setActor
in interface Role
actor
- the new actorpublic void setElectoralRegion(String electoralRegion)
ParliamentMemberData
setElectoralRegion
in interface ParliamentMemberData
electoralRegion
- the new electoral regionpublic void setEnglishWikiHref(String englishWikiHref)
ParliamentMemberData
setEnglishWikiHref
in interface ParliamentMemberData
englishWikiHref
- the new english wiki hrefpublic void setFuzzyKey(String fuzzyKey)
fuzzyKey
- the new fuzzy keypublic void setHref(String href)
ParliamentMemberData
setHref
in interface ParliamentMemberData
href
- the new hrefpublic void setHuman(Human human)
human
- the new humanpublic void setId(Long id)
PersistedModelObject
setId
in interface PersistedModelObject
id
- the new idpublic void setImportedDate(Date importedDate)
ParliamentImportedData
setImportedDate
in interface ParliamentImportedData
importedDate
- the new imported datepublic void setImportStatus(ParliamentImportedData.ImportStatus importStatus)
ParliamentImportedData
setImportStatus
in interface ParliamentImportedData
importStatus
- the new import statuspublic void setName(String name)
ParliamentMemberData
setName
in interface ParliamentMemberData
name
- the new namepublic void setParliamentMemberBallotRecord(ParliamentMemberBallotRecord parliamentMemberBallotRecord)
parliamentMemberBallotRecord
- the new parliament member ballot recordpublic void setParliamentMemberBallotRecordData(ParliamentMemberBallotRecordData createParliamentMemberBallotRecordData)
ParliamentMemberData
setParliamentMemberBallotRecordData
in interface ParliamentMemberData
createParliamentMemberBallotRecordData
- the new parliament member ballot record datapublic void setParty(String party)
ParliamentMemberData
setParty
in interface ParliamentMemberData
party
- the new partypublic void setPoliticalParty(PoliticalParty politicalParty)
politicalParty
- the new political partypublic void setPoliticalPartyData(PoliticalPartyData politicalParty)
ParliamentMemberData
setPoliticalPartyData
in interface ParliamentMemberData
politicalParty
- the new political party datapublic void setResourceType(ResourceType resourceType)
resourceType
- the new resource typepublic void setVersion(Long version)
PersistedModelObject
setVersion
in interface PersistedModelObject
version
- the new versionpublic void setWikiHref(String wikiHref)
ParliamentMemberData
setWikiHref
in interface ParliamentMemberData
wikiHref
- the new wiki hrefprotected TypeContext getApplicationTypeContext()
BaseEntity
getApplicationTypeContext
in class BaseEntity
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |