com.ibm.ram.internal.jaxb
Class Instruction

java.lang.Object
  extended by com.ibm.ram.internal.jaxb.Instruction
All Implemented Interfaces:
java.lang.Cloneable

public class Instruction
extends java.lang.Object
implements java.lang.Cloneable

A state level instruction for the collaborators

Since:
7.5.1

Field Summary
protected  java.lang.String body
           
protected  java.lang.Boolean inherited
           
 
Constructor Summary
Instruction()
           
 
Method Summary
 Instruction clone()
           
 java.lang.String getBody()
           
 boolean isInherited()
           
 void setBody(java.lang.String body)
           
 void setInherited(boolean inherited)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

body

protected java.lang.String body

inherited

protected java.lang.Boolean inherited
Constructor Detail

Instruction

public Instruction()
Method Detail

getBody

public java.lang.String getBody()
Returns:
Returns the body.
Since:
7.5.1

setBody

public void setBody(java.lang.String body)
Parameters:
body - The body to set.
Since:
7.5.1

isInherited

public boolean isInherited()
Returns:
Returns the inherited.
Since:
7.5.1

setInherited

public void setInherited(boolean inherited)
Parameters:
inherited - The inherited to set.
Since:
7.5.1

clone

public Instruction clone()
                  throws java.lang.CloneNotSupportedException
Overrides:
clone in class java.lang.Object
Throws:
java.lang.CloneNotSupportedException