Class ViewRiksdagenPartyCoalationAgainstAnnualSummaryEmbeddedId

java.lang.Object
com.hack23.cia.model.internal.application.data.party.impl.ViewRiksdagenPartyCoalationAgainstAnnualSummaryEmbeddedId
All Implemented Interfaces:
com.hack23.cia.model.common.api.ModelObject, java.io.Serializable

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

Java class for ViewRiksdagenPartyCoalationAgainstAnnualSummaryEmbeddedId complex type.

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

 <complexType name="ViewRiksdagenPartyCoalationAgainstAnnualSummaryEmbeddedId">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="year" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="group_against" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • year

      protected int year
    • groupAgainst

      protected java.lang.String groupAgainst
  • Constructor Details

    • ViewRiksdagenPartyCoalationAgainstAnnualSummaryEmbeddedId

      public ViewRiksdagenPartyCoalationAgainstAnnualSummaryEmbeddedId()
  • Method Details

    • getYear

      public int getYear()
      Gets the value of the year property.
    • setYear

      public void setYear(int value)
      Sets the value of the year property.
    • getGroupAgainst

      public java.lang.String getGroupAgainst()
      Gets the value of the groupAgainst property.
      Returns:
      possible object is String
    • setGroupAgainst

      public void setGroupAgainst(java.lang.String value)
      Sets the value of the groupAgainst property.
      Parameters:
      value - allowed object is String
    • withYear

    • withGroupAgainst

      public ViewRiksdagenPartyCoalationAgainstAnnualSummaryEmbeddedId withGroupAgainst(java.lang.String 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