public class XPFStore extends XPFEntity
| Modifier and Type | Class and Description |
|---|---|
static class |
XPFStore.XPFStoreBuilder<C extends XPFStore,B extends XPFStore.XPFStoreBuilder<C,B>> |
XPFEntity.XPFEntityBuilder<C extends XPFEntity,B extends XPFEntity.XPFEntityBuilder<C,B>>| Modifier | Constructor and Description |
|---|---|
|
XPFStore(@NonNull String code,
@NonNull String name,
@NonNull TimeZone timeZone,
@NonNull XPFCatalog catalog,
Currency defaultCurrency,
Locale defaultLocale,
String url,
@NonNull Set<XPFCartType> cartTypes,
@NonNull Set<Currency> supportedCurrencies,
@NonNull Set<Locale> supportedLocales) |
protected |
XPFStore(XPFStore.XPFStoreBuilder<?,?> b) |
| Modifier and Type | Method and Description |
|---|---|
static XPFStore.XPFStoreBuilder<?,?> |
builder() |
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.
|
String |
getUrl()
The store's URL.
|
int |
hashCode() |
String |
toString() |
getCustomData, getCustomDataValueprotected XPFStore(XPFStore.XPFStoreBuilder<?,?> b)
public XPFStore(@NonNull
@NonNull String code,
@NonNull
@NonNull String name,
@NonNull
@NonNull TimeZone timeZone,
@NonNull
@NonNull XPFCatalog catalog,
Currency defaultCurrency,
Locale defaultLocale,
String url,
@NonNull
@NonNull Set<XPFCartType> cartTypes,
@NonNull
@NonNull Set<Currency> supportedCurrencies,
@NonNull
@NonNull Set<Locale> supportedLocales)
public static XPFStore.XPFStoreBuilder<?,?> builder()
@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()
public String getUrl()
@NonNull public @NonNull Set<XPFCartType> getCartTypes()
@NonNull public @NonNull Set<Currency> getSupportedCurrencies()
@NonNull public @NonNull Set<Locale> getSupportedLocales()
Copyright © 2026. All rights reserved.