public class GeonetworkRequestCriteria extends Object
| Constructor and Description |
|---|
GeonetworkRequestCriteria(String scope,
GeonetworkRequestFilterParameters.MODE mode,
String owner,
GeonetworkRequestFilterParameters.VISIBILITY visibility) |
| Modifier and Type | Method and Description |
|---|---|
GeonetworkRequestFilterParameters.MODE |
getMode() |
String |
getOwner() |
String |
getScope() |
GeonetworkRequestFilterParameters.VISIBILITY |
getVisibility() |
void |
setMode(GeonetworkRequestFilterParameters.MODE mode) |
void |
setOwner(String owner) |
void |
setScope(String scope) |
void |
setVisibility(GeonetworkRequestFilterParameters.VISIBILITY visibility) |
String |
toString() |
public GeonetworkRequestCriteria(String scope, GeonetworkRequestFilterParameters.MODE mode, String owner, GeonetworkRequestFilterParameters.VISIBILITY visibility)
scope - mode - owner - visibility - public String getScope()
public GeonetworkRequestFilterParameters.MODE getMode()
public String getOwner()
public GeonetworkRequestFilterParameters.VISIBILITY getVisibility()
public void setScope(String scope)
scope - the scope to setpublic void setMode(GeonetworkRequestFilterParameters.MODE mode)
mode - the mode to setpublic void setOwner(String owner)
owner - the owner to setpublic void setVisibility(GeonetworkRequestFilterParameters.VISIBILITY visibility)
visibility - the visibility to setCopyright © 2018. All Rights Reserved.