com.hack23.cia.model.sweden.impl
Class Parliament

Package class diagram package Parliament
java.lang.Object
  extended by com.hack23.cia.model.common.impl.BaseEntity
      extended by com.hack23.cia.model.sweden.impl.Parliament
All Implemented Interfaces:
Actor, Agent, Data, Environment, Group, ModelObject, PersistedModelObject, Resource, ParliamentData, ParliamentEnvironment, ParliamentGroup, Serializable

@Entity
public class Parliament
extends BaseEntity
implements ParliamentGroup, ParliamentEnvironment, ParliamentData

The Class Parliament.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.hack23.cia.model.sweden.api.ParliamentData
ParliamentData.ImportStatus
 
Constructor Summary
Parliament()
          Instantiates a new parliament.
 
Method Summary
 boolean dataCanBeUpdated()
          Data can be updated.
 boolean generatesParliamentMetaData()
          Generates parliament meta data.
 Role[] getActorRoles()
          Gets the actor roles.
 Committee getCommitteeById(Long id)
          Gets the committee by id.
 Set<Committee> getCommittees()
          Gets the committees.
 String getDescription()
          Gets the description.
 Election getElectionById(Long id)
          Gets the election by id.
 Set<Election> getElections()
          Gets the elections.
 Long getId()
          Gets the id.
 Date getImportedDate()
          Gets the imported date.
 ParliamentData.ImportStatus getImportStatus()
          Gets the import status.
 String getName()
          Gets the name.
 ParliamentMetaData getParliamentMetaData()
          Gets the parliament meta data.
 ParliamentYear getParliamentYearById(Long id)
          Gets the parliament year by id.
 Set<ParliamentYear> getParliamentYears()
          Gets the parliament years.
 ResourceType getResourceType()
          Gets the resource type.
 String getShortCode()
          Gets the short code.
 String getUrl()
          Gets the url.
 Long getVersion()
          Gets the version.
 void setActorRoles(Role[] roles)
          Sets the actor roles.
 void setCommittees(Set<Committee> committees)
          Sets the committees.
 void setDescription(String description)
          Sets the description.
 void setElections(Set<Election> elections)
          Sets the elections.
 void setId(Long id)
          Sets the id.
 void setImportedDate(Date importedDate)
          Sets the imported date.
 void setImportStatus(ParliamentData.ImportStatus importStatus)
          Sets the import status.
 void setName(String name)
          Sets the name.
 void setParliamentYears(Set<ParliamentYear> parliamentYears)
          Sets the parliament years.
 void setResourceType(ResourceType resourceType)
          Sets the resource type.
 void setShortCode(String shortCode)
          Sets the short code.
 void setUrl(String url)
          Sets the url.
 void setVersion(Long version)
          Sets the version.
 
Methods inherited from class com.hack23.cia.model.common.impl.BaseEntity
equals, hashCode, isNew
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Parliament

public Parliament()
Instantiates a new parliament.

Method Detail

dataCanBeUpdated

public boolean dataCanBeUpdated()
Description copied from interface: ParliamentData
Data can be updated.

Specified by:
dataCanBeUpdated in interface ParliamentData
Returns:
true, if successful

generatesParliamentMetaData

public boolean generatesParliamentMetaData()
Description copied from interface: ParliamentData
Generates parliament meta data.

Specified by:
generatesParliamentMetaData in interface ParliamentData
Returns:
true, if successful

getActorRoles

public Role[] getActorRoles()
Description copied from interface: Actor
Gets the actor roles.

Specified by:
getActorRoles in interface Actor
Returns:
the actor roles

getCommitteeById

public Committee getCommitteeById(Long id)
Gets the committee by id.

Parameters:
id - the id
Returns:
the committee by id

getCommittees

public Set<Committee> getCommittees()
Gets the committees.

Returns:
the committees

getDescription

public String getDescription()
Gets the description.

Returns:
the description

getElectionById

public Election getElectionById(Long id)
Gets the election by id.

Parameters:
id - the id
Returns:
the election by id

getElections

public Set<Election> getElections()
Gets the elections.

Returns:
the elections

getId

public Long getId()
Description copied from class: BaseEntity
Gets the id.

Specified by:
getId in interface PersistedModelObject
Specified by:
getId in class BaseEntity
Returns:
the id

getImportedDate

public Date getImportedDate()
Description copied from interface: ParliamentData
Gets the imported date.

Specified by:
getImportedDate in interface ParliamentData
Returns:
the imported date

getImportStatus

public ParliamentData.ImportStatus getImportStatus()
Description copied from interface: ParliamentData
Gets the import status.

Specified by:
getImportStatus in interface ParliamentData
Returns:
the import status

getName

public String getName()
Description copied from interface: Actor
Gets the name.

Specified by:
getName in interface Actor
Returns:
the name

getParliamentMetaData

public ParliamentMetaData getParliamentMetaData()
Description copied from interface: ParliamentData
Gets the parliament meta data.

Specified by:
getParliamentMetaData in interface ParliamentData
Returns:
the parliament meta data

getParliamentYearById

public ParliamentYear getParliamentYearById(Long id)
Gets the parliament year by id.

Parameters:
id - the id
Returns:
the parliament year by id

getParliamentYears

public Set<ParliamentYear> getParliamentYears()
Gets the parliament years.

Returns:
the parliament years

getResourceType

public ResourceType getResourceType()
Description copied from interface: Resource
Gets the resource type.

Specified by:
getResourceType in interface Resource
Returns:
the resource type

getShortCode

public String getShortCode()
Gets the short code.

Returns:
the short code

getUrl

public String getUrl()
Gets the url.

Returns:
the url

getVersion

public Long getVersion()
Description copied from class: BaseEntity
Gets the version.

Specified by:
getVersion in interface PersistedModelObject
Specified by:
getVersion in class BaseEntity
Returns:
the version

setActorRoles

public void setActorRoles(Role[] roles)
Description copied from interface: Actor
Sets the actor roles.

Specified by:
setActorRoles in interface Actor
Parameters:
roles - the new actor roles

setCommittees

public void setCommittees(Set<Committee> committees)
Sets the committees.

Parameters:
committees - the new committees

setDescription

public void setDescription(String description)
Sets the description.

Parameters:
description - the new description

setElections

public void setElections(Set<Election> elections)
Sets the elections.

Parameters:
elections - the new elections

setId

public void setId(Long id)
Description copied from interface: PersistedModelObject
Sets the id.

Specified by:
setId in interface PersistedModelObject
Parameters:
id - the new id

setImportedDate

public void setImportedDate(Date importedDate)
Description copied from interface: ParliamentData
Sets the imported date.

Specified by:
setImportedDate in interface ParliamentData
Parameters:
importedDate - the new imported date

setImportStatus

public void setImportStatus(ParliamentData.ImportStatus importStatus)
Description copied from interface: ParliamentData
Sets the import status.

Specified by:
setImportStatus in interface ParliamentData
Parameters:
importStatus - the new import status

setName

public void setName(String name)
Description copied from interface: Actor
Sets the name.

Specified by:
setName in interface Actor
Parameters:
name - the new name

setParliamentYears

public void setParliamentYears(Set<ParliamentYear> parliamentYears)
Sets the parliament years.

Parameters:
parliamentYears - the new parliament years

setResourceType

public void setResourceType(ResourceType resourceType)
Description copied from interface: Resource
Sets the resource type.

Specified by:
setResourceType in interface Resource
Parameters:
resourceType - the new resource type

setShortCode

public void setShortCode(String shortCode)
Sets the short code.

Parameters:
shortCode - the new short code

setUrl

public void setUrl(String url)
Sets the url.

Parameters:
url - the new url

setVersion

public void setVersion(Long version)
Description copied from interface: PersistedModelObject
Sets the version.

Specified by:
setVersion in interface PersistedModelObject
Parameters:
version - the new version


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