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