public class PaymentDiscountTerms extends java.lang.Object
Constructor and Description |
---|
PaymentDiscountTerms() |
Modifier and Type | Method and Description |
---|---|
Amount |
getAmount()
Gets the actual penalty or discount amount.
|
Amount |
getBasis()
Gets basis amount of the payment surcharge.
|
java.math.BigDecimal |
getCalculationPercent()
Gets the calculation percentage of payment surcharge.
|
Measure |
getMaturityPeriod()
Gets the maturity period measure unit.
|
ZfDate |
getReference()
Gets the reference date of maturity.
|
PaymentDiscountTerms |
setAmount(Amount actualDiscountAmount)
Sets the actual penalty or discount amount.
|
PaymentDiscountTerms |
setBasis(Amount basis)
Sets the basis amount of the payment surcharge.
|
PaymentDiscountTerms |
setCalculationPercent(java.math.BigDecimal calculationPercent)
Sets the calculation percentage of payment surcharge.
|
PaymentDiscountTerms |
setMaturityPeriod(Measure maturityPeriod)
Sets the maturity period measure unit.
|
PaymentDiscountTerms |
setReference(ZfDate reference)
Sets the reference date of maturity.
|
public PaymentDiscountTerms()
public Amount getAmount()
public Amount getBasis()
public java.math.BigDecimal getCalculationPercent()
public Measure getMaturityPeriod()
public ZfDate getReference()
public PaymentDiscountTerms setAmount(Amount actualDiscountAmount)
actualDiscountAmount
- the new penalty or discount amountpublic PaymentDiscountTerms setBasis(Amount basis)
basis
- the new basis amountpublic PaymentDiscountTerms setCalculationPercent(java.math.BigDecimal calculationPercent)
calculationPercent
- the new calculation percent of payment surcharge.public PaymentDiscountTerms setMaturityPeriod(Measure maturityPeriod)
maturityPeriod
- the new maturity period measure unit.public PaymentDiscountTerms setReference(ZfDate reference)
reference
- the new reference dateCopyright © 2014-2018 Konik.io. All Rights Reserved.