Class LoanProductMinMaxConstraints
java.lang.Object
org.apache.fineract.client.models.LoanProductMinMaxConstraints
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class LoanProductMinMaxConstraints
extends Object
LoanProductMinMaxConstraints
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet maxNominalInterestRatePerPeriodGet maxNumberOfRepaymentsGet maxPrincipalGet minNominalInterestRatePerPeriodGet minNumberOfRepaymentsGet minPrincipalinthashCode()maxNominalInterestRatePerPeriod(BigDecimal maxNominalInterestRatePerPeriod) maxNumberOfRepayments(Integer maxNumberOfRepayments) maxPrincipal(BigDecimal maxPrincipal) minNominalInterestRatePerPeriod(BigDecimal minNominalInterestRatePerPeriod) minNumberOfRepayments(Integer minNumberOfRepayments) minPrincipal(BigDecimal minPrincipal) voidsetMaxNominalInterestRatePerPeriod(BigDecimal maxNominalInterestRatePerPeriod) voidsetMaxNumberOfRepayments(Integer maxNumberOfRepayments) voidsetMaxPrincipal(BigDecimal maxPrincipal) voidsetMinNominalInterestRatePerPeriod(BigDecimal minNominalInterestRatePerPeriod) voidsetMinNumberOfRepayments(Integer minNumberOfRepayments) voidsetMinPrincipal(BigDecimal minPrincipal) toString()
-
Field Details
-
SERIALIZED_NAME_MAX_NOMINAL_INTEREST_RATE_PER_PERIOD
- See Also:
-
SERIALIZED_NAME_MAX_NUMBER_OF_REPAYMENTS
- See Also:
-
SERIALIZED_NAME_MAX_PRINCIPAL
- See Also:
-
SERIALIZED_NAME_MIN_NOMINAL_INTEREST_RATE_PER_PERIOD
- See Also:
-
SERIALIZED_NAME_MIN_NUMBER_OF_REPAYMENTS
- See Also:
-
SERIALIZED_NAME_MIN_PRINCIPAL
- See Also:
-
-
Constructor Details
-
LoanProductMinMaxConstraints
public LoanProductMinMaxConstraints()
-
-
Method Details
-
maxNominalInterestRatePerPeriod
public LoanProductMinMaxConstraints maxNominalInterestRatePerPeriod(BigDecimal maxNominalInterestRatePerPeriod) -
getMaxNominalInterestRatePerPeriod
Get maxNominalInterestRatePerPeriod- Returns:
- maxNominalInterestRatePerPeriod
-
setMaxNominalInterestRatePerPeriod
-
maxNumberOfRepayments
-
getMaxNumberOfRepayments
Get maxNumberOfRepayments- Returns:
- maxNumberOfRepayments
-
setMaxNumberOfRepayments
-
maxPrincipal
-
getMaxPrincipal
Get maxPrincipal- Returns:
- maxPrincipal
-
setMaxPrincipal
-
minNominalInterestRatePerPeriod
public LoanProductMinMaxConstraints minNominalInterestRatePerPeriod(BigDecimal minNominalInterestRatePerPeriod) -
getMinNominalInterestRatePerPeriod
Get minNominalInterestRatePerPeriod- Returns:
- minNominalInterestRatePerPeriod
-
setMinNominalInterestRatePerPeriod
-
minNumberOfRepayments
-
getMinNumberOfRepayments
Get minNumberOfRepayments- Returns:
- minNumberOfRepayments
-
setMinNumberOfRepayments
-
minPrincipal
-
getMinPrincipal
Get minPrincipal- Returns:
- minPrincipal
-
setMinPrincipal
-
equals
-
hashCode
public int hashCode() -
toString
-