Class 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 Detail

      • id

        protected java.lang.String id
      • hangarId

        protected java.math.BigDecimal hangarId
      • issueNummer

        protected java.math.BigDecimal issueNummer
    • Constructor Detail

      • ViewRiksdagenCommitteeDecisionsEmbeddedId

        public ViewRiksdagenCommitteeDecisionsEmbeddedId()
    • 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 is String
      • 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 is BigDecimal
      • 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 is BigDecimal
      • 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