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

All Superinterfaces
Serializable

Deprecated See BEA Commerce product offering

@Deprecated
public interface DiscountModifier
extends 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
 String getModifier()
          Deprecated See BEA Commerce product offering
 String toString()
          Deprecated See BEA Commerce product offering
 

Method Detail

getModifier

String getModifier()
Deprecated See BEA Commerce product offering

Gets the modifier as a String.

Returns
a String representation of the modifier

toString

String toString()
Deprecated See BEA Commerce product offering

Gets the same String as getModifier.

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


Copyright © 2006 BEA Systems, Inc. All Rights Reserved