Uses of Class
com.yahoo.marketing.apt.DiscountFormat

Packages that use DiscountFormat
com.yahoo.marketing.apt   
 

Uses of DiscountFormat in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as DiscountFormat
static DiscountFormat DiscountFormat.FlatRate
           
private  DiscountFormat Discount.format
           
static DiscountFormat DiscountFormat.Percentage
           
 

Methods in com.yahoo.marketing.apt that return DiscountFormat
static DiscountFormat DiscountFormat.fromString(java.lang.String value)
           
static DiscountFormat DiscountFormat.fromValue(java.lang.String value)
           
 DiscountFormat Discount.getFormat()
          Gets the format value for this Discount.
 

Methods in com.yahoo.marketing.apt with parameters of type DiscountFormat
 void Discount.setFormat(DiscountFormat format)
          Sets the format value for this Discount.
 

Constructors in com.yahoo.marketing.apt with parameters of type DiscountFormat
Discount(java.lang.Double discount, DiscountFormat format, DiscountType type)