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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanequals(java.lang.Object obj) java.lang.StringGets the value of the groupAgainst property.intgetYear()Gets the value of the year property.final inthashCode()voidsetGroupAgainst(java.lang.String value) Sets the value of the groupAgainst property.voidsetYear(int value) Sets the value of the year property.final java.lang.StringtoString()withGroupAgainst(java.lang.String value) withYear(int value) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
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 isString
-
withYear
-
withGroupAgainst
public ViewRiksdagenPartyCoalationAgainstAnnualSummaryEmbeddedId withGroupAgainst(java.lang.String value) -
toString
public final java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
equals
public final boolean equals(java.lang.Object obj) - Overrides:
equalsin classjava.lang.Object
-
hashCode
public final int hashCode()- Overrides:
hashCodein classjava.lang.Object
-