Class SwedenPoliticalParty

  • All Implemented Interfaces:
    com.hack23.cia.model.common.api.ModelObject, java.io.Serializable

    @Entity(name="SwedenPoliticalParty")
    public class SwedenPoliticalParty
    extends java.lang.Object
    implements com.hack23.cia.model.common.api.ModelObject
    The Class SwedenPoliticalParty.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String address
      The address.
      protected java.lang.String city
      The city.
      protected java.lang.String coAddress
      The co address.
      protected java.lang.String email
      The email.
      protected java.lang.String faxNumber
      The fax number.
      protected java.lang.Long hjid
      The hjid.
      protected java.lang.String partyId
      The party id.
      protected java.lang.String partyName
      The party name.
      protected java.lang.String phoneNumber
      The phone number.
      protected java.lang.String postCode
      The post code.
      protected java.util.Date registeredDate
      The registered date.
      protected java.lang.String shortCode
      The short code.
      protected java.lang.String website
      The website.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      java.lang.String getAddress()
      Gets the address.
      java.lang.String getCity()
      Gets the city.
      java.lang.String getCoAddress()
      Gets the co address.
      java.lang.String getEmail()
      Gets the email.
      java.lang.String getFaxNumber()
      Gets the fax number.
      java.lang.Long getHjid()
      Gets the hjid.
      java.lang.String getPartyId()
      Gets the party id.
      java.lang.String getPartyName()
      Gets the party name.
      java.lang.String getPhoneNumber()
      Gets the phone number.
      java.lang.String getPostCode()
      Gets the post code.
      java.util.Date getRegisteredDate()
      Gets the registered date.
      java.lang.String getShortCode()
      Gets the short code.
      java.lang.String getWebsite()
      Gets the website.
      int hashCode()  
      void setAddress​(java.lang.String value)
      Sets the address.
      void setCity​(java.lang.String value)
      Sets the city.
      void setCoAddress​(java.lang.String value)
      Sets the co address.
      void setEmail​(java.lang.String value)
      Sets the email.
      void setFaxNumber​(java.lang.String value)
      Sets the fax number.
      void setHjid​(java.lang.Long value)
      Sets the hjid.
      void setPartyId​(java.lang.String value)
      Sets the party id.
      void setPartyName​(java.lang.String value)
      Sets the party name.
      void setPhoneNumber​(java.lang.String value)
      Sets the phone number.
      void setPostCode​(java.lang.String value)
      Sets the post code.
      void setRegisteredDate​(java.util.Date value)
      Sets the registered date.
      void setShortCode​(java.lang.String value)
      Sets the short code.
      void setWebsite​(java.lang.String value)
      Sets the website.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • partyName

        protected java.lang.String partyName
        The party name.
      • shortCode

        protected java.lang.String shortCode
        The short code.
      • partyId

        protected java.lang.String partyId
        The party id.
      • coAddress

        protected java.lang.String coAddress
        The co address.
      • phoneNumber

        protected java.lang.String phoneNumber
        The phone number.
      • address

        protected java.lang.String address
        The address.
      • faxNumber

        protected java.lang.String faxNumber
        The fax number.
      • postCode

        protected java.lang.String postCode
        The post code.
      • city

        protected java.lang.String city
        The city.
      • email

        protected java.lang.String email
        The email.
      • website

        protected java.lang.String website
        The website.
      • registeredDate

        protected java.util.Date registeredDate
        The registered date.
      • hjid

        protected java.lang.Long hjid
        The hjid.
    • Constructor Detail

      • SwedenPoliticalParty

        public SwedenPoliticalParty()
    • Method Detail

      • getPartyName

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        public final boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • toString

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

        public final int hashCode()
        Overrides:
        hashCode in class java.lang.Object