© 2001 BEA Systems, Inc.

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

All Superinterfaces:
java.io.Serializable

public interface DiscountModifier
extends java.io.Serializable

This interface defines the public interface of the DiscountModifier object. DiscountModifier is used by a DiscountCalculator to determine what amount an entity (item,order,shipping, ...) should be discounted.


Method Summary
 java.lang.String getModifier()
          Gets the modifier as a String.
 java.lang.String toString()
          Gets the same String as getModifier.
 

Method Detail

getModifier

public java.lang.String getModifier()
Gets the modifier as a String.
Returns:
a String representation of the modifier

toString

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

© 2001 BEA Systems, Inc.

Copyright © 2001 BEA Systems, Inc. All Rights Reserved