Class RiksdagenCommitteeDecisionTypeOrgSummaryEmbeddedId

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

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

    Java class for RiksdagenCommitteeDecisionTypeOrgSummaryEmbeddedId complex type.

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

     <complexType name="RiksdagenCommitteeDecisionTypeOrgSummaryEmbeddedId">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="decision_date" type="{http://www.w3.org/2001/XMLSchema}date"/>
             <element name="decision_type" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="org" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • decisionDate

        protected java.util.Date decisionDate
      • decisionType

        protected java.lang.String decisionType
      • org

        protected java.lang.String org
    • Constructor Detail

      • RiksdagenCommitteeDecisionTypeOrgSummaryEmbeddedId

        public RiksdagenCommitteeDecisionTypeOrgSummaryEmbeddedId()
    • Method Detail

      • getDecisionDate

        public java.util.Date getDecisionDate()
        Gets the value of the decisionDate property.
        Returns:
        possible object is String
      • setDecisionDate

        public void setDecisionDate​(java.util.Date value)
        Sets the value of the decisionDate property.
        Parameters:
        value - allowed object is String
      • getDecisionType

        public java.lang.String getDecisionType()
        Gets the value of the decisionType property.
        Returns:
        possible object is String
      • setDecisionType

        public void setDecisionType​(java.lang.String value)
        Sets the value of the decisionType property.
        Parameters:
        value - allowed object is String
      • getOrg

        public java.lang.String getOrg()
        Gets the value of the org property.
        Returns:
        possible object is String
      • setOrg

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