Class RequestDropWaste
- java.lang.Object
-
- jadex.bdiv3.examples.cleanerworld.world.RequestDropWaste
-
- All Implemented Interfaces:
IComponentAction
public class RequestDropWaste extends java.lang.Object implements IComponentAction
Java class for concept RequestDropWaste of cleaner_beans ontology.
-
-
Field Summary
Fields Modifier and Type Field Description protected WastewasteAttribute for slot waste.protected java.lang.StringwastebinnameAttribute for slot wastebinname.
-
Constructor Summary
Constructors Constructor Description RequestDropWaste()Default Constructor.
-
Method Summary
All 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
-
waste
protected Waste waste
Attribute for slot waste.
-
wastebinname
protected java.lang.String wastebinname
Attribute for slot wastebinname.
-
-
Method Detail
-
getWaste
public Waste getWaste()
Get the waste of this RequestDropWaste.- Returns:
- waste
-
setWaste
public void setWaste(Waste waste)
Set the waste of this RequestDropWaste.- Parameters:
waste- the value to be set
-
getWastebinname
public java.lang.String getWastebinname()
Get the wastebinname of this RequestDropWaste.- Returns:
- wastebinname
-
setWastebinname
public void setWastebinname(java.lang.String wastebinname)
Set the wastebinname of this RequestDropWaste.- Parameters:
wastebinname- the value to be set
-
toString
public java.lang.String toString()
Get a string representation of this RequestDropWaste.- Overrides:
toStringin classjava.lang.Object- Returns:
- The string representation.
-
-