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
SegmentStatesDataBean.State(java.lang.String name, java.lang.String abbr)
          This constructor takes a name and an abbreviation.
 
Method Summary
 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SegmentStatesDataBean.State

public SegmentStatesDataBean.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

getAbbr

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

getName

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