Class ClientIdentifierCommand

java.lang.Object
org.apache.fineract.portfolio.client.command.ClientIdentifierCommand

public class ClientIdentifierCommand extends Object
Immutable command for creating or updating details of a client identifier.
  • Constructor Details

    • ClientIdentifierCommand

      public ClientIdentifierCommand(Long documentTypeId, String documentKey, String statusString, String description)
  • Method Details

    • getDocumentTypeId

      public Long getDocumentTypeId()
    • getDocumentKey

      public String getDocumentKey()
    • getDescription

      public String getDescription()
    • validateForCreate

      public void validateForCreate()
    • validateForUpdate

      public void validateForUpdate()