Platform SDK Java 8.5 API Reference

com.genesyslab.platform.contacts.protocol.contactserver
Class InteractionData

java.lang.Object
  extended by com.genesyslab.platform.commons.protocol.DataObject
      extended by com.genesyslab.platform.contacts.protocol.contactserver.AbstractPrintable
          extended by com.genesyslab.platform.contacts.protocol.contactserver.InteractionData
All Implemented Interfaces:
Printable, XmlSerializable

public final class InteractionData
extends AbstractPrintable
implements XmlSerializable, Printable


Field Summary
 
Fields inherited from class com.genesyslab.platform.contacts.protocol.contactserver.AbstractPrintable
SUPRESSED
 
Constructor Summary
InteractionData()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 InteractionAttributeList getAttributes()
           
 java.lang.Integer getContactIndex()
          Deprecated. 
 java.lang.String getId()
           
 java.lang.Integer getInteractionIndex()
           
 int hashCode()
           
 void loadFromXml(UCSCustomCodec custCodec, org.w3c.dom.Node node)
           
 void saveToXml(UCSCustomCodec custCodec, org.w3c.dom.Node node)
           
 void setAttributes(InteractionAttributeList value)
           
 void setContactIndex(java.lang.Integer value)
          Deprecated. 
 void setId(java.lang.String value)
           
 void setInteractionIndex(java.lang.Integer value)
           
 java.lang.String toString(int indent, boolean hideAllowed, boolean truncateLargeData)
           
 
Methods inherited from class com.genesyslab.platform.contacts.protocol.contactserver.AbstractPrintable
createIndent, toString, toString, toString, toString
 
Methods inherited from class com.genesyslab.platform.commons.protocol.DataObject
toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.genesyslab.platform.contacts.protocol.contactserver.Printable
toString
 

Constructor Detail

InteractionData

public InteractionData()
Method Detail

getInteractionIndex

public java.lang.Integer getInteractionIndex()

setInteractionIndex

public void setInteractionIndex(java.lang.Integer value)

getContactIndex

@Deprecated
public java.lang.Integer getContactIndex()
Deprecated. 


setContactIndex

@Deprecated
public void setContactIndex(java.lang.Integer value)
Deprecated. 


getId

public java.lang.String getId()

setId

public void setId(java.lang.String value)

getAttributes

public InteractionAttributeList getAttributes()

setAttributes

public void setAttributes(InteractionAttributeList value)

saveToXml

public void saveToXml(UCSCustomCodec custCodec,
                      org.w3c.dom.Node node)
               throws com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
Specified by:
saveToXml in interface XmlSerializable
Throws:
com.genesyslab.platform.commons.protocol.runtime.codec.CodecException

loadFromXml

public void loadFromXml(UCSCustomCodec custCodec,
                        org.w3c.dom.Node node)
                 throws com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
Specified by:
loadFromXml in interface XmlSerializable
Throws:
com.genesyslab.platform.commons.protocol.runtime.codec.CodecException

toString

public java.lang.String toString(int indent,
                                 boolean hideAllowed,
                                 boolean truncateLargeData)
Specified by:
toString in class AbstractPrintable

hashCode

public int hashCode()
Overrides:
hashCode in class DataObject

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class DataObject

Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.