Class ViewRiksdagenPartyBallotSupportAnnualSummaryEmbeddedId

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

    @Embeddable
    public class ViewRiksdagenPartyBallotSupportAnnualSummaryEmbeddedId
    extends java.lang.Object
    implements com.hack23.cia.model.common.api.ModelObject

    Java class for ViewRiksdagenPartyBallotSupportAnnualSummaryEmbeddedId complex type.

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

     <complexType name="ViewRiksdagenPartyBallotSupportAnnualSummaryEmbeddedId">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="date" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="party" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="other_party" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • date

        protected java.lang.String date
      • party

        protected java.lang.String party
      • otherParty

        protected java.lang.String otherParty
    • Constructor Detail

      • ViewRiksdagenPartyBallotSupportAnnualSummaryEmbeddedId

        public ViewRiksdagenPartyBallotSupportAnnualSummaryEmbeddedId()
    • Method Detail

      • getDate

        public java.lang.String getDate()
        Gets the value of the date property.
        Returns:
        possible object is String
      • setDate

        public void setDate​(java.lang.String value)
        Sets the value of the date property.
        Parameters:
        value - allowed object is String
      • getParty

        public java.lang.String getParty()
        Gets the value of the party property.
        Returns:
        possible object is String
      • setParty

        public void setParty​(java.lang.String value)
        Sets the value of the party property.
        Parameters:
        value - allowed object is String
      • getOtherParty

        public java.lang.String getOtherParty()
        Gets the value of the otherParty property.
        Returns:
        possible object is String
      • setOtherParty

        public void setOtherParty​(java.lang.String value)
        Sets the value of the otherParty property.
        Parameters:
        value - allowed object is String
      • 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