Class LoanTermVariationsData

java.lang.Object
org.apache.fineract.client.models.LoanTermVariationsData

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.8.0") public class LoanTermVariationsData extends Object
LoanTermVariationsData
  • Field Details

  • Constructor Details

    • LoanTermVariationsData

      public LoanTermVariationsData()
  • Method Details

    • dateValue

      public LoanTermVariationsData dateValue(LocalDate dateValue)
    • getDateValue

      @Nullable public LocalDate getDateValue()
      Get dateValue
      Returns:
      dateValue
    • setDateValue

      public void setDateValue(LocalDate dateValue)
    • decimalValue

      public LoanTermVariationsData decimalValue(BigDecimal decimalValue)
    • getDecimalValue

      @Nullable public BigDecimal getDecimalValue()
      Get decimalValue
      Returns:
      decimalValue
    • setDecimalValue

      public void setDecimalValue(BigDecimal decimalValue)
    • id

      public LoanTermVariationsData id(Long id)
    • getId

      @Nullable public Long getId()
      Get id
      Returns:
      id
    • setId

      public void setId(Long id)
    • isProcessed

      public LoanTermVariationsData isProcessed(Boolean isProcessed)
    • getIsProcessed

      @Nullable public Boolean getIsProcessed()
      Get isProcessed
      Returns:
      isProcessed
    • setIsProcessed

      public void setIsProcessed(Boolean isProcessed)
    • isSpecificToInstallment

      public LoanTermVariationsData isSpecificToInstallment(Boolean isSpecificToInstallment)
    • getIsSpecificToInstallment

      @Nullable public Boolean getIsSpecificToInstallment()
      Get isSpecificToInstallment
      Returns:
      isSpecificToInstallment
    • setIsSpecificToInstallment

      public void setIsSpecificToInstallment(Boolean isSpecificToInstallment)
    • termType

      public LoanTermVariationsData termType(LoanTermTypeOptions termType)
    • getTermType

      @Nullable public LoanTermTypeOptions getTermType()
      Get termType
      Returns:
      termType
    • setTermType

      public void setTermType(LoanTermTypeOptions termType)
    • termVariationApplicableFrom

      public LoanTermVariationsData termVariationApplicableFrom(LocalDate termVariationApplicableFrom)
    • getTermVariationApplicableFrom

      @Nullable public LocalDate getTermVariationApplicableFrom()
      Get termVariationApplicableFrom
      Returns:
      termVariationApplicableFrom
    • setTermVariationApplicableFrom

      public void setTermVariationApplicableFrom(LocalDate termVariationApplicableFrom)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object