com.genesyslab.openmedia.soa
Class QILInteractionDTO
java.lang.Object
com.genesyslab.openmedia.soa.QILInteractionDTO
- All Implemented Interfaces:
- java.io.Serializable
- public class QILInteractionDTO
- extends java.lang.Object
- implements java.io.Serializable
This class describes the DTO data for a QIL interaction (qil-interaction).
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QILInteractionDTO
public QILInteractionDTO()
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)