com.retek.component.internet
Interface ExAOrderCancelReason


public interface ExAOrderCancelReason

This is a high level interface which controls access to Cancel Reason data for the external API. A set of ExAOrderCancelReasons can be obtain via ExAManger.findOrderCancelReasons().

Retek Inc. Copyright (c) 2003


Method Summary
 java.lang.String getDescription()
          The cancel reason description.
 java.lang.String getId()
          The cancel reason id.
 

Method Detail

getId

public java.lang.String getId()
The cancel reason id.

Returns:
String The value of COR_ORDER_CANCEL_REASON.ORDER_CANCEL_REASON_ID

getDescription

public java.lang.String getDescription()
The cancel reason description.

Returns:
String


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25