public class RequestPickUpWaste
extends java.lang.Object
implements jadex.bridge.fipa.IComponentAction
| Modifier and Type | Field and Description |
|---|---|
protected Waste |
waste
Attribute for slot waste.
|
| Constructor and Description |
|---|
RequestPickUpWaste()
Default Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Waste |
getWaste()
Get the waste of this RequestPickUpWaste.
|
void |
setWaste(Waste waste)
Set the waste of this RequestPickUpWaste.
|
java.lang.String |
toString()
Get a string representation of this RequestPickUpWaste.
|
protected Waste waste
public RequestPickUpWaste()
RequestPickUpWaste.public Waste getWaste()
public void setWaste(Waste waste)
waste - the value to be setpublic java.lang.String toString()
toString in class java.lang.Object