atg.commerce.csr.environment
Class CurrentPriceListHolder

java.lang.Object
  extended by atg.commerce.csr.environment.CurrentPriceListHolder

public class CurrentPriceListHolder
extends java.lang.Object

Holds the current active price list and sale price list


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
protected  atg.repository.RepositoryItem mCurrentPriceList
           
protected  atg.repository.RepositoryItem mCurrentSalePriceList
           
 
Constructor Summary
CurrentPriceListHolder()
           
 
Method Summary
 atg.repository.RepositoryItem getCurrentPriceList()
          Gets the current price list
 atg.repository.RepositoryItem getCurrentSalePriceList()
          Gets the current sale price list
 void setCurrentPriceList(atg.repository.RepositoryItem pCurrentPriceList)
           
 void setCurrentSalePriceList(atg.repository.RepositoryItem pCurrentSalePriceList)
           
 
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


mCurrentPriceList

protected atg.repository.RepositoryItem mCurrentPriceList

mCurrentSalePriceList

protected atg.repository.RepositoryItem mCurrentSalePriceList
Constructor Detail

CurrentPriceListHolder

public CurrentPriceListHolder()
Method Detail

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)