Class ViewRiksdagenParty

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

    @Entity(name="ViewRiksdagenParty")
    public class ViewRiksdagenParty
    extends java.lang.Object
    implements com.hack23.cia.model.common.api.ModelObject

    Java class for ViewRiksdagenParty complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="ViewRiksdagenParty">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="partyId" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="partyNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="partyName" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="headCount" type="{http://www.w3.org/2001/XMLSchema}long"/>
             <element name="website" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="registeredDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • partyId

        protected java.lang.String partyId
      • partyNumber

        protected java.lang.String partyNumber
      • partyName

        protected java.lang.String partyName
      • headCount

        protected long headCount
      • website

        protected java.lang.String website
      • registeredDate

        protected java.util.Date registeredDate
    • Constructor Detail

      • ViewRiksdagenParty

        public ViewRiksdagenParty()
    • Method Detail

      • getPartyId

        public java.lang.String getPartyId()
        Gets the value of the partyId property.
        Returns:
        possible object is String
      • setPartyId

        public void setPartyId​(java.lang.String value)
        Sets the value of the partyId property.
        Parameters:
        value - allowed object is String
      • getPartyNumber

        public java.lang.String getPartyNumber()
        Gets the value of the partyNumber property.
        Returns:
        possible object is String
      • setPartyNumber

        public void setPartyNumber​(java.lang.String value)
        Sets the value of the partyNumber property.
        Parameters:
        value - allowed object is String
      • getPartyName

        public java.lang.String getPartyName()
        Gets the value of the partyName property.
        Returns:
        possible object is String
      • setPartyName

        public void setPartyName​(java.lang.String value)
        Sets the value of the partyName property.
        Parameters:
        value - allowed object is String
      • getHeadCount

        public long getHeadCount()
        Gets the value of the headCount property.
      • setHeadCount

        public void setHeadCount​(long value)
        Sets the value of the headCount property.
      • getWebsite

        public java.lang.String getWebsite()
        Gets the value of the website property.
        Returns:
        possible object is String
      • setWebsite

        public void setWebsite​(java.lang.String value)
        Sets the value of the website property.
        Parameters:
        value - allowed object is String
      • getRegisteredDate

        public java.util.Date getRegisteredDate()
        Gets the value of the registeredDate property.
        Returns:
        possible object is String
      • setRegisteredDate

        public void setRegisteredDate​(java.util.Date value)
        Sets the value of the registeredDate property.
        Parameters:
        value - allowed object is String
      • withRegisteredDate

        public ViewRiksdagenParty withRegisteredDate​(java.util.Date value)
      • toString

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

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

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