public class CreateGroupCmd extends Object implements Command<Group>, Serializable
protected String
groupId
CreateGroupCmd(String groupId)
Group
execute(CommandContext commandContext)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected String groupId
public CreateGroupCmd(String groupId)
public Group execute(CommandContext commandContext)
execute
Command<Group>