public class RemoteCatalogRequest
extends java.lang.Object
RemoteCatalogServiceControllerRemoteCatalogServiceController| Constructor and Description |
|---|
RemoteCatalogRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.net.URI |
getCatalogUri() |
Command |
getCommand() |
java.lang.String |
getDataset() |
boolean |
isHtmlView() |
boolean |
isVerbose() |
void |
setCatalogUri(java.net.URI catalogUri) |
void |
setCommand(Command command) |
void |
setDataset(java.lang.String dataset) |
void |
setHtmlView(boolean htmlView) |
void |
setVerbose(boolean verbose) |
public java.net.URI getCatalogUri()
public void setCatalogUri(java.net.URI catalogUri)
public Command getCommand()
public void setCommand(Command command)
public java.lang.String getDataset()
public void setDataset(java.lang.String dataset)
public boolean isVerbose()
public void setVerbose(boolean verbose)
public boolean isHtmlView()
public void setHtmlView(boolean htmlView)