Class ProductFee

java.lang.Object
tech.corefinance.product.model.ProductFee

public class ProductFee extends Object
  • Constructor Details

    • ProductFee

      public ProductFee()
  • Method Details

    • isActivated

      public boolean isActivated()
    • getId

      public String getId()
    • getName

      public String getName()
    • getType

      public ProductFeeType getType()
    • getAmount

      public Double getAmount()
    • getCurrencyId

      public String getCurrencyId()
    • getDisbursedPercent

      public Double getDisbursedPercent()
    • getMonthlyPayOption

      public MonthlyPayOption getMonthlyPayOption()
    • getRequiredFeeApplication

      public Boolean getRequiredFeeApplication()
    • setActivated

      public void setActivated(boolean activated)
    • setId

      public void setId(String id)
    • setName

      public void setName(String name)
    • setType

      public void setType(ProductFeeType type)
    • setAmount

      public void setAmount(Double amount)
    • setCurrencyId

      public void setCurrencyId(String currencyId)
    • setDisbursedPercent

      public void setDisbursedPercent(Double disbursedPercent)
    • setMonthlyPayOption

      public void setMonthlyPayOption(MonthlyPayOption monthlyPayOption)
    • setRequiredFeeApplication

      public void setRequiredFeeApplication(Boolean requiredFeeApplication)
    • equals

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

      protected boolean canEqual(Object other)
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object