java.lang.Object | +--com.ibm.commerce.tools.segmentation.SegmentCountriesDataBean.Country
This class contains the name and abbreviation for a country.
Constructor Summary | |
---|---|
SegmentCountriesDataBean.Country(java.lang.String name,
java.lang.String abbr) This constructor takes the country name and the country abbreviation. |
Method Summary | |
---|---|
java.lang.String |
getAbbr() Gets the country's abbreviation. |
java.lang.String |
getName() Gets the name of the country. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public SegmentCountriesDataBean.Country(java.lang.String name, java.lang.String abbr)
name
- The name of the country.abbr
- The country's abbreviation.Method Detail |
---|
public java.lang.String getName()
public java.lang.String getAbbr()