Class CollateralCommand

java.lang.Object
org.apache.fineract.portfolio.collateral.command.CollateralCommand

public class CollateralCommand extends Object
Immutable command for creating or updating details of a Collateral.
  • Constructor Details

    • CollateralCommand

      public CollateralCommand(Long collateralTypeId, BigDecimal value, String description)
  • Method Details

    • getCollateralTypeId

      public Long getCollateralTypeId()
    • getValue

      public BigDecimal getValue()
    • getDescription

      public String getDescription()
    • validateForCreate

      public void validateForCreate()
    • validateForUpdate

      public void validateForUpdate()