© 2001 BEA Systems, Inc.

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

All Superinterfaces:
java.io.Serializable

public interface DiscountRule
extends java.io.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
 java.lang.String getRule()
          Gets the rule as a String.
 java.lang.String toString()
          Gets the same String as getRule.
 

Method Detail

getRule

public java.lang.String getRule()
Gets the rule as a String.
Returns:
a String representation of the rule

toString

public java.lang.String toString()
Gets the same String as getRule.
Overrides:
toString in class java.lang.Object
Returns:
a String representation of the rule
See Also:
getRule()

© 2001 BEA Systems, Inc.

Copyright © 2001 BEA Systems, Inc. All Rights Reserved