Class RequestPickUpWaste
- java.lang.Object
- 
- jadex.bdiv3.examples.cleanerworld.world.RequestPickUpWaste
 
- 
- All Implemented Interfaces:
- IComponentAction
 
 public class RequestPickUpWaste extends java.lang.Object implements IComponentAction Java class for concept RequestPickUpWaste of cleaner_beans ontology.
- 
- 
Constructor SummaryConstructors Constructor Description RequestPickUpWaste()Default Constructor.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description WastegetWaste()Get the waste of this RequestPickUpWaste.voidsetWaste(Waste waste)Set the waste of this RequestPickUpWaste.java.lang.StringtoString()Get a string representation of this RequestPickUpWaste.
 
- 
- 
- 
Field Detail- 
wasteprotected Waste waste Attribute for slot waste.
 
- 
 - 
Method Detail- 
getWastepublic Waste getWaste() Get the waste of this RequestPickUpWaste.- Returns:
- waste
 
 - 
setWastepublic void setWaste(Waste waste) Set the waste of this RequestPickUpWaste.- Parameters:
- waste- the value to be set
 
 - 
toStringpublic java.lang.String toString() Get a string representation of this RequestPickUpWaste.- Overrides:
- toStringin class- java.lang.Object
- Returns:
- The string representation.
 
 
- 
 
-