Package jadex.bdi.examples.marsworld
Class RequestProduction
- java.lang.Object
- 
- jadex.bdi.examples.marsworld.RequestProduction
 
- 
- All Implemented Interfaces:
- IComponentAction
 
 public class RequestProduction extends java.lang.Object implements IComponentAction Java class for concept RequestProduction of mars_beans ontology.
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.lang.ObjecttargetAttribute for slot target id.
 - 
Constructor SummaryConstructors Constructor Description RequestProduction()Default Constructor.RequestProduction(java.lang.Object target)Create a new RequestProduction.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetTarget()Get the target id of this RequestProduction.voidsetTarget(java.lang.Object target)Set the target id of this RequestProduction.java.lang.StringtoString()Get a string representation of this RequestProduction.
 
- 
- 
- 
Method Detail- 
getTargetpublic java.lang.Object getTarget() Get the target id of this RequestProduction.- Returns:
- target id
 
 - 
setTargetpublic void setTarget(java.lang.Object target) Set the target id of this RequestProduction.- Parameters:
- target- the value to be set
 
 - 
toStringpublic java.lang.String toString() Get a string representation of this RequestProduction.- Overrides:
- toStringin class- java.lang.Object
- Returns:
- The string representation.
 
 
- 
 
-