com.genesyslab.openmedia.soa
Class QILInteractionList

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

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

This class describes the Interaction list.

Since:
72
See Also:
Serialized Form

Constructor Summary
QILInteractionList()
           
 
Method Summary
 java.lang.String[] getInteractionIds()
          The Interactions identifiers list.
 boolean isListTruncated()
          Indicating if the interactions list was truncated when fetched from IxnServer.
 void setInteractionIds(java.lang.String[] interactionIds)
           
 void setListTruncated(boolean listTruncated)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QILInteractionList

public QILInteractionList()
Method Detail

getInteractionIds

public java.lang.String[] getInteractionIds()
The Interactions identifiers list.

Returns:
The interactions list.

setInteractionIds

public void setInteractionIds(java.lang.String[] interactionIds)

isListTruncated

public boolean isListTruncated()
Indicating if the interactions list was truncated when fetched from IxnServer.

Returns:
is list truncated.

setListTruncated

public void setListTruncated(boolean listTruncated)