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

Package class diagram package RegisterInformationData
All Superinterfaces:
Data, ModelObject, ParliamentImportedData, ParliamentMappedData, PersistedModelObject, Resource, Serializable
All Known Implementing Classes:
RegisterInformation

public interface RegisterInformationData
extends ParliamentImportedData

The Interface RegisterInformationData.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.hack23.cia.model.api.sweden.ParliamentImportedData
ParliamentImportedData.ImportStatus
 
Method Summary
 List<String> getAgreements()
          Gets the agreements.
 List<String> getAllowances()
          Gets the allowances.
 String getElectoralArea()
          Gets the electoral area.
 List<String> getHouses()
          Gets the houses.
 List<String> getIncomeActivity()
          Gets the income activity.
 String getName()
          Gets the name.
 String getNothingDeclared()
          Gets the nothing declared.
 String getParty()
          Gets the party.
 List<String> getPublicRoles()
          Gets the public roles.
 List<String> getRoles()
          Gets the roles.
 List<String> getStocks()
          Gets the stocks.
 void setElectoralArea(String stringCellValue)
          Sets the electoral area.
 void setName(String stringCellValue)
          Sets the name.
 void setNothingDeclared(String stringCellValue)
          Sets the nothing declared.
 void setParty(String stringCellValue)
          Sets the party.
 
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

getAgreements

List<String> getAgreements()
Gets the agreements.

Returns:
the agreements

getAllowances

List<String> getAllowances()
Gets the allowances.

Returns:
the allowances

getElectoralArea

String getElectoralArea()
Gets the electoral area.

Returns:
the electoral area

getHouses

List<String> getHouses()
Gets the houses.

Returns:
the houses

getIncomeActivity

List<String> getIncomeActivity()
Gets the income activity.

Returns:
the income activity

getName

String getName()
Gets the name.

Returns:
the name

getNothingDeclared

String getNothingDeclared()
Gets the nothing declared.

Returns:
the nothing declared

getParty

String getParty()
Gets the party.

Returns:
the party

getPublicRoles

List<String> getPublicRoles()
Gets the public roles.

Returns:
the public roles

getRoles

List<String> getRoles()
Gets the roles.

Returns:
the roles

getStocks

List<String> getStocks()
Gets the stocks.

Returns:
the stocks

setElectoralArea

void setElectoralArea(String stringCellValue)
Sets the electoral area.

Parameters:
stringCellValue - the new electoral area

setName

void setName(String stringCellValue)
Sets the name.

Parameters:
stringCellValue - the new name

setNothingDeclared

void setNothingDeclared(String stringCellValue)
Sets the nothing declared.

Parameters:
stringCellValue - the new nothing declared

setParty

void setParty(String stringCellValue)
Sets the party.

Parameters:
stringCellValue - the new party


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