com.genesyslab.openmedia.soa
Class MILInteractionDTO

java.lang.Object
  extended bycom.genesyslab.openmedia.soa.MILInteractionDTO
All Implemented Interfaces:
java.io.Serializable

public class MILInteractionDTO
extends java.lang.Object
implements java.io.Serializable

This class describes the DTO data for a MIL interaction. See MILService.

See Also:
Serialized Form

Constructor Summary
MILInteractionDTO()
           
 
Method Summary
 KeyValue[] getData()
          The key-value pair attributes.
 java.lang.String getInteractionId()
          The interaction identifier.
 void setData(KeyValue[] data)
           
 void setInteractionId(java.lang.String interactionId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MILInteractionDTO

public MILInteractionDTO()
Method Detail

getData

public KeyValue[] getData()
The key-value pair attributes.

Returns:
The key-value pair attributes.

setData

public void setData(KeyValue[] data)

getInteractionId

public java.lang.String getInteractionId()
The interaction identifier.

Returns:
The interactionId.

setInteractionId

public void setInteractionId(java.lang.String interactionId)