Interface IWaste
- 
- All Superinterfaces:
- ILocationObject
 
 public interface IWaste extends ILocationObject (Knowledge about) a piece of waste.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetId()Get the id (or name) of this object.ILocationgetLocation()Get the location of this object.
 
- 
- 
- 
Method Detail- 
getIdjava.lang.String getId() Get the id (or name) of this object.- Specified by:
- getIdin interface- ILocationObject
- Returns:
- The id.
 
 - 
getLocationILocation getLocation() Get the location of this object.- Specified by:
- getLocationin interface- ILocationObject
- Returns:
- The location of the object.
 
 
- 
 
-