org.telscenter.pas.steps.domain
Class ItemBody
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ItemBody
public ItemBody()
ItemBody
public ItemBody(java.lang.String identifier)
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.