Interface IWaste
- 
- All Superinterfaces:
 ILocationObject
public interface IWaste extends ILocationObject
(Knowledge about) a piece of waste. 
- 
- 
Method Summary
All 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
- 
getId
java.lang.String getId()
Get the id (or name) of this object.- Specified by:
 getIdin interfaceILocationObject- Returns:
 - The id.
 
 
- 
getLocation
ILocation getLocation()
Get the location of this object.- Specified by:
 getLocationin interfaceILocationObject- Returns:
 - The location of the object.
 
 
 - 
 
 -