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 Summary
Fields Modifier and Type Field Description protected Waste
waste
Attribute for slot waste.protected java.lang.String
wastebinname
Attribute for slot wastebinname.
-
Constructor Summary
Constructors Constructor Description RequestDropWaste()
Default Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Waste
getWaste()
Get the waste of this RequestDropWaste.java.lang.String
getWastebinname()
Get the wastebinname of this RequestDropWaste.void
setWaste(Waste waste)
Set the waste of this RequestDropWaste.void
setWastebinname(java.lang.String wastebinname)
Set the wastebinname of this RequestDropWaste.java.lang.String
toString()
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:
toString
in classjava.lang.Object
- Returns:
- The string representation.
-
-