Class SwedenCountyElectoralRegion
java.lang.Object
com.hack23.cia.model.external.val.landstingvalkrets.impl.SwedenCountyElectoralRegion
- All Implemented Interfaces:
com.hack23.cia.model.common.api.ModelObject,Serializable
@Entity(name="SwedenCountyElectoralRegion")
public class SwedenCountyElectoralRegion
extends Object
implements com.hack23.cia.model.common.api.ModelObject
The Class SwedenCountyElectoralRegion.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BigIntegerThe code.protected StringThe county name.protected LongThe hjid.protected List<SwedenCountyElectoralArea>The landstingsvalkrets.protected BigIntegerThe seats. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleangetCode()Gets the code.Gets the county name.getHjid()Gets the hjid.Gets the landstingsvalkrets.getSeats()Gets the seats.final inthashCode()voidsetCode(BigInteger value) Sets the code.voidsetCountyName(String value) Sets the county name.voidSets the hjid.voidsetLandstingsvalkrets(List<SwedenCountyElectoralArea> landstingsvalkrets) Sets the landstingsvalkrets.voidsetSeats(BigInteger value) Sets the seats.final StringtoString()
-
Field Details
-
code
The code. -
countyName
The county name. -
seats
The seats. -
landstingsvalkrets
The landstingsvalkrets. -
hjid
The hjid.
-
-
Constructor Details
-
SwedenCountyElectoralRegion
public SwedenCountyElectoralRegion()
-
-
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
-
getSeats
Gets the seats.- Returns:
- the seats
-
setSeats
Sets the seats.- Parameters:
value- the new seats
-
getLandstingsvalkrets
Gets the landstingsvalkrets.- Returns:
- the landstingsvalkrets
-
setLandstingsvalkrets
Sets the landstingsvalkrets.- Parameters:
landstingsvalkrets- the new landstingsvalkrets
-
getHjid
Gets the hjid.- Returns:
- the hjid
-
setHjid
Sets the hjid.- Parameters:
value- the new hjid
-
equals
-
toString
-
hashCode
public final int hashCode()
-