com.ibm.commerce.tools.segmentation
Class SegmentCountriesDataBean.Country

java.lang.Object
  |
  +--com.ibm.commerce.tools.segmentation.SegmentCountriesDataBean.Country
Enclosing class:
SegmentCountriesDataBean

public static final class SegmentCountriesDataBean.Country
extends java.lang.Object

This class has 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

SegmentCountriesDataBean.Country

public SegmentCountriesDataBean.Country(java.lang.String name,
                                        java.lang.String abbr)
This constructor takes the country name and the country abbreviation.
Parameters:
name - The name of the country.
abbr - The country's abbreviation.
Method Detail

getAbbr

public java.lang.String getAbbr()
Gets the country's abbreviation.
Returns:
The country's abbreviation.

getName

public java.lang.String getName()
Gets the name of the country.
Returns:
The name of the country.