java.lang.Objectcom.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)
Method Detail |
public java.lang.String getName()
public java.lang.String getAbbr()
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.