atg.commerce.clicktoconnect
Class CommerceC2CSessionDataPropertyManager

java.lang.Object
  extended by atg.nucleus.logging.VariableArgumentApplicationLoggingImpl
      extended by atg.nucleus.GenericService
          extended by atg.commerce.clicktoconnect.CommerceC2CSessionDataPropertyManager
All Implemented Interfaces:
atg.naming.AbsoluteNameable, NameContextBindingListener, NameContextElement, atg.naming.NameContextParentable, NameResolver, AdminableService, atg.nucleus.Configured, ApplicationLogging, atg.nucleus.logging.ApplicationLoggingSender, atg.nucleus.logging.TraceApplicationLogging, VariableArgumentApplicationLogging, ComponentNameResolver, Service, ServiceListener, java.util.EventListener

public class CommerceC2CSessionDataPropertyManager
extends GenericService


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
protected  java.lang.String mCatalogId
           
protected  java.lang.String mOrderId
           
protected  java.lang.String mPriceListId
           
protected  java.lang.String mPromotions
           
protected  java.lang.String mSalePriceListId
           
 
Fields inherited from class atg.nucleus.GenericService
SERVICE_INFO_KEY
 
Fields inherited from interface atg.nucleus.logging.TraceApplicationLogging
DEFAULT_LOG_TRACE_STATUS
 
Fields inherited from interface atg.nucleus.logging.ApplicationLogging
DEFAULT_LOG_DEBUG_STATUS, DEFAULT_LOG_ERROR_STATUS, DEFAULT_LOG_INFO_STATUS, DEFAULT_LOG_WARNING_STATUS
 
Constructor Summary
CommerceC2CSessionDataPropertyManager()
           
 
Method Summary
 java.lang.String getCatalogId()
           
 java.lang.String getOrderId()
           
 java.lang.String getPriceListId()
           
 java.lang.String getPromotions()
           
 java.lang.String getSalePriceListId()
           
 void setCatalogId(java.lang.String mCatalogId)
           
 void setOrderId(java.lang.String mOrderId)
           
 void setPriceListId(java.lang.String mPriceListId)
           
 void setPromotions(java.lang.String mPromotions)
           
 void setSalePriceListId(java.lang.String mSalePriceListId)
           
 
Methods inherited from class atg.nucleus.GenericService
addLogListener, createAdminServlet, doStartService, doStopService, getAbsoluteName, getAdminServlet, getAdminServletOutputStreamEncoding, getLoggingForVlogging, getLogListenerCount, getLogListeners, getName, getNameContext, getNucleus, getRoot, getServiceConfiguration, getServiceInfo, isAdminServletUseServletOutputStream, isLoggingDebug, isLoggingError, isLoggingInfo, isLoggingTrace, isLoggingWarning, isRunning, logDebug, logDebug, logDebug, logError, logError, logError, logInfo, logInfo, logInfo, logTrace, logTrace, logTrace, logWarning, logWarning, logWarning, nameContextElementBound, nameContextElementUnbound, removeLogListener, reResolveThis, resolveName, resolveName, resolveName, resolveName, sendLogEvent, setAdminServletOutputStreamEncoding, setAdminServletUseServletOutputStream, setLoggingDebug, setLoggingError, setLoggingInfo, setLoggingTrace, setLoggingWarning, setNucleus, setServiceInfo, startService, stopService
 
Methods inherited from class atg.nucleus.logging.VariableArgumentApplicationLoggingImpl
vlogDebug, vlogDebug, vlogDebug, vlogDebug, vlogDebugTrace, vlogError, vlogError, vlogError, vlogError, vlogInfo, vlogInfo, vlogInfo, vlogInfo, vlogTrace, vlogTrace, vlogTrace, vlogTrace, vlogWarning, vlogWarning, vlogWarning, vlogWarning
 
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


mOrderId

protected java.lang.String mOrderId

mCatalogId

protected java.lang.String mCatalogId

mPriceListId

protected java.lang.String mPriceListId

mSalePriceListId

protected java.lang.String mSalePriceListId

mPromotions

protected java.lang.String mPromotions
Constructor Detail

CommerceC2CSessionDataPropertyManager

public CommerceC2CSessionDataPropertyManager()
Method Detail

setOrderId

public void setOrderId(java.lang.String mOrderId)
Parameters:
mOrderId - the mOrderId to set

getOrderId

public java.lang.String getOrderId()
Returns:
the mOrderId

setCatalogId

public void setCatalogId(java.lang.String mCatalogId)
Parameters:
mCatalogId - the mCatalogId to set

getCatalogId

public java.lang.String getCatalogId()
Returns:
the mCatalogId

setPriceListId

public void setPriceListId(java.lang.String mPriceListId)
Parameters:
mPriceListId - the mPriceListId to set

getPriceListId

public java.lang.String getPriceListId()
Returns:
the mPriceListId

setSalePriceListId

public void setSalePriceListId(java.lang.String mSalePriceListId)
Parameters:
mSalePriceListId - the mSalePriceListId to set

getSalePriceListId

public java.lang.String getSalePriceListId()
Returns:
the mSalePriceListId

setPromotions

public void setPromotions(java.lang.String mPromotions)
Parameters:
mPromotions - the mPromotions to set

getPromotions

public java.lang.String getPromotions()
Returns:
the mPromotions