DiscountModifier Interface

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

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.


All Superinterfaces
Serializable

Method Summary

public String
getModifier()
Gets the modifier as a String.
public String
toString()
Gets the same String as getModifier.

Method Detail

getModifier() Method

public String getModifier()
Gets the modifier as a String.

Returns

a String representation of the modifier

toString() Method

public String toString()
Gets the same String as getModifier.

Overrides
Object.toString()

Returns

a String representation of the modifier

Related Topics

DiscountModifier.getModifier()