public class PaymentPenaltyTerms extends Object
| Constructor and Description |
|---|
PaymentPenaltyTerms() |
| Modifier and Type | Method and Description |
|---|---|
Amount |
getActualPenalty()
|
Amount |
getBasis()
|
BigDecimal |
getCalculationPercent()
|
Measure |
getMaturityPeriod()
|
ZfDate |
getReference()
|
void |
setActualPenalty(Amount actualPenalty)
|
void |
setBasis(Amount basis)
|
void |
setCalculationPercent(BigDecimal calculationPercent)
|
void |
setMaturityPeriod(Measure maturityPeriod)
|
void |
setReference(ZfDate reference)
|
public PaymentPenaltyTerms()
public Amount getActualPenalty()
Gets the actual penalty.
public BigDecimal getCalculationPercent()
Gets the calculation percent.
public Measure getMaturityPeriod()
Gets the maturity period.
public ZfDate getReference()
Gets the reference.
public void setActualPenalty(Amount actualPenalty)
Sets the actual penalty.
actualPenalty - the new actual penaltypublic void setCalculationPercent(BigDecimal calculationPercent)
Sets the calculation percent.
calculationPercent - the new calculation percentpublic void setMaturityPeriod(Measure maturityPeriod)
Sets the maturity period.
maturityPeriod - the new maturity periodpublic void setReference(ZfDate reference)
Sets the reference.
reference - the new referenceCopyright © 2014 Konik.io. All Rights Reserved.