Class SwedenPoliticalParty
java.lang.Object
com.hack23.cia.model.external.val.partier.impl.SwedenPoliticalParty
- All Implemented Interfaces:
com.hack23.cia.model.common.api.ModelObject,Serializable
@Entity(name="SwedenPoliticalParty")
public class SwedenPoliticalParty
extends Object
implements com.hack23.cia.model.common.api.ModelObject
The Class SwedenPoliticalParty.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe address.protected StringThe city.protected StringThe co address.protected StringThe email.protected StringThe fax number.protected LongThe hjid.protected StringThe party id.protected StringThe party name.protected StringThe phone number.protected StringThe post code.protected DateThe registered date.protected StringThe short code.protected StringThe website. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanGets the address.getCity()Gets the city.Gets the co address.getEmail()Gets the email.Gets the fax number.getHjid()Gets the hjid.Gets the party id.Gets the party name.Gets the phone number.Gets the post code.Gets the registered date.Gets the short code.Gets the website.final inthashCode()voidsetAddress(String value) Sets the address.voidSets the city.voidsetCoAddress(String value) Sets the co address.voidSets the email.voidsetFaxNumber(String value) Sets the fax number.voidSets the hjid.voidsetPartyId(String value) Sets the party id.voidsetPartyName(String value) Sets the party name.voidsetPhoneNumber(String value) Sets the phone number.voidsetPostCode(String value) Sets the post code.voidsetRegisteredDate(Date value) Sets the registered date.voidsetShortCode(String value) Sets the short code.voidsetWebsite(String value) Sets the website.final StringtoString()
-
Field Details
-
partyName
The party name. -
shortCode
The short code. -
partyId
The party id. -
coAddress
The co address. -
phoneNumber
The phone number. -
address
The address. -
faxNumber
The fax number. -
postCode
The post code. -
city
The city. -
email
The email. -
website
The website. -
registeredDate
The registered date. -
hjid
The hjid.
-
-
Constructor Details
-
SwedenPoliticalParty
public SwedenPoliticalParty()
-
-
Method Details
-
getPartyName
Gets the party name.- Returns:
- the party name
-
setPartyName
Sets the party name.- Parameters:
value- the new party name
-
getShortCode
Gets the short code.- Returns:
- the short code
-
setShortCode
Sets the short code.- Parameters:
value- the new short code
-
getPartyId
Gets the party id.- Returns:
- the party id
-
setPartyId
Sets the party id.- Parameters:
value- the new party id
-
getCoAddress
Gets the co address.- Returns:
- the co address
-
setCoAddress
Sets the co address.- Parameters:
value- the new co address
-
getPhoneNumber
Gets the phone number.- Returns:
- the phone number
-
setPhoneNumber
Sets the phone number.- Parameters:
value- the new phone number
-
getAddress
Gets the address.- Returns:
- the address
-
setAddress
Sets the address.- Parameters:
value- the new address
-
getFaxNumber
Gets the fax number.- Returns:
- the fax number
-
setFaxNumber
Sets the fax number.- Parameters:
value- the new fax number
-
getPostCode
Gets the post code.- Returns:
- the post code
-
setPostCode
Sets the post code.- Parameters:
value- the new post code
-
getCity
Gets the city.- Returns:
- the city
-
setCity
Sets the city.- Parameters:
value- the new city
-
getEmail
Gets the email.- Returns:
- the email
-
setEmail
Sets the email.- Parameters:
value- the new email
-
getWebsite
Gets the website.- Returns:
- the website
-
setWebsite
Sets the website.- Parameters:
value- the new website
-
getRegisteredDate
Gets the registered date.- Returns:
- the registered date
-
setRegisteredDate
Sets the registered date.- Parameters:
value- the new registered date
-
getHjid
Gets the hjid.- Returns:
- the hjid
-
setHjid
Sets the hjid.- Parameters:
value- the new hjid
-
equals
-
toString
-
hashCode
public final int hashCode()
-