public class RequestDropWaste
extends java.lang.Object
implements jadex.bridge.fipa.IComponentAction
| Modifier and Type | Field and Description |
|---|---|
protected Waste |
waste
Attribute for slot waste.
|
protected java.lang.String |
wastebinname
Attribute for slot wastebinname.
|
| Constructor and Description |
|---|
RequestDropWaste()
Default Constructor.
|
| Modifier and Type | Method and 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.
|
protected Waste waste
protected java.lang.String wastebinname
public RequestDropWaste()
RequestDropWaste.public Waste getWaste()
public void setWaste(Waste waste)
waste - the value to be setpublic java.lang.String getWastebinname()
public void setWastebinname(java.lang.String wastebinname)
wastebinname - the value to be setpublic java.lang.String toString()
toString in class java.lang.Object