atg.commerce.states
Class PaymentGroupStates

java.lang.Object
  extended by atg.commerce.states.ObjectStates
      extended by atg.commerce.states.PaymentGroupStates

public class PaymentGroupStates
extends ObjectStates

This class specifies all the states that a PaymentGroup may be in.


Field Summary
static java.lang.String AUTHORIZE_FAILED
           
static java.lang.String AUTHORIZED
           
static java.lang.String CLASS_VERSION
          Class version string
static java.lang.String CREDIT_FAILED
           
static java.lang.String INITIAL
           
static java.lang.String REMOVED
           
static java.lang.String SETTLE_FAILED
           
static java.lang.String SETTLED
           
 
Constructor Summary
PaymentGroupStates()
           
 
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


INITIAL

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

AUTHORIZED

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

SETTLED

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

AUTHORIZE_FAILED

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

SETTLE_FAILED

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

REMOVED

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

CREDIT_FAILED

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

PaymentGroupStates

public PaymentGroupStates()
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 ObjectStates

getResourcePrefix

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

Overrides:
getResourcePrefix in class ObjectStates