Class RequestDropWaste
- java.lang.Object
- 
- jadex.bdi.examples.cleanerworld_classic.RequestDropWaste
 
- 
- All Implemented Interfaces:
- IComponentAction
 
 public class RequestDropWaste extends java.lang.Object implements IComponentAction Java class for concept RequestDropWaste of cleaner_beans ontology.
- 
- 
Field SummaryFields Modifier and Type Field Description protected WastewasteAttribute for slot waste.protected java.lang.StringwastebinnameAttribute for slot wastebinname.
 - 
Constructor SummaryConstructors Constructor Description RequestDropWaste()Default Constructor.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description WastegetWaste()Get the waste of this RequestDropWaste.java.lang.StringgetWastebinname()Get the wastebinname of this RequestDropWaste.voidsetWaste(Waste waste)Set the waste of this RequestDropWaste.voidsetWastebinname(java.lang.String wastebinname)Set the wastebinname of this RequestDropWaste.java.lang.StringtoString()Get a string representation of this RequestDropWaste.
 
- 
- 
- 
Field Detail- 
wasteprotected Waste waste Attribute for slot waste.
 - 
wastebinnameprotected java.lang.String wastebinname Attribute for slot wastebinname.
 
- 
 - 
Method Detail- 
getWastepublic Waste getWaste() Get the waste of this RequestDropWaste.- Returns:
- waste
 
 - 
setWastepublic void setWaste(Waste waste) Set the waste of this RequestDropWaste.- Parameters:
- waste- the value to be set
 
 - 
getWastebinnamepublic java.lang.String getWastebinname() Get the wastebinname of this RequestDropWaste.- Returns:
- wastebinname
 
 - 
setWastebinnamepublic void setWastebinname(java.lang.String wastebinname) Set the wastebinname of this RequestDropWaste.- Parameters:
- wastebinname- the value to be set
 
 - 
toStringpublic java.lang.String toString() Get a string representation of this RequestDropWaste.- Overrides:
- toStringin class- java.lang.Object
- Returns:
- The string representation.
 
 
- 
 
-