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