atg.commerce.csr.environment
Class CurrentPriceListHolder
java.lang.Object
atg.commerce.csr.environment.CurrentPriceListHolder
public class CurrentPriceListHolder
- extends java.lang.Object
Holds the current active price list and sale price list
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLASS_VERSION
public static java.lang.String CLASS_VERSION
- Class version string
mCurrentPriceList
protected atg.repository.RepositoryItem mCurrentPriceList
mCurrentSalePriceList
protected atg.repository.RepositoryItem mCurrentSalePriceList
CurrentPriceListHolder
public CurrentPriceListHolder()
getCurrentPriceList
public atg.repository.RepositoryItem getCurrentPriceList()
- Gets the current price list
- Returns:
- RepositoryItem
setCurrentPriceList
public void setCurrentPriceList(atg.repository.RepositoryItem pCurrentPriceList)
getCurrentSalePriceList
public atg.repository.RepositoryItem getCurrentSalePriceList()
- Gets the current sale price list
- Returns:
- RepositoryItem
setCurrentSalePriceList
public void setCurrentSalePriceList(atg.repository.RepositoryItem pCurrentSalePriceList)