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.String
getId()
Get the id (or name) of this object.ILocation
getLocation()
Get the location of this object.
-
-
-
Method Detail
-
getId
java.lang.String getId()
Get the id (or name) of this object.- Specified by:
getId
in interfaceILocationObject
- Returns:
- The id.
-
getLocation
ILocation getLocation()
Get the location of this object.- Specified by:
getLocation
in interfaceILocationObject
- Returns:
- The location of the object.
-
-