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

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

  public GroupCommand groupCommand() {
    return this.groupCommand;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



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

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

  public GroupCommand groupCommand() {
    return this.groupCommand;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



