com.ibm.commerce.foundation.common.datatypes

Interface OrderItemIdentifierType



  • public interface OrderItemIdentifierType
    A representation of the model object 'Order Item Identifier Type'. The type definition of an order item identifier.

    The following features are supported:

    See Also:
    CommerceFoundationPackage.getOrderItemIdentifierType()
    • Method Detail

      • getUniqueID

        java.lang.String getUniqueID()
        Returns the value of the 'Unique ID' attribute. The order item ID.
        Returns:
        the value of the 'Unique ID' attribute.
        See Also:
        setUniqueID(String), CommerceFoundationPackage.getOrderItemIdentifierType_UniqueID()
      • setUniqueID

        void setUniqueID(java.lang.String value)
        Sets the value of the 'Unique ID' attribute.
        Parameters:
        value - the new value of the 'Unique ID' attribute.
        See Also:
        getUniqueID()
      • getExternalOrderItemID

        java.lang.String getExternalOrderItemID()
        Returns the value of the 'External Order Item ID' attribute. The external order item ID.
        Returns:
        the value of the 'External Order Item ID' attribute.
        See Also:
        setExternalOrderItemID(String), CommerceFoundationPackage.getOrderItemIdentifierType_ExternalOrderItemID()
      • setExternalOrderItemID

        void setExternalOrderItemID(java.lang.String value)
        Sets the value of the 'External Order Item ID' attribute.
        Parameters:
        value - the new value of the 'External Order Item ID' attribute.
        See Also:
        getExternalOrderItemID()