com.ge.grc.acuity
Class InteractionObject

java.lang.Object
  extended bycom.ge.grc.acuity.PresentationObject
      extended bycom.ge.grc.acuity.InteractionObject

public class InteractionObject
extends PresentationObject

This class encapulates the information about an InteractionObject useful for its presentation and use by a client application.

Version:
$Revision: 1.2 $ Last modified on $Date: 2006/09/08 22:38:34 $
Author:
crapo

Field Summary
 
Fields inherited from class com.ge.grc.acuity.PresentationObject
contents
 
Constructor Summary
InteractionObject(java.lang.String uri)
           
 
Method Summary
 InteractionContent getInteractionContent()
          Call this method to obtain the InteractionContent associated with this PresentationObject.
 MissingProperty getMissingProperty()
           
protected  void setInteractionContent(InteractionContent ic)
          Call this method to set the InteractionContent associated with this PresentationObject.
 void setMissingProperty(MissingProperty mp)
           
 
Methods inherited from class com.ge.grc.acuity.PresentationObject
addAdditionalProperty, addContainedPresentationObject, canReturnValues, clearAdditionalPropertyMap, contains, getAdditionalProperty, getAdditionalPropertyMap, getContents, getInstanceURI, getKeys, getParameterMap, getParameterValue, getParameterValueRecursively, hasParameter, hasParameterValue, setCanReturnValues, setInstanceURI, setParameter, setParameterMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InteractionObject

public InteractionObject(java.lang.String uri)
Method Detail

setInteractionContent

protected void setInteractionContent(InteractionContent ic)
Call this method to set the InteractionContent associated with this PresentationObject.


getInteractionContent

public InteractionContent getInteractionContent()
Call this method to obtain the InteractionContent associated with this PresentationObject.

Returns:
- the InteractionContent associated with this PresentatioObject else null if none

setMissingProperty

public void setMissingProperty(MissingProperty mp)
Parameters:
mp -

getMissingProperty

public MissingProperty getMissingProperty()