Package mil.nga.crs.common
Class Usage
- java.lang.Object
-
- mil.nga.crs.common.Usage
-
public class Usage extends Object
Usage- Author:
- osbornb
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Extent
getExtent()
Get the extentString
getScope()
Get the scopeint
hashCode()
void
setExtent(Extent extent)
Set the extentvoid
setScope(String scope)
Set the scopeString
toString()
-
-
-
Method Detail
-
getScope
public String getScope()
Get the scope- Returns:
- scope
-
setScope
public void setScope(String scope)
Set the scope- Parameters:
scope
- scope
-
getExtent
public Extent getExtent()
Get the extent- Returns:
- extent
-
setExtent
public void setExtent(Extent extent)
Set the extent- Parameters:
extent
- extent
-
-