Class ViewRiksdagenCommitteeDecisionsEmbeddedId
- java.lang.Object
-
- com.hack23.cia.model.internal.application.data.committee.impl.ViewRiksdagenCommitteeDecisionsEmbeddedId
-
- All Implemented Interfaces:
com.hack23.cia.model.common.api.ModelObject
,java.io.Serializable
@Embeddable public class ViewRiksdagenCommitteeDecisionsEmbeddedId extends java.lang.Object implements com.hack23.cia.model.common.api.ModelObject
Java class for ViewRiksdagenCommitteeDecisionsEmbeddedId complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ViewRiksdagenCommitteeDecisionsEmbeddedId"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="hangar_id" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="issue_nummer" type="{http://www.w3.org/2001/XMLSchema}decimal"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.math.BigDecimal
hangarId
protected java.lang.String
id
protected java.math.BigDecimal
issueNummer
-
Constructor Summary
Constructors Constructor Description ViewRiksdagenCommitteeDecisionsEmbeddedId()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
java.math.BigDecimal
getHangarId()
Gets the value of the hangarId property.java.lang.String
getId()
Gets the value of the id property.java.math.BigDecimal
getIssueNummer()
Gets the value of the issueNummer property.int
hashCode()
void
setHangarId(java.math.BigDecimal value)
Sets the value of the hangarId property.void
setId(java.lang.String value)
Sets the value of the id property.void
setIssueNummer(java.math.BigDecimal value)
Sets the value of the issueNummer property.java.lang.String
toString()
ViewRiksdagenCommitteeDecisionsEmbeddedId
withHangarId(java.math.BigDecimal value)
ViewRiksdagenCommitteeDecisionsEmbeddedId
withId(java.lang.String value)
ViewRiksdagenCommitteeDecisionsEmbeddedId
withIssueNummer(java.math.BigDecimal value)
-
-
-
Method Detail
-
getId
public java.lang.String getId()
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
public void setId(java.lang.String value)
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
getHangarId
public java.math.BigDecimal getHangarId()
Gets the value of the hangarId property.- Returns:
- possible object is
BigDecimal
-
setHangarId
public void setHangarId(java.math.BigDecimal value)
Sets the value of the hangarId property.- Parameters:
value
- allowed object isBigDecimal
-
getIssueNummer
public java.math.BigDecimal getIssueNummer()
Gets the value of the issueNummer property.- Returns:
- possible object is
BigDecimal
-
setIssueNummer
public void setIssueNummer(java.math.BigDecimal value)
Sets the value of the issueNummer property.- Parameters:
value
- allowed object isBigDecimal
-
withId
public ViewRiksdagenCommitteeDecisionsEmbeddedId withId(java.lang.String value)
-
withHangarId
public ViewRiksdagenCommitteeDecisionsEmbeddedId withHangarId(java.math.BigDecimal value)
-
withIssueNummer
public ViewRiksdagenCommitteeDecisionsEmbeddedId withIssueNummer(java.math.BigDecimal value)
-
toString
public final java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
equals
public final boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public final int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-