service/src/main/java/org/apache/fineract/cn/individuallending/internal/command/DisburseCommand.java [32:50]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    this.productIdentifier = productIdentifier;
    this.caseIdentifier = caseIdentifier;
    this.command = command;
  }

  public String getProductIdentifier() {
    return productIdentifier;
  }

  public String getCaseIdentifier() {
    return caseIdentifier;
  }

  public Command getCommand() {
    return command;
  }

  @Override
  public String toString() {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



service/src/main/java/org/apache/fineract/cn/individuallending/internal/command/OpenCommand.java [32:50]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    this.productIdentifier = productIdentifier;
    this.caseIdentifier = caseIdentifier;
    this.command = command;
  }

  public String getProductIdentifier() {
    return productIdentifier;
  }

  public String getCaseIdentifier() {
    return caseIdentifier;
  }

  public Command getCommand() {
    return command;
  }

  @Override
  public String toString() {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



