Package jadex.bdiv3.examples.marsworld
Class RequestCarry
- java.lang.Object
- 
- jadex.bdiv3.examples.marsworld.RequestCarry
 
- 
- All Implemented Interfaces:
- IComponentAction
 
 public class RequestCarry extends java.lang.Object implements IComponentAction Java class for concept RequestCarry of mars_beans ontology.
- 
- 
Field SummaryFields Modifier and Type Field Description protected ISpaceObjecttargetAttribute for slot target.
 - 
Constructor SummaryConstructors Constructor Description RequestCarry()Default Constructor.RequestCarry(ISpaceObject target)Default Constructor.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ISpaceObjectgetTarget()Get the target of this RequestCarry.voidsetTarget(ISpaceObject target)Set the target of this RequestCarry.java.lang.StringtoString()Get a string representation of this RequestCarry.
 
- 
- 
- 
Field Detail- 
targetprotected ISpaceObject target Attribute for slot target.
 
- 
 - 
Constructor Detail- 
RequestCarrypublic RequestCarry() Default Constructor. Create a new RequestCarry.
 - 
RequestCarrypublic RequestCarry(ISpaceObject target) Default Constructor. Create a new RequestCarry.
 
- 
 - 
Method Detail- 
getTargetpublic ISpaceObject getTarget() Get the target of this RequestCarry.- Returns:
- target
 
 - 
setTargetpublic void setTarget(ISpaceObject 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.
 
 
- 
 
-