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