|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectatg.projects.store.storeconfig.InternationalizationStoreConfiguration
public class InternationalizationStoreConfiguration
InternationalizationStoreConfiguration contains countryStore configuration.
Field Summary | |
---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
Constructor Summary | |
---|---|
InternationalizationStoreConfiguration()
|
Method Summary | |
---|---|
java.lang.String |
getBaseCountryCode()
Gets base country code |
java.lang.String |
getBaseCurrencyCode()
Gets base currency code |
java.util.List |
getBillableCountryCodes()
Gets list of billable country codes |
java.lang.String |
getCatalogId()
Gets catalog id |
java.lang.String |
getCountryDisplayName()
Gets country display name |
java.lang.String |
getDefaultStoreLanguage()
Gets default store language |
java.lang.String |
getFlagImage()
Gets flag image |
java.lang.String |
getListPriceListId()
Gets list price list id |
java.util.List |
getMandatoryStateCountryList()
Gets mandatory country list |
java.util.List |
getNonBillableCountryCodes()
Sets list of non-billable country codes |
java.util.List |
getNonShippableCountryCodes()
Gets list of non-shippable country codes |
java.lang.String |
getSalePriceListId()
Gets sale price list id |
java.lang.String |
getSelectedFlagImage()
Gets flag image |
java.util.List |
getShippableCountryCodes()
Gets list of shippable country codes |
java.lang.String |
getStoreId()
Gets store ID |
java.util.List |
getStoreLanguages()
Gets the list of the store languages. |
void |
setBaseCountryCode(java.lang.String pBaseCountryCode)
Sets base country code |
void |
setBaseCurrencyCode(java.lang.String pBaseCurrencyCode)
Sets base currency code |
void |
setBillableCountryCodes(java.util.List pBillableCountryCodes)
Sets list of billable country codes |
void |
setCatalogId(java.lang.String pCatalogId)
Sets catalog id |
void |
setCountryDisplayName(java.lang.String pCountryDisplayName)
Sets country display name |
void |
setDefaultStoreLanguage(java.lang.String pDefaultStoreLanguage)
Sets default store language. |
void |
setFlagImage(java.lang.String pFlagImage)
Sets flag image |
void |
setListPriceListId(java.lang.String pListPriceListId)
Sets list price list id |
void |
setMandatoryStateCountryList(java.util.List pMandatoryStateCountryList)
Sets mandatory country list |
void |
setNonBillableCountryCodes(java.util.List pNonBillableCountryCodes)
Gets list of non-billable country codes |
void |
setNonShippableCountryCodes(java.util.List pNonShippableCountryCodes)
Sets list of non-shippable country codes |
void |
setSalePriceListId(java.lang.String pSalePriceListId)
Sets sale price list id |
void |
setSelectedFlagImage(java.lang.String mSelectedFlagImage)
Sets flag image |
void |
setShippableCountryCodes(java.util.List pShippableCountryCodes)
Sets list of shippable country codes |
void |
setStoreId(java.lang.String pStoreId)
Sets store ID |
void |
setStoreLanguages(java.util.List pStoreLanguages)
Sets the list of the languages. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String CLASS_VERSION
Constructor Detail |
---|
public InternationalizationStoreConfiguration()
Method Detail |
---|
public java.lang.String getStoreId()
public void setStoreId(java.lang.String pStoreId)
pStoreId
- store idpublic java.util.List getStoreLanguages()
public void setStoreLanguages(java.util.List pStoreLanguages)
pStoreLanguages
- list of languagespublic java.lang.String getDefaultStoreLanguage()
public void setDefaultStoreLanguage(java.lang.String pDefaultStoreLanguage)
pDefaultStoreLanguage
- default languagepublic java.util.List getShippableCountryCodes()
public void setShippableCountryCodes(java.util.List pShippableCountryCodes)
pShippableCountryCodes
- list of codespublic java.util.List getNonShippableCountryCodes()
public void setNonShippableCountryCodes(java.util.List pNonShippableCountryCodes)
pNonShippableCountryCodes
- list of codespublic java.util.List getBillableCountryCodes()
public void setBillableCountryCodes(java.util.List pBillableCountryCodes)
pBillableCountryCodes
- list of codespublic java.util.List getNonBillableCountryCodes()
public void setNonBillableCountryCodes(java.util.List pNonBillableCountryCodes)
pNonBillableCountryCodes
- list of codespublic java.lang.String getBaseCountryCode()
public void setBaseCountryCode(java.lang.String pBaseCountryCode)
pBaseCountryCode
- country codepublic java.lang.String getBaseCurrencyCode()
public void setBaseCurrencyCode(java.lang.String pBaseCurrencyCode)
pBaseCurrencyCode
- currency codepublic java.lang.String getFlagImage()
public void setFlagImage(java.lang.String pFlagImage)
pFlagImage
- flag imagepublic java.lang.String getSelectedFlagImage()
public void setSelectedFlagImage(java.lang.String mSelectedFlagImage)
mSelectedFlagImage
- flag imagepublic java.lang.String getCountryDisplayName()
public void setCountryDisplayName(java.lang.String pCountryDisplayName)
pCountryDisplayName
- display namepublic java.lang.String getCatalogId()
public void setCatalogId(java.lang.String pCatalogId)
pCatalogId
- catalog idpublic java.lang.String getSalePriceListId()
public void setSalePriceListId(java.lang.String pSalePriceListId)
pSalePriceListId
- price list idpublic java.lang.String getListPriceListId()
public void setListPriceListId(java.lang.String pListPriceListId)
pListPriceListId
- price list idpublic java.util.List getMandatoryStateCountryList()
public void setMandatoryStateCountryList(java.util.List pMandatoryStateCountryList)
pMandatoryStateCountryList
- mandatory country list
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |