Class SwedenMunicipalityData
java.lang.Object
com.hack23.cia.model.external.val.kommunvalkrets.impl.SwedenMunicipalityData
- All Implemented Interfaces:
com.hack23.cia.model.common.api.ModelObject,Serializable
@Entity(name="SwedenMunicipalityData")
public class SwedenMunicipalityData
extends Object
implements com.hack23.cia.model.common.api.ModelObject
The Class SwedenMunicipalityData.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BigIntegerThe code.protected LongThe hjid.protected List<SwedenMunicipalityElectionRegionData>The kommunvalkrets.protected StringThe municipal name. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleangetCode()Gets the code.getHjid()Gets the hjid.Gets the kommunvalkrets.Gets the municipal name.final inthashCode()voidsetCode(BigInteger value) Sets the code.voidSets the hjid.voidsetKommunvalkrets(List<SwedenMunicipalityElectionRegionData> kommunvalkrets) Sets the kommunvalkrets.voidsetMunicipalName(String value) Sets the municipal name.final StringtoString()
-
Field Details
-
code
The code. -
municipalName
The municipal name. -
kommunvalkrets
The kommunvalkrets. -
hjid
The hjid.
-
-
Constructor Details
-
SwedenMunicipalityData
public SwedenMunicipalityData()
-
-
Method Details
-
getCode
Gets the code.- Returns:
- the code
-
setCode
Sets the code.- Parameters:
value- the new code
-
getMunicipalName
Gets the municipal name.- Returns:
- the municipal name
-
setMunicipalName
Sets the municipal name.- Parameters:
value- the new municipal name
-
getKommunvalkrets
Gets the kommunvalkrets.- Returns:
- the kommunvalkrets
-
setKommunvalkrets
Sets the kommunvalkrets.- Parameters:
kommunvalkrets- the new kommunvalkrets
-
getHjid
Gets the hjid.- Returns:
- the hjid
-
setHjid
Sets the hjid.- Parameters:
value- the new hjid
-
equals
-
toString
-
hashCode
public final int hashCode()
-