com.ibm.commerce.foundation.common.datatypes

Interface OrderIdentifierType



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

    The following features are supported:

    See Also:
    CommerceFoundationPackage.getOrderIdentifierType()
    • Method Detail

      • getUniqueID

        java.lang.String getUniqueID()
        Returns the value of the 'Unique ID' attribute. The unique order ID.
        Returns:
        the value of the 'Unique ID' attribute.
        See Also:
        setUniqueID(String), CommerceFoundationPackage.getOrderIdentifierType_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()
      • getExternalOrderID

        java.lang.String getExternalOrderID()
        Returns the value of the 'External Order ID' attribute. The external order ID.
        Returns:
        the value of the 'External Order ID' attribute.
        See Also:
        setExternalOrderID(String), CommerceFoundationPackage.getOrderIdentifierType_ExternalOrderID()
      • setExternalOrderID

        void setExternalOrderID(java.lang.String value)
        Sets the value of the 'External Order ID' attribute.
        Parameters:
        value - the new value of the 'External Order ID' attribute.
        See Also:
        getExternalOrderID()
      • getCustomerOrderNumber

        java.lang.String getCustomerOrderNumber()
        Returns the value of the 'Customer Order Number' attribute. The customer order number.
        Returns:
        the value of the 'Customer Order Number' attribute.
        See Also:
        setCustomerOrderNumber(String), CommerceFoundationPackage.getOrderIdentifierType_CustomerOrderNumber()
      • setCustomerOrderNumber

        void setCustomerOrderNumber(java.lang.String value)
        Sets the value of the 'Customer Order Number' attribute.
        Parameters:
        value - the new value of the 'Customer Order Number' attribute.
        See Also:
        getCustomerOrderNumber()