public interface OnlineStoreType
The following features are supported:
InfrastructurePackage.getOnlineStoreType()| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getDefaultCatalog()
Returns the value of the 'Default Catalog' containment reference list.
|
java.util.List |
getOnlineStoreContactInfo()
Returns the value of the 'Online Store Contact Info' containment reference list.
|
java.util.List |
getOnlineStoreDescription()
Returns the value of the 'Online Store Description' containment reference list.
|
StoreIdentifierType |
getOnlineStoreIdentifier()
Returns the value of the 'Online Store Identifier' containment reference.
|
java.util.List |
getOnlineStoreLocationInfo()
Returns the value of the 'Online Store Location Info' containment reference list.
|
java.util.List |
getOnlineStoreRelatedStores()
Returns the value of the 'Online Store Related Stores' containment reference list.
|
com.ibm.commerce.infrastructure.facade.datatypes.OnlineStoreSupportedCurrenciesType |
getOnlineStoreSupportedCurrencies()
Returns the value of the 'Online Store Supported Currencies' containment reference.
|
com.ibm.commerce.infrastructure.facade.datatypes.OnlineStoreSupportedLanguagesType |
getOnlineStoreSupportedLanguages()
Returns the value of the 'Online Store Supported Languages' containment reference.
|
java.util.List |
getSEOContentURLs()
Returns the value of the 'SEO Content UR Ls' containment reference list.
|
java.util.List |
getSEOPageDefinitions()
Returns the value of the 'SEO Page Definitions' containment reference list.
|
java.lang.Object |
getState()
Returns the value of the 'State' attribute.
|
java.lang.String |
getStoreType()
Returns the value of the 'Store Type' attribute.
|
UserDataType |
getUserData()
Returns the value of the 'User Data' containment reference.
|
void |
setOnlineStoreIdentifier(StoreIdentifierType value)
Sets the value of the '
Online Store Identifier' containment reference. |
void |
setOnlineStoreSupportedCurrencies(com.ibm.commerce.infrastructure.facade.datatypes.OnlineStoreSupportedCurrenciesType value)
Sets the value of the '
Online Store Supported Currencies' containment reference. |
void |
setOnlineStoreSupportedLanguages(com.ibm.commerce.infrastructure.facade.datatypes.OnlineStoreSupportedLanguagesType value)
Sets the value of the '
Online Store Supported Languages' containment reference. |
void |
setState(java.lang.Object value)
Sets the value of the '
State' attribute. |
void |
setStoreType(java.lang.String value)
Sets the value of the '
Store Type' attribute. |
void |
setUserData(UserDataType value)
Sets the value of the '
User Data' containment reference. |
StoreIdentifierType getOnlineStoreIdentifier()
setOnlineStoreIdentifier(StoreIdentifierType),
InfrastructurePackage.getOnlineStoreType_OnlineStoreIdentifier()void setOnlineStoreIdentifier(StoreIdentifierType value)
Online Store Identifier' containment reference.
value - the new value of the 'Online Store Identifier' containment reference.getOnlineStoreIdentifier()java.util.List getOnlineStoreDescription()
OnlineStoreDescriptionType.
The store description.
InfrastructurePackage.getOnlineStoreType_OnlineStoreDescription()java.util.List getOnlineStoreContactInfo()
ContactInfoType.
The store contact information.
InfrastructurePackage.getOnlineStoreType_OnlineStoreContactInfo()java.util.List getOnlineStoreLocationInfo()
ContactInfoType.
The store location information.
InfrastructurePackage.getOnlineStoreType_OnlineStoreLocationInfo()com.ibm.commerce.infrastructure.facade.datatypes.OnlineStoreSupportedCurrenciesType getOnlineStoreSupportedCurrencies()
setOnlineStoreSupportedCurrencies(OnlineStoreSupportedCurrenciesType),
InfrastructurePackage.getOnlineStoreType_OnlineStoreSupportedCurrencies()void setOnlineStoreSupportedCurrencies(com.ibm.commerce.infrastructure.facade.datatypes.OnlineStoreSupportedCurrenciesType value)
Online Store Supported Currencies' containment reference.
value - the new value of the 'Online Store Supported Currencies' containment reference.getOnlineStoreSupportedCurrencies()com.ibm.commerce.infrastructure.facade.datatypes.OnlineStoreSupportedLanguagesType getOnlineStoreSupportedLanguages()
setOnlineStoreSupportedLanguages(OnlineStoreSupportedLanguagesType),
InfrastructurePackage.getOnlineStoreType_OnlineStoreSupportedLanguages()void setOnlineStoreSupportedLanguages(com.ibm.commerce.infrastructure.facade.datatypes.OnlineStoreSupportedLanguagesType value)
Online Store Supported Languages' containment reference.
value - the new value of the 'Online Store Supported Languages' containment reference.getOnlineStoreSupportedLanguages()java.util.List getOnlineStoreRelatedStores()
OnlineStoreRelatedStoresType.
The stores related to this store.
InfrastructurePackage.getOnlineStoreType_OnlineStoreRelatedStores()java.util.List getDefaultCatalog()
DefaultCatalogType.
The list of static configured URLs for this store.
InfrastructurePackage.getOnlineStoreType_DefaultCatalog()java.util.List getSEOContentURLs()
SEOURLType.
The list of static configured URLs for this store.
InfrastructurePackage.getOnlineStoreType_SEOContentURLs()java.util.List getSEOPageDefinitions()
SEOPropertiesType.
The language specific SEO properties for a store page.
InfrastructurePackage.getOnlineStoreType_SEOPageDefinitions()UserDataType getUserData()
setUserData(UserDataType),
InfrastructurePackage.getOnlineStoreType_UserData()void setUserData(UserDataType value)
User Data' containment reference.
value - the new value of the 'User Data' containment reference.getUserData()java.lang.Object getState()
If the meaning of the 'State' attribute isn't clear, there really should be more of a description here...
setState(Object),
InfrastructurePackage.getOnlineStoreType_State()void setState(java.lang.Object value)
State' attribute.
value - the new value of the 'State' attribute.getState()java.lang.String getStoreType()
If the meaning of the 'Store Type' attribute isn't clear, there really should be more of a description here...
setStoreType(String),
InfrastructurePackage.getOnlineStoreType_StoreType()void setStoreType(java.lang.String value)
Store Type' attribute.
value - the new value of the 'Store Type' attribute.getStoreType()