Class TradeDiscount
- java.lang.Object
-
- com.ellucian.generated.eedm.purchase_orders.v11_1_0.TradeDiscount
-
@Generated("jsonschema2pojo") public class TradeDiscount extends Object
Trade DiscountA discount applied to the line item in addition to the overall vendor discount, e.g. discount based on quantity purchased.
-
-
Constructor Summary
Constructors Constructor Description TradeDiscount()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)ObjectgetAmount()AmountObjectgetPercent()PercentinthashCode()voidsetAmount(Object amount)AmountvoidsetPercent(Object percent)PercentStringtoString()TradeDiscountwithAmount(Object amount)TradeDiscountwithPercent(Object percent)
-
-
-
Method Detail
-
getAmount
public Object getAmount()
AmountThe amount of the discount.
-
setAmount
public void setAmount(Object amount)
AmountThe amount of the discount.
-
withAmount
public TradeDiscount withAmount(Object amount)
-
getPercent
public Object getPercent()
PercentThe percentage of the discount.
-
setPercent
public void setPercent(Object percent)
PercentThe percentage of the discount.
-
withPercent
public TradeDiscount withPercent(Object percent)
-
-