atg.commerce.csr.returns
Class ReturnItemStates

java.lang.Object
  extended by atg.commerce.states.ObjectStates
      extended by atg.commerce.csr.returns.ReturnItemStates

public class ReturnItemStates
extends atg.commerce.states.ObjectStates

This component provides states for returned items.


Field Summary
static java.lang.String AWAITING_RETURN
           
static java.lang.String CLASS_VERSION
          Class version string
static java.lang.String PARTIAL_RETURN
           
static java.lang.String RETURN_NOT_REQUIRED
           
static java.lang.String RETURNED
           
 
Constructor Summary
ReturnItemStates()
           
 
Method Summary
 java.lang.String getResourceFileName()
          The name of the resource file to use for the states
 java.lang.String getResourcePrefix()
          Return the resource key prefix
 void setResourceFileName(java.lang.String pResourceFileName)
           
 
Methods inherited from class atg.commerce.states.ObjectStates
getDescriptionResourcePrefix, getResourceString, getStateAsUserResource, getStateAsUserResource, getStateAsUserResource, getStateAsUserResource, getStateDescription, getStateDescription, getStateDescriptionAsUserResource, getStateDescriptionAsUserResource, getStateDescriptionAsUserResource, getStateDescriptionAsUserResource, getStateDescriptionMap, getStateFromString, getStateString, getStateStringMap, getStateValue, getStateValueMap, setStateDescriptionMap, setStateStringMap, setStateValueMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string


RETURN_NOT_REQUIRED

public static final java.lang.String RETURN_NOT_REQUIRED
See Also:
Constant Field Values

AWAITING_RETURN

public static final java.lang.String AWAITING_RETURN
See Also:
Constant Field Values

PARTIAL_RETURN

public static final java.lang.String PARTIAL_RETURN
See Also:
Constant Field Values

RETURNED

public static final java.lang.String RETURNED
See Also:
Constant Field Values
Constructor Detail

ReturnItemStates

public ReturnItemStates()
Method Detail

setResourceFileName

public void setResourceFileName(java.lang.String pResourceFileName)

getResourceFileName

public java.lang.String getResourceFileName()
The name of the resource file to use for the states

Overrides:
getResourceFileName in class atg.commerce.states.ObjectStates

getResourcePrefix

public java.lang.String getResourcePrefix()
Return the resource key prefix

Overrides:
getResourcePrefix in class atg.commerce.states.ObjectStates