com.ibm.commerce.tools.segmentation

Class SegmentStatesDataBean.State

  • java.lang.Object
    • com.ibm.commerce.tools.segmentation.SegmentStatesDataBean.State
  • Enclosing class:
    SegmentStatesDataBean


    public static final class SegmentStatesDataBean.State
    extends java.lang.Object
    This class has properties for the state name and abbreviation.
    • Constructor Summary

      Constructors 
      Constructor and Description
      State(java.lang.String name, java.lang.String abbr)
      This constructor takes a name and an abbreviation.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getAbbr()
      Gets the abbreviation for the state.
      java.lang.String getName()
      Gets the name of the state.
      • Methods inherited from class java.lang.Object

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

      • State

        public State(java.lang.String name,
                     java.lang.String abbr)
        This constructor takes a name and an abbreviation.
        Parameters:
        name - The name of the state.
        abbr - The state's abbreviation.
    • Method Detail

      • getName

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

        public java.lang.String getAbbr()
        Gets the abbreviation for the state.
        Returns:
        The abbreviation for the state.