java.lang.Object | +--com.ibm.commerce.tools.segmentation.SegmentStatesDataBean.State
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 |
---|
public SegmentStatesDataBean.State(java.lang.String name, java.lang.String abbr)
name
- The name of the state.abbr
- The state's abbreviation.Method Detail |
---|
public java.lang.String getName()
public java.lang.String getAbbr()