public abstract class Located extends Object implements Locatable
Constructor and Description |
---|
Located() |
Modifier and Type | Method and Description |
---|---|
Location |
getLocation()
Get the location of this object
|
void |
setLocation(Location loc)
Set the location of this object
|
protected Location location
public Location getLocation()
getLocation
in interface Locatable
public void setLocation(Location loc)
loc
- the locationCopyright © 2000–2020 Apache Software Foundation. All rights reserved.