public GeneratorType getChild(UriPathElement urlId) throws HttpException {
return GeneratorType.getGeneratorType(Long.parseLong(urlId.toString()));
}
public void httpDelete(Invocation inv) throws HttpException {
throw new MethodNotAllowedException();
}