atg.projects.store.order
Class StorePropertyNameConstants

java.lang.Object
  extended by atg.projects.store.order.StorePropertyNameConstants

public class StorePropertyNameConstants
extends java.lang.Object

Constants for Store-specific order properties.


Field Summary
static java.lang.String CLASS_VERSION
          Class version string.
static java.lang.String OMSORDERID
          Oms order id.
static java.lang.String OMSSEGMENTS
          Oms segments.
 
Constructor Summary
StorePropertyNameConstants()
           
 
Method Summary
static java.lang.String getStringResource(java.lang.String pResourceName)
          Reads the string with the given key from the resource file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static final java.lang.String CLASS_VERSION
Class version string.

See Also:
Constant Field Values

OMSORDERID

public static final java.lang.String OMSORDERID
Oms order id.


OMSSEGMENTS

public static final java.lang.String OMSSEGMENTS
Oms segments.

Constructor Detail

StorePropertyNameConstants

public StorePropertyNameConstants()
Method Detail

getStringResource

public static java.lang.String getStringResource(java.lang.String pResourceName)
                                          throws java.util.MissingResourceException
Reads the string with the given key from the resource file.

Parameters:
pResourceName - - resource name
Returns:
string with the given key from the resource file
Throws:
java.util.MissingResourceException - if resource was not found