org.telscenter.pas.steps.domain
Class ItemBody

java.lang.Object
  extended by org.telscenter.pas.steps.domain.ItemBody

public class ItemBody
extends java.lang.Object

"interactions" property may be an empty list but never null

Author:
anthonyperritano

Constructor Summary
ItemBody()
           
ItemBody(java.lang.String identifier)
           
 
Method Summary
 void addInteraction(BlockInteraction someInteraction)
           
 java.lang.String getIndentifier()
           
 java.util.List<BlockInteraction> getInteractions()
           
 java.lang.String getLabel()
           
 void setIndentifier(java.lang.String indentifier)
           
 void setInteractions(java.util.List<BlockInteraction> interactions)
           
 void setLabel(java.lang.String label)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemBody

public ItemBody()

ItemBody

public ItemBody(java.lang.String identifier)
Method Detail

addInteraction

public void addInteraction(BlockInteraction someInteraction)

getIndentifier

public java.lang.String getIndentifier()

getInteractions

public java.util.List<BlockInteraction> getInteractions()

getLabel

public java.lang.String getLabel()

setIndentifier

public void setIndentifier(java.lang.String indentifier)

setInteractions

public void setInteractions(java.util.List<BlockInteraction> interactions)

setLabel

public void setLabel(java.lang.String label)


Copyright © 2004-2008 TELS Center. All Rights Reserved.