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