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 contains the name and abbreviation for a country.
    • Constructor Summary

      Constructors 
      Constructor and Description
      Country(java.lang.String name, java.lang.String abbr)
      This constructor takes the country name and the country abbreviation.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      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

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Country

        public 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

      • getName

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

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