Class ViewRiksdagenCommitteeBallotDecisionPoliticianEmbeddedId

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

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

    Java class for ViewRiksdagenCommitteeBallotDecisionPoliticianEmbeddedId complex type.

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

     <complexType name="ViewRiksdagenCommitteeBallotDecisionPoliticianEmbeddedId">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="intressent_id" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="hangar_id" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
             <element name="issue" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="concern" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • id

        protected java.lang.String id
      • intressentId

        protected java.lang.String intressentId
      • hangarId

        protected java.math.BigDecimal hangarId
      • issue

        protected java.lang.String issue
      • concern

        protected java.lang.String concern
    • Constructor Detail

      • ViewRiksdagenCommitteeBallotDecisionPoliticianEmbeddedId

        public ViewRiksdagenCommitteeBallotDecisionPoliticianEmbeddedId()
    • 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
      • getIntressentId

        public java.lang.String getIntressentId()
        Gets the value of the intressentId property.
        Returns:
        possible object is String
      • setIntressentId

        public void setIntressentId​(java.lang.String value)
        Sets the value of the intressentId 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
      • getIssue

        public java.lang.String getIssue()
        Gets the value of the issue property.
        Returns:
        possible object is String
      • setIssue

        public void setIssue​(java.lang.String value)
        Sets the value of the issue property.
        Parameters:
        value - allowed object is String
      • getConcern

        public java.lang.String getConcern()
        Gets the value of the concern property.
        Returns:
        possible object is String
      • setConcern

        public void setConcern​(java.lang.String value)
        Sets the value of the concern 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