com.ibm.commerce.infrastructure.facade.datatypes

Interface OnlineStoreType

    • Method Detail

      • getOnlineStoreIdentifier

        StoreIdentifierType getOnlineStoreIdentifier()
        Returns the value of the 'Online Store Identifier' containment reference. The store identifier of unique store id and store external name.
        Returns:
        the value of the 'Online Store Identifier' containment reference.
        See Also:
        setOnlineStoreIdentifier(StoreIdentifierType), InfrastructurePackage.getOnlineStoreType_OnlineStoreIdentifier()
      • getOnlineStoreDescription

        java.util.List getOnlineStoreDescription()
        Returns the value of the 'Online Store Description' containment reference list. The list contents are of type OnlineStoreDescriptionType. The store description.
        Returns:
        the value of the 'Online Store Description' containment reference list.
        See Also:
        InfrastructurePackage.getOnlineStoreType_OnlineStoreDescription()
      • getOnlineStoreContactInfo

        java.util.List getOnlineStoreContactInfo()
        Returns the value of the 'Online Store Contact Info' containment reference list. The list contents are of type ContactInfoType. The store contact information.
        Returns:
        the value of the 'Online Store Contact Info' containment reference list.
        See Also:
        InfrastructurePackage.getOnlineStoreType_OnlineStoreContactInfo()
      • getOnlineStoreLocationInfo

        java.util.List getOnlineStoreLocationInfo()
        Returns the value of the 'Online Store Location Info' containment reference list. The list contents are of type ContactInfoType. The store location information.
        Returns:
        the value of the 'Online Store Location Info' containment reference list.
        See Also:
        InfrastructurePackage.getOnlineStoreType_OnlineStoreLocationInfo()
      • getOnlineStoreSupportedCurrencies

        com.ibm.commerce.infrastructure.facade.datatypes.OnlineStoreSupportedCurrenciesType getOnlineStoreSupportedCurrencies()
        Returns the value of the 'Online Store Supported Currencies' containment reference. The supported currencies of the store.
        Returns:
        the value of the 'Online Store Supported Currencies' containment reference.
        See Also:
        setOnlineStoreSupportedCurrencies(OnlineStoreSupportedCurrenciesType), InfrastructurePackage.getOnlineStoreType_OnlineStoreSupportedCurrencies()
      • setOnlineStoreSupportedCurrencies

        void setOnlineStoreSupportedCurrencies(com.ibm.commerce.infrastructure.facade.datatypes.OnlineStoreSupportedCurrenciesType value)
        Sets the value of the 'Online Store Supported Currencies' containment reference.
        Parameters:
        value - the new value of the 'Online Store Supported Currencies' containment reference.
        See Also:
        getOnlineStoreSupportedCurrencies()
      • getOnlineStoreSupportedLanguages

        com.ibm.commerce.infrastructure.facade.datatypes.OnlineStoreSupportedLanguagesType getOnlineStoreSupportedLanguages()
        Returns the value of the 'Online Store Supported Languages' containment reference. The supported languages of the store.
        Returns:
        the value of the 'Online Store Supported Languages' containment reference.
        See Also:
        setOnlineStoreSupportedLanguages(OnlineStoreSupportedLanguagesType), InfrastructurePackage.getOnlineStoreType_OnlineStoreSupportedLanguages()
      • setOnlineStoreSupportedLanguages

        void setOnlineStoreSupportedLanguages(com.ibm.commerce.infrastructure.facade.datatypes.OnlineStoreSupportedLanguagesType value)
        Sets the value of the 'Online Store Supported Languages' containment reference.
        Parameters:
        value - the new value of the 'Online Store Supported Languages' containment reference.
        See Also:
        getOnlineStoreSupportedLanguages()
      • getOnlineStoreRelatedStores

        java.util.List getOnlineStoreRelatedStores()
        Returns the value of the 'Online Store Related Stores' containment reference list. The list contents are of type OnlineStoreRelatedStoresType. The stores related to this store.
        Returns:
        the value of the 'Online Store Related Stores' containment reference list.
        See Also:
        InfrastructurePackage.getOnlineStoreType_OnlineStoreRelatedStores()
      • getDefaultCatalog

        java.util.List getDefaultCatalog()
        Returns the value of the 'Default Catalog' containment reference list. The list contents are of type DefaultCatalogType. The list of static configured URLs for this store.
        Returns:
        the value of the 'Default Catalog' containment reference list.
        See Also:
        InfrastructurePackage.getOnlineStoreType_DefaultCatalog()
      • getSEOContentURLs

        java.util.List getSEOContentURLs()
        Returns the value of the 'SEO Content UR Ls' containment reference list. The list contents are of type SEOURLType. The list of static configured URLs for this store.
        Returns:
        the value of the 'SEO Content UR Ls' containment reference list.
        See Also:
        InfrastructurePackage.getOnlineStoreType_SEOContentURLs()
      • getSEOPageDefinitions

        java.util.List getSEOPageDefinitions()
        Returns the value of the 'SEO Page Definitions' containment reference list. The list contents are of type SEOPropertiesType. The language specific SEO properties for a store page.
        Returns:
        the value of the 'SEO Page Definitions' containment reference list.
        See Also:
        InfrastructurePackage.getOnlineStoreType_SEOPageDefinitions()
      • getUserData

        UserDataType getUserData()
        Returns the value of the 'User Data' containment reference. The store customization information.
        Returns:
        the value of the 'User Data' containment reference.
        See Also:
        setUserData(UserDataType), InfrastructurePackage.getOnlineStoreType_UserData()
      • setUserData

        void setUserData(UserDataType value)
        Sets the value of the 'User Data' containment reference.
        Parameters:
        value - the new value of the 'User Data' containment reference.
        See Also:
        getUserData()
      • getState

        java.lang.Object getState()
        Returns the value of the 'State' attribute.

        If the meaning of the 'State' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'State' attribute.
        See Also:
        setState(Object), InfrastructurePackage.getOnlineStoreType_State()
      • setState

        void setState(java.lang.Object value)
        Sets the value of the 'State' attribute.
        Parameters:
        value - the new value of the 'State' attribute.
        See Also:
        getState()
      • getStoreType

        java.lang.String getStoreType()
        Returns the value of the 'Store Type' attribute.

        If the meaning of the 'Store Type' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Store Type' attribute.
        See Also:
        setStoreType(String), InfrastructurePackage.getOnlineStoreType_StoreType()
      • setStoreType

        void setStoreType(java.lang.String value)
        Sets the value of the 'Store Type' attribute.
        Parameters:
        value - the new value of the 'Store Type' attribute.
        See Also:
        getStoreType()