Class WorldbankIndicatorDataCountrySummaryEmbeddedId

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

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

    Java class for WorldbankIndicatorDataCountrySummaryEmbeddedId complex type.

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

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

      • indicatorId

        protected java.lang.String indicatorId
      • countryId

        protected java.lang.String countryId
    • Constructor Detail

      • WorldbankIndicatorDataCountrySummaryEmbeddedId

        public WorldbankIndicatorDataCountrySummaryEmbeddedId()
    • Method Detail

      • getIndicatorId

        public java.lang.String getIndicatorId()
        Gets the value of the indicatorId property.
        Returns:
        possible object is String
      • setIndicatorId

        public void setIndicatorId​(java.lang.String value)
        Sets the value of the indicatorId property.
        Parameters:
        value - allowed object is String
      • getCountryId

        public java.lang.String getCountryId()
        Gets the value of the countryId property.
        Returns:
        possible object is String
      • setCountryId

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