@Entity(name="ViewWorldbankIndicatorDataCountrySummary") public class ViewWorldbankIndicatorDataCountrySummary extends Object implements Serializable, com.hack23.cia.model.common.api.ModelObject, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
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>
Modifier and Type | Field and Description |
---|---|
protected long |
dataPoint |
protected WorldbankIndicatorDataCountrySummaryEmbeddedId |
embeddedId |
protected Integer |
endYear |
protected String |
indicatorName |
protected String |
sourceNote |
protected String |
sourceOrganization |
protected String |
sourceValue |
protected Integer |
startYear |
protected String |
topics |
Constructor and Description |
---|
ViewWorldbankIndicatorDataCountrySummary() |
Modifier and Type | Method and Description |
---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
long |
getDataPoint()
Gets the value of the dataPoint property.
|
WorldbankIndicatorDataCountrySummaryEmbeddedId |
getEmbeddedId()
Gets the value of the embeddedId property.
|
Integer |
getEndYear()
Gets the value of the endYear property.
|
String |
getIndicatorName()
Gets the value of the indicatorName property.
|
String |
getSourceNote()
Gets the value of the sourceNote property.
|
String |
getSourceOrganization()
Gets the value of the sourceOrganization property.
|
String |
getSourceValue()
Gets the value of the sourceValue property.
|
Integer |
getStartYear()
Gets the value of the startYear property.
|
String |
getTopics()
Gets the value of the topics property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setDataPoint(long value)
Sets the value of the dataPoint property.
|
void |
setEmbeddedId(WorldbankIndicatorDataCountrySummaryEmbeddedId value)
Sets the value of the embeddedId property.
|
void |
setEndYear(Integer value)
Sets the value of the endYear property.
|
void |
setIndicatorName(String value)
Sets the value of the indicatorName property.
|
void |
setSourceNote(String value)
Sets the value of the sourceNote property.
|
void |
setSourceOrganization(String value)
Sets the value of the sourceOrganization property.
|
void |
setSourceValue(String value)
Sets the value of the sourceValue property.
|
void |
setStartYear(Integer value)
Sets the value of the startYear property.
|
void |
setTopics(String value)
Sets the value of the topics property.
|
String |
toString() |
ViewWorldbankIndicatorDataCountrySummary |
withDataPoint(long value) |
ViewWorldbankIndicatorDataCountrySummary |
withEmbeddedId(WorldbankIndicatorDataCountrySummaryEmbeddedId value) |
ViewWorldbankIndicatorDataCountrySummary |
withEndYear(Integer value) |
ViewWorldbankIndicatorDataCountrySummary |
withIndicatorName(String value) |
ViewWorldbankIndicatorDataCountrySummary |
withSourceNote(String value) |
ViewWorldbankIndicatorDataCountrySummary |
withSourceOrganization(String value) |
ViewWorldbankIndicatorDataCountrySummary |
withSourceValue(String value) |
ViewWorldbankIndicatorDataCountrySummary |
withStartYear(Integer value) |
ViewWorldbankIndicatorDataCountrySummary |
withTopics(String value) |
protected WorldbankIndicatorDataCountrySummaryEmbeddedId embeddedId
protected String indicatorName
protected String sourceNote
protected String sourceValue
protected String sourceOrganization
protected Integer startYear
protected Integer endYear
protected long dataPoint
protected String topics
public ViewWorldbankIndicatorDataCountrySummary()
public WorldbankIndicatorDataCountrySummaryEmbeddedId getEmbeddedId()
WorldbankIndicatorDataCountrySummaryEmbeddedId
public void setEmbeddedId(WorldbankIndicatorDataCountrySummaryEmbeddedId value)
value
- allowed object is
WorldbankIndicatorDataCountrySummaryEmbeddedId
public String getIndicatorName()
String
public void setIndicatorName(String value)
value
- allowed object is
String
public String getSourceNote()
String
public void setSourceNote(String value)
value
- allowed object is
String
public String getSourceValue()
String
public void setSourceValue(String value)
value
- allowed object is
String
public String getSourceOrganization()
String
public void setSourceOrganization(String value)
value
- allowed object is
String
public Integer getStartYear()
Integer
public void setStartYear(Integer value)
value
- allowed object is
Integer
public Integer getEndYear()
Integer
public void setEndYear(Integer value)
value
- allowed object is
Integer
public long getDataPoint()
public void setDataPoint(long value)
public String getTopics()
String
public void setTopics(String value)
value
- allowed object is
String
public ViewWorldbankIndicatorDataCountrySummary withEmbeddedId(WorldbankIndicatorDataCountrySummaryEmbeddedId value)
public ViewWorldbankIndicatorDataCountrySummary withIndicatorName(String value)
public ViewWorldbankIndicatorDataCountrySummary withSourceNote(String value)
public ViewWorldbankIndicatorDataCountrySummary withSourceValue(String value)
public ViewWorldbankIndicatorDataCountrySummary withSourceOrganization(String value)
public ViewWorldbankIndicatorDataCountrySummary withStartYear(Integer value)
public ViewWorldbankIndicatorDataCountrySummary withEndYear(Integer value)
public ViewWorldbankIndicatorDataCountrySummary withDataPoint(long value)
public ViewWorldbankIndicatorDataCountrySummary withTopics(String value)
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append
in interface org.jvnet.jaxb2_commons.lang.ToString
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields
in interface org.jvnet.jaxb2_commons.lang.ToString
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode
Copyright © 2010–2017 www.hack23.com. All rights reserved.