service/src/main/java/org/apache/fineract/cn/customer/internal/command/ChangeDocumentCommand.java [31:46]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      final String customerIdentifier,
      final CustomerDocument customerDocument) {
    this.customerIdentifier = customerIdentifier;
    this.customerDocument = customerDocument;
  }

  public String getCustomerIdentifier() {
    return customerIdentifier;
  }

  public CustomerDocument getCustomerDocument() {
    return customerDocument;
  }

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



service/src/main/java/org/apache/fineract/cn/customer/internal/command/CreateDocumentCommand.java [31:46]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      final String customerIdentifier,
      final CustomerDocument customerDocument) {
    this.customerIdentifier = customerIdentifier;
    this.customerDocument = customerDocument;
  }

  public String getCustomerIdentifier() {
    return customerIdentifier;
  }

  public CustomerDocument getCustomerDocument() {
    return customerDocument;
  }

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



