public class PaymentDiscountTerms extends Object
The Class PaymentDiscountTerm.
| Constructor and Description |
|---|
PaymentDiscountTerms() |
| Modifier and Type | Method and Description |
|---|---|
Amount |
getActualDiscount()
|
Amount |
getBasis()
|
BigDecimal |
getCalculationPercent()
|
Measure |
getMaturityPeriod()
|
ZfDate |
getReference()
|
PaymentDiscountTerms |
setActualDiscount(Amount actualDiscount)
|
PaymentDiscountTerms |
setBasis(Amount basisDiscount)
|
PaymentDiscountTerms |
setCalculationPercent(BigDecimal calculationPercent)
|
PaymentDiscountTerms |
setMaturityPeriod(Measure maturityPeriod)
|
PaymentDiscountTerms |
setReference(ZfDate reference)
|
public PaymentDiscountTerms()
public Amount getActualDiscount()
Gets the actual discount.
public BigDecimal getCalculationPercent()
Gets the calculation percent.
public Measure getMaturityPeriod()
Gets the maturity period.
public ZfDate getReference()
Gets the reference.
public PaymentDiscountTerms setActualDiscount(Amount actualDiscount)
Sets the actual discount.
actualDiscount - the actual discountpublic PaymentDiscountTerms setBasis(Amount basisDiscount)
Sets the basis discount.
basisDiscount - the basis discountpublic PaymentDiscountTerms setCalculationPercent(BigDecimal calculationPercent)
Sets the calculation percent.
calculationPercent - the calculation percentpublic PaymentDiscountTerms setMaturityPeriod(Measure maturityPeriod)
Sets the maturity period.
maturityPeriod - the maturity periodpublic PaymentDiscountTerms setReference(ZfDate reference)
Sets the reference.
reference - the referenceCopyright © 2014 Konik.io. All Rights Reserved.