com.ibm.commerce.infrastructure.facade.datatypes

Interface OnlineStoreDescriptionType



  • public interface OnlineStoreDescriptionType
    A representation of the model object 'Online Store Description Type'. Type definition of the OnlineStoreDescription.

    The following features are supported:

    See Also:
    InfrastructurePackage.getOnlineStoreDescriptionType()
    • Method Detail

      • getDisplayName

        java.lang.String getDisplayName()
        Returns the value of the 'Display Name' attribute. The display name of the store.
        Returns:
        the value of the 'Display Name' attribute.
        See Also:
        setDisplayName(String), InfrastructurePackage.getOnlineStoreDescriptionType_DisplayName()
      • setDisplayName

        void setDisplayName(java.lang.String value)
        Sets the value of the 'Display Name' attribute.
        Parameters:
        value - the new value of the 'Display Name' attribute.
        See Also:
        getDisplayName()
      • getDescription

        java.lang.String getDescription()
        Returns the value of the 'Description' attribute. The detail store description.
        Returns:
        the value of the 'Description' attribute.
        See Also:
        setDescription(String), InfrastructurePackage.getOnlineStoreDescriptionType_Description()
      • setDescription

        void setDescription(java.lang.String value)
        Sets the value of the 'Description' attribute.
        Parameters:
        value - the new value of the 'Description' attribute.
        See Also:
        getDescription()
      • getUserData

        UserDataType getUserData()
        Returns the value of the 'User Data' containment reference. The store description customization information.
        Returns:
        the value of the 'User Data' containment reference.
        See Also:
        setUserData(UserDataType), InfrastructurePackage.getOnlineStoreDescriptionType_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()
      • getLanguage

        java.lang.String getLanguage()
        Returns the value of the 'Language' attribute.

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

        Returns:
        the value of the 'Language' attribute.
        See Also:
        setLanguage(String), InfrastructurePackage.getOnlineStoreDescriptionType_Language()
      • setLanguage

        void setLanguage(java.lang.String value)
        Sets the value of the 'Language' attribute.
        Parameters:
        value - the new value of the 'Language' attribute.
        See Also:
        getLanguage()