service/src/main/java/org/apache/fineract/cn/group/internal/command/UpdateLeadersCommand.java [29:39]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    super();
    this.identifier = identifier;
    this.customerIdentifiers = customerIdentifiers;
  }

  public String identifier() {
    return this.identifier;
  }

  public Set<String> customerIdentifiers() {
    return this.customerIdentifiers;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



service/src/main/java/org/apache/fineract/cn/group/internal/command/UpdateMembersCommand.java [29:39]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    super();
    this.identifier = identifier;
    this.customerIdentifiers = customerIdentifiers;
  }

  public String identifier() {
    return this.identifier;
  }

  public Set<String> customerIdentifiers() {
    return this.customerIdentifiers;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



