com.bea.commerce.ebusiness.discount.mgmt
Interface DiscountRule

All Superinterfaces
Serializable

Deprecated

@Deprecated
public interface DiscountRule
extends Serializable

This interface defines the public interface of the DiscountRule object. A DiscountRule encapsulates the language for specifying the qualifier entities and target entities for a discount.


Method Summary
 String getRule()
          Deprecated Gets the rule as a String.
 String toString()
          Deprecated Gets the same String as getRule.
 

Method Detail

getRule

String getRule()
Deprecated 
Gets the rule as a String.

Returns
a String representation of the rule

toString

String toString()
Deprecated 
Gets the same String as getRule.

Overrides:
toString in class Object
Returns
a String representation of the rule
See Also
getRule()


Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.