public class XPFStore extends XPFEntity
Constructor and Description |
---|
XPFStore(@NonNull String code,
@NonNull String name,
@NonNull TimeZone timeZone,
@NonNull XPFCatalog catalog,
Currency defaultCurrency,
Locale defaultLocale,
@NonNull Set<XPFCartType> cartTypes,
@NonNull Set<Currency> supportedCurrencies,
@NonNull Set<Locale> supportedLocales) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
@NonNull Set<XPFCartType> |
getCartTypes()
A set of cart types supported by this store.
|
@NonNull XPFCatalog |
getCatalog()
The store's associated catalog.
|
@NonNull String |
getCode()
The store code.
|
Currency |
getDefaultCurrency()
The store's default currency.
|
Locale |
getDefaultLocale()
The store's default locale.
|
@NonNull String |
getName()
The store display name.
|
@NonNull Set<Currency> |
getSupportedCurrencies()
The set of supported currencies.
|
@NonNull Set<Locale> |
getSupportedLocales()
The set of supported locales.
|
@NonNull TimeZone |
getTimeZone()
The store's time zone.
|
int |
hashCode() |
String |
toString() |
getCustomData
public XPFStore(@NonNull @NonNull String code, @NonNull @NonNull String name, @NonNull @NonNull TimeZone timeZone, @NonNull @NonNull XPFCatalog catalog, Currency defaultCurrency, Locale defaultLocale, @NonNull @NonNull Set<XPFCartType> cartTypes, @NonNull @NonNull Set<Currency> supportedCurrencies, @NonNull @NonNull Set<Locale> supportedLocales)
@NonNull public @NonNull String getCode()
@NonNull public @NonNull String getName()
@NonNull public @NonNull TimeZone getTimeZone()
@NonNull public @NonNull XPFCatalog getCatalog()
public Currency getDefaultCurrency()
public Locale getDefaultLocale()
@NonNull public @NonNull Set<XPFCartType> getCartTypes()
@NonNull public @NonNull Set<Currency> getSupportedCurrencies()
@NonNull public @NonNull Set<Locale> getSupportedLocales()
Copyright © 2024. All rights reserved.