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 Details

    • partyName

      protected String partyName
      The party name.
    • shortCode

      protected String shortCode
      The short code.
    • partyId

      protected String partyId
      The party id.
    • coAddress

      protected String coAddress
      The co address.
    • phoneNumber

      protected String phoneNumber
      The phone number.
    • address

      protected String address
      The address.
    • faxNumber

      protected String faxNumber
      The fax number.
    • postCode

      protected String postCode
      The post code.
    • city

      protected String city
      The city.
    • email

      protected String email
      The email.
    • website

      protected String website
      The website.
    • registeredDate

      protected Date registeredDate
      The registered date.
    • hjid

      protected Long hjid
      The hjid.
  • Constructor Details

    • SwedenPoliticalParty

      public SwedenPoliticalParty()
  • Method Details

    • getPartyName

      public String getPartyName()
      Gets the party name.
      Returns:
      the party name
    • setPartyName

      public void setPartyName(String value)
      Sets the party name.
      Parameters:
      value - the new party name
    • getShortCode

      public String getShortCode()
      Gets the short code.
      Returns:
      the short code
    • setShortCode

      public void setShortCode(String value)
      Sets the short code.
      Parameters:
      value - the new short code
    • getPartyId

      public String getPartyId()
      Gets the party id.
      Returns:
      the party id
    • setPartyId

      public void setPartyId(String value)
      Sets the party id.
      Parameters:
      value - the new party id
    • getCoAddress

      public String getCoAddress()
      Gets the co address.
      Returns:
      the co address
    • setCoAddress

      public void setCoAddress(String value)
      Sets the co address.
      Parameters:
      value - the new co address
    • getPhoneNumber

      public String getPhoneNumber()
      Gets the phone number.
      Returns:
      the phone number
    • setPhoneNumber

      public void setPhoneNumber(String value)
      Sets the phone number.
      Parameters:
      value - the new phone number
    • getAddress

      public String getAddress()
      Gets the address.
      Returns:
      the address
    • setAddress

      public void setAddress(String value)
      Sets the address.
      Parameters:
      value - the new address
    • getFaxNumber

      public String getFaxNumber()
      Gets the fax number.
      Returns:
      the fax number
    • setFaxNumber

      public void setFaxNumber(String value)
      Sets the fax number.
      Parameters:
      value - the new fax number
    • getPostCode

      public String getPostCode()
      Gets the post code.
      Returns:
      the post code
    • setPostCode

      public void setPostCode(String value)
      Sets the post code.
      Parameters:
      value - the new post code
    • getCity

      public String getCity()
      Gets the city.
      Returns:
      the city
    • setCity

      public void setCity(String value)
      Sets the city.
      Parameters:
      value - the new city
    • getEmail

      public String getEmail()
      Gets the email.
      Returns:
      the email
    • setEmail

      public void setEmail(String value)
      Sets the email.
      Parameters:
      value - the new email
    • getWebsite

      public String getWebsite()
      Gets the website.
      Returns:
      the website
    • setWebsite

      public void setWebsite(String value)
      Sets the website.
      Parameters:
      value - the new website
    • getRegisteredDate

      public Date getRegisteredDate()
      Gets the registered date.
      Returns:
      the registered date
    • setRegisteredDate

      public void setRegisteredDate(Date value)
      Sets the registered date.
      Parameters:
      value - the new registered date
    • getHjid

      public Long getHjid()
      Gets the hjid.
      Returns:
      the hjid
    • setHjid

      public void setHjid(Long value)
      Sets the hjid.
      Parameters:
      value - the new hjid
    • equals

      public final boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public final String toString()
      Overrides:
      toString in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object