childServer.cluster = model;
childServer.clusterId = String.valueOf(i);
}
{
TagFromChildren tagger = addChild(TagFromChildren.class);
tagger.parentItem = model;
tagger.parentController = this;
// tagger.ownedItemType = ZookeeperChildServer.class;
tagger.port = ZookeeperConstants.ZK_PUBLIC_PORT;
}