protected class PaymentMgr.StaticData
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
StaticData() |
Modifier and Type | Method and Description |
---|---|
long |
getLastUpdatedMS() |
java.util.List<java.lang.String> |
getPaymentModuleList() |
java.lang.String |
getStoreName() |
boolean |
isDisplayPriceWithTax() |
boolean |
isMago() |
void |
setDisplayPriceWithTax(boolean displayPriceWithTax) |
void |
setLastUpdatedMS(long lastUpdatedMS) |
void |
setMago(boolean mago) |
void |
setPaymentModuleList(java.util.List<java.lang.String> paymentModuleList) |
void |
setStoreName(java.lang.String storeName) |
public long getLastUpdatedMS()
public void setLastUpdatedMS(long lastUpdatedMS)
lastUpdatedMS
- the lastUpdatedMS to setpublic java.lang.String getStoreName()
public void setStoreName(java.lang.String storeName)
storeName
- The storeName to set.public boolean isDisplayPriceWithTax()
public void setDisplayPriceWithTax(boolean displayPriceWithTax)
displayPriceWithTax
- The displayPriceWithTax to set.public java.util.List<java.lang.String> getPaymentModuleList()
public void setPaymentModuleList(java.util.List<java.lang.String> paymentModuleList)
paymentModuleList
- The paymentModuleList to set.public boolean isMago()
public void setMago(boolean mago)
mago
- Set if mago is integrated.Copyright © 2018 DS Data Systems UK Ltd.