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