public class CurrentPriceListHolder
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
protected atg.repository.RepositoryItem |
mCurrentPriceList |
protected atg.repository.RepositoryItem |
mCurrentSalePriceList |
Constructor and Description |
---|
CurrentPriceListHolder() |
Modifier and Type | Method and Description |
---|---|
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) |
public static java.lang.String CLASS_VERSION
protected atg.repository.RepositoryItem mCurrentPriceList
protected atg.repository.RepositoryItem mCurrentSalePriceList
public atg.repository.RepositoryItem getCurrentPriceList()
public void setCurrentPriceList(atg.repository.RepositoryItem pCurrentPriceList)
public atg.repository.RepositoryItem getCurrentSalePriceList()
public void setCurrentSalePriceList(atg.repository.RepositoryItem pCurrentSalePriceList)