com.ibm.commerce.member.facade.datatypes

Interface AttributeValueType



  • public interface AttributeValueType
    A representation of the model object 'Attribute Value Type'. The type definition an attribute value.

    The following features are supported:

    See Also:
    MemberPackage.getAttributeValueType()
    • Method Detail

      • getValue

        java.util.List getValue()
        Returns the value of the 'Value' attribute list. The list contents are of type String. The values.
        Returns:
        the value of the 'Value' attribute list.
        See Also:
        MemberPackage.getAttributeValueType_Value()
      • getStoreID

        java.lang.String getStoreID()
        Returns the value of the 'Store ID' attribute. Context for the attribute value. StoreID 0 implies all stores.
        Returns:
        the value of the 'Store ID' attribute.
        See Also:
        setStoreID(String), MemberPackage.getAttributeValueType_StoreID()
      • setStoreID

        void setStoreID(java.lang.String value)
        Sets the value of the 'Store ID' attribute.
        Parameters:
        value - the new value of the 'Store ID' attribute.
        See Also:
        getStoreID()