|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcom.hack23.cia.model.impl.common.BaseEntity
com.hack23.cia.model.impl.sweden.content.RegisterInformation
@Entity public class RegisterInformation extends BaseEntity implements RegisterInformationData
The Class RegisterInformation.
| Modifier and Type | Interface and Description |
|---|
| Nested classes/interfaces inherited from interface com.hack23.cia.model.api.sweden.common.ImportedData |
|---|
ImportedData.ImportStatus |
| Constructor and Description |
|---|
RegisterInformation()
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
dataCanBeUpdated()
Data can be updated. |
boolean |
generatesParliamentMetaData()
Generates parliament meta data. |
List<String> |
getAgreements()
Gets the agreements. |
List<String> |
getAllowances()
Gets the allowances. |
protected TypeContext |
getApplicationTypeContext()
Gets the application type context. |
String |
getElectoralArea()
Gets the electoral area. |
List<String> |
getHouses()
Gets the houses. |
Long |
getId()
Gets the id. |
Date |
getImportedDate()
Gets the imported date. |
ImportedData.ImportStatus |
getImportStatus()
Gets the import status. |
List<String> |
getIncomeActivity()
Gets the income activity. |
String |
getName()
Gets the name. |
String |
getNothingDeclared()
Gets the nothing declared. |
ParliamentMetaData |
getParliamentMetaData()
Gets the parliament meta data. |
String |
getParty()
Gets the party. |
List<String> |
getPublicRoles()
Gets the public roles. |
ResourceType |
getResourceType()
Gets the resource type. |
List<String> |
getRoles()
Gets the roles. |
List<String> |
getStocks()
Gets the stocks. |
Long |
getVersion()
Gets the version. |
void |
setAgreements(List<String> agreements)
Sets the agreements. |
void |
setAllowances(List<String> allowances)
Sets the allowances. |
void |
setElectoralArea(String electoralArea)
Sets the electoral area. |
void |
setHouses(List<String> houses)
Sets the houses. |
void |
setId(Long id)
Sets the id. |
void |
setImportedDate(Date importedDate)
Sets the imported date. |
void |
setImportStatus(ImportedData.ImportStatus importStatus)
Sets the import status. |
void |
setIncomeActivity(List<String> incomeActivity)
Sets the income activity. |
void |
setName(String name)
Sets the name. |
void |
setNothingDeclared(String nothingDeclared)
Sets the nothing declared. |
void |
setParty(String party)
Sets the party. |
void |
setPublicRoles(List<String> publicRoles)
Sets the public roles. |
void |
setResourceType(ResourceType resourceType)
Sets the resource type. |
void |
setRoles(List<String> roles)
Sets the roles. |
void |
setStocks(List<String> stocks)
Sets the stocks. |
void |
setVersion(Long version)
Sets the version. |
| 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 RegisterInformation()
| Method Detail |
|---|
public boolean dataCanBeUpdated()
ParliamentMappedData
dataCanBeUpdated in interface ParliamentMappedDatapublic boolean generatesParliamentMetaData()
ParliamentMappedData
generatesParliamentMetaData in interface ParliamentMappedDatapublic List<String> getAgreements()
RegisterInformationData
getAgreements in interface RegisterInformationDatapublic List<String> getAllowances()
RegisterInformationData
getAllowances in interface RegisterInformationDataprotected TypeContext getApplicationTypeContext()
BaseEntity
getApplicationTypeContext in class BaseEntitypublic String getElectoralArea()
RegisterInformationData
getElectoralArea in interface RegisterInformationDatapublic List<String> getHouses()
RegisterInformationData
getHouses in interface RegisterInformationDatapublic Long getId()
BaseEntity
getId in interface PersistedModelObjectgetId in class BaseEntitypublic Date getImportedDate()
ImportedData
getImportedDate in interface ImportedDatapublic ImportedData.ImportStatus getImportStatus()
ImportedData
getImportStatus in interface ImportedDatapublic List<String> getIncomeActivity()
RegisterInformationData
getIncomeActivity in interface RegisterInformationDatapublic String getName()
RegisterInformationData
getName in interface RegisterInformationDatapublic String getNothingDeclared()
RegisterInformationData
getNothingDeclared in interface RegisterInformationDatapublic ParliamentMetaData getParliamentMetaData()
ParliamentMappedData
getParliamentMetaData in interface ParliamentMappedDatapublic String getParty()
RegisterInformationData
getParty in interface RegisterInformationDatapublic List<String> getPublicRoles()
RegisterInformationData
getPublicRoles in interface RegisterInformationDatapublic ResourceType getResourceType()
Resource
getResourceType in interface Resourcepublic List<String> getRoles()
RegisterInformationData
getRoles in interface RegisterInformationDatapublic List<String> getStocks()
RegisterInformationData
getStocks in interface RegisterInformationDatapublic Long getVersion()
BaseEntity
getVersion in interface PersistedModelObjectgetVersion in class BaseEntitypublic void setAgreements(List<String> agreements)
agreements - the new agreementspublic void setAllowances(List<String> allowances)
allowances - the new allowancespublic void setElectoralArea(String electoralArea)
RegisterInformationData
setElectoralArea in interface RegisterInformationDataelectoralArea - the new electoral areapublic void setHouses(List<String> houses)
houses - the new housespublic void setId(Long id)
PersistedModelObject
setId in interface PersistedModelObjectid - the new idpublic void setImportedDate(Date importedDate)
ImportedData
setImportedDate in interface ImportedDataimportedDate - the new imported datepublic void setImportStatus(ImportedData.ImportStatus importStatus)
ImportedData
setImportStatus in interface ImportedDataimportStatus - the new import statuspublic void setIncomeActivity(List<String> incomeActivity)
incomeActivity - the new income activitypublic void setName(String name)
RegisterInformationData
setName in interface RegisterInformationDataname - the new namepublic void setNothingDeclared(String nothingDeclared)
RegisterInformationData
setNothingDeclared in interface RegisterInformationDatanothingDeclared - the new nothing declaredpublic void setParty(String party)
RegisterInformationData
setParty in interface RegisterInformationDataparty - the new partypublic void setPublicRoles(List<String> publicRoles)
publicRoles - the new public rolespublic void setResourceType(ResourceType resourceType)
resourceType - the new resource typepublic void setRoles(List<String> roles)
roles - the new rolespublic void setStocks(List<String> stocks)
stocks - the new stockspublic void setVersion(Long version)
PersistedModelObject
setVersion in interface PersistedModelObjectversion - the new version
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||