protected class AdminProductMgr.StaticData
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
currencyScale
The scale of the currency for the store
|
private boolean |
maintainCrcImageCache
Maintain CRC image cache
|
private java.lang.String |
variantHandlingMode
The chosen mode to calculate price for variant
|
Modifier | Constructor and Description |
---|---|
protected |
StaticData() |
Modifier and Type | Method and Description |
---|---|
int |
getCurrencyScale() |
java.lang.String |
getVariantHandlingMode() |
boolean |
isMaintainCrcImageCache() |
void |
setCurrencyScale(int currencyScale) |
void |
setMaintainCrcImageCache(boolean maintainCrcImageCache) |
void |
setVariantHandlingMode(java.lang.String variantHandlingMode) |
private int currencyScale
private boolean maintainCrcImageCache
private java.lang.String variantHandlingMode
public int getCurrencyScale()
public void setCurrencyScale(int currencyScale)
currencyScale
- the currencyScalepublic boolean isMaintainCrcImageCache()
public void setMaintainCrcImageCache(boolean maintainCrcImageCache)
maintainCrcImageCache
- the maintainCrcImageCache to setpublic java.lang.String getVariantHandlingMode()
public void setVariantHandlingMode(java.lang.String variantHandlingMode)
variantHandlingMode
- the variantHandlingMode to setCopyright © 2018 DS Data Systems UK Ltd.