Class ViewWorldbankIndicatorDataCountrySummary

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

    @Entity(name="ViewWorldbankIndicatorDataCountrySummary")
    public class ViewWorldbankIndicatorDataCountrySummary
    extends java.lang.Object
    implements com.hack23.cia.model.common.api.ModelObject

    Java class for ViewWorldbankIndicatorDataCountrySummary complex type.

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

     <complexType name="ViewWorldbankIndicatorDataCountrySummary">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="embeddedId" type="{http://data.application.internal.model.cia.hack23.com/impl}WorldbankIndicatorDataCountrySummaryEmbeddedId"/>
             <element name="indicator_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="source_note" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="source_value" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="source_organization" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="start_year" type="{http://www.w3.org/2001/XMLSchema}int"/>
             <element name="end_year" type="{http://www.w3.org/2001/XMLSchema}int"/>
             <element name="data_point" type="{http://www.w3.org/2001/XMLSchema}long"/>
             <element name="topics" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • indicatorName

        protected java.lang.String indicatorName
      • sourceNote

        protected java.lang.String sourceNote
      • sourceValue

        protected java.lang.String sourceValue
      • sourceOrganization

        protected java.lang.String sourceOrganization
      • startYear

        protected java.lang.Integer startYear
      • endYear

        protected java.lang.Integer endYear
      • dataPoint

        protected long dataPoint
      • topics

        protected java.lang.String topics
    • Constructor Detail

      • ViewWorldbankIndicatorDataCountrySummary

        public ViewWorldbankIndicatorDataCountrySummary()
    • Method Detail

      • getIndicatorName

        public java.lang.String getIndicatorName()
        Gets the value of the indicatorName property.
        Returns:
        possible object is String
      • setIndicatorName

        public void setIndicatorName​(java.lang.String value)
        Sets the value of the indicatorName property.
        Parameters:
        value - allowed object is String
      • getSourceNote

        public java.lang.String getSourceNote()
        Gets the value of the sourceNote property.
        Returns:
        possible object is String
      • setSourceNote

        public void setSourceNote​(java.lang.String value)
        Sets the value of the sourceNote property.
        Parameters:
        value - allowed object is String
      • getSourceValue

        public java.lang.String getSourceValue()
        Gets the value of the sourceValue property.
        Returns:
        possible object is String
      • setSourceValue

        public void setSourceValue​(java.lang.String value)
        Sets the value of the sourceValue property.
        Parameters:
        value - allowed object is String
      • getSourceOrganization

        public java.lang.String getSourceOrganization()
        Gets the value of the sourceOrganization property.
        Returns:
        possible object is String
      • setSourceOrganization

        public void setSourceOrganization​(java.lang.String value)
        Sets the value of the sourceOrganization property.
        Parameters:
        value - allowed object is String
      • getStartYear

        public java.lang.Integer getStartYear()
        Gets the value of the startYear property.
        Returns:
        possible object is Integer
      • setStartYear

        public void setStartYear​(java.lang.Integer value)
        Sets the value of the startYear property.
        Parameters:
        value - allowed object is Integer
      • getEndYear

        public java.lang.Integer getEndYear()
        Gets the value of the endYear property.
        Returns:
        possible object is Integer
      • setEndYear

        public void setEndYear​(java.lang.Integer value)
        Sets the value of the endYear property.
        Parameters:
        value - allowed object is Integer
      • getDataPoint

        public long getDataPoint()
        Gets the value of the dataPoint property.
      • setDataPoint

        public void setDataPoint​(long value)
        Sets the value of the dataPoint property.
      • getTopics

        public java.lang.String getTopics()
        Gets the value of the topics property.
        Returns:
        possible object is String
      • setTopics

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