protected class AdminHtmlMgr.StaticData
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
defaultLanguageId |
private boolean |
displayPricesWithTax |
private java.lang.String |
imageBaseUrl |
private boolean |
multiVendorMode |
private java.lang.String |
storeName |
private java.lang.String |
storeOwner |
private java.lang.String |
storeOwnerEmail |
private java.lang.String |
templateBase |
Modifier | Constructor and Description |
---|---|
protected |
StaticData() |
Modifier and Type | Method and Description |
---|---|
int |
getDefaultLanguageId() |
java.lang.String |
getImageBaseUrl() |
java.lang.String |
getStoreName() |
java.lang.String |
getStoreOwner() |
java.lang.String |
getStoreOwnerEmail() |
java.lang.String |
getTemplateBase() |
boolean |
isDisplayPricesWithTax() |
boolean |
isMultiVendorMode() |
void |
setDefaultLanguageId(int defaultLanguageId) |
void |
setDisplayPricesWithTax(boolean displayPricesWithTax) |
void |
setImageBaseUrl(java.lang.String imageBaseUrl) |
void |
setMultiVendorMode(boolean multiVendorMode) |
void |
setStoreName(java.lang.String storeName) |
void |
setStoreOwner(java.lang.String storeOwner) |
void |
setStoreOwnerEmail(java.lang.String storeOwnerEmail) |
void |
setTemplateBase(java.lang.String templateBase) |
private int defaultLanguageId
private java.lang.String storeOwner
private java.lang.String storeName
private java.lang.String storeOwnerEmail
private java.lang.String imageBaseUrl
private java.lang.String templateBase
private boolean displayPricesWithTax
private boolean multiVendorMode
public java.lang.String getImageBaseUrl()
public void setImageBaseUrl(java.lang.String imageBaseUrl)
public java.lang.String getStoreOwner()
public void setStoreOwner(java.lang.String storeOwner)
storeOwner
- The storeOwner to set.public java.lang.String getStoreName()
public void setStoreName(java.lang.String storeName)
storeName
- The storeName to set.public java.lang.String getStoreOwnerEmail()
public void setStoreOwnerEmail(java.lang.String storeOwnerEmail)
storeOwnerEmail
- The storeOwnerEmail to set.public int getDefaultLanguageId()
public void setDefaultLanguageId(int defaultLanguageId)
defaultLanguageId
- the defaultLanguageId to setpublic java.lang.String getTemplateBase()
public void setTemplateBase(java.lang.String templateBase)
templateBase
- the templateBase to setpublic boolean isDisplayPricesWithTax()
public void setDisplayPricesWithTax(boolean displayPricesWithTax)
displayPricesWithTax
- the displayPricesWithTax to setpublic boolean isMultiVendorMode()
public void setMultiVendorMode(boolean multiVendorMode)
multiVendorMode
- the multiVendorMode to setCopyright © 2018 DS Data Systems UK Ltd.