Platform SDK Java 8.5 API Reference

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

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.BaseEntityAttributes
              extended by com.genesyslab.platform.contacts.protocol.contactserver.CallbackEntityAttributes
All Implemented Interfaces:
INullableAttributes, Printable, XmlSerializable

public final class CallbackEntityAttributes
extends BaseEntityAttributes
implements XmlSerializable, Printable, INullableAttributes


Field Summary
 
Fields inherited from class com.genesyslab.platform.contacts.protocol.contactserver.AbstractPrintable
SUPRESSED
 
Constructor Summary
CallbackEntityAttributes()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Integer getAttempts()
           
 java.lang.String getCallbackServerID()
           
 java.lang.Integer getCallBackStatus()
           
 java.lang.Integer getCallResult()
           
 java.lang.String getCustomData()
           
 java.lang.String getCustomerNumber()
           
 java.lang.Integer getDesiredResponseType()
           
 java.lang.String getDetailedDescription()
           
 java.lang.String getDN()
           
 java.util.Date getEndTime()
           
 java.lang.String getLocation()
           
 java.lang.String[] getNullAttributes()
          Gets names of attributes which are set to null.
 java.util.Date getStartTime()
           
 java.lang.Integer getTheType()
           
 int hashCode()
           
 void loadFromXml(UCSCustomCodec custCodec, org.w3c.dom.Node node)
           
 void saveToXml(UCSCustomCodec custCodec, org.w3c.dom.Node node)
           
 void setAttempts(java.lang.Integer value)
           
 void setCallbackServerID(java.lang.String value)
           
 void setCallBackStatus(java.lang.Integer value)
           
 void setCallResult(java.lang.Integer value)
           
 void setCustomData(java.lang.String value)
           
 void setCustomerNumber(java.lang.String value)
           
 void setDesiredResponseType(java.lang.Integer value)
           
 void setDetailedDescription(java.lang.String value)
           
 void setDN(java.lang.String value)
           
 void setEndTime(java.util.Date value)
           
 void setLocation(java.lang.String value)
           
 void setNullAttributes(java.lang.String[] value)
           
 void setStartTime(java.util.Date value)
           
 void setTheType(java.lang.Integer value)
           
 java.lang.String toString(int indent, boolean hideAllowed, boolean truncateLargeData)
           
 
Methods inherited from class com.genesyslab.platform.contacts.protocol.contactserver.BaseEntityAttributes
resolve
 
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

CallbackEntityAttributes

public CallbackEntityAttributes()
Method Detail

getNullAttributes

public java.lang.String[] getNullAttributes()
Description copied from interface: INullableAttributes
Gets names of attributes which are set to null.

Specified by:
getNullAttributes in interface INullableAttributes
Returns:
names of attributes

setNullAttributes

public void setNullAttributes(java.lang.String[] value)

getCallBackStatus

public java.lang.Integer getCallBackStatus()

setCallBackStatus

public void setCallBackStatus(java.lang.Integer value)

getDetailedDescription

public java.lang.String getDetailedDescription()

setDetailedDescription

public void setDetailedDescription(java.lang.String value)

getCustomData

public java.lang.String getCustomData()

setCustomData

public void setCustomData(java.lang.String value)

getDesiredResponseType

public java.lang.Integer getDesiredResponseType()

setDesiredResponseType

public void setDesiredResponseType(java.lang.Integer value)

getStartTime

public java.util.Date getStartTime()

setStartTime

public void setStartTime(java.util.Date value)

getEndTime

public java.util.Date getEndTime()

setEndTime

public void setEndTime(java.util.Date value)

getCustomerNumber

public java.lang.String getCustomerNumber()

setCustomerNumber

public void setCustomerNumber(java.lang.String value)

getAttempts

public java.lang.Integer getAttempts()

setAttempts

public void setAttempts(java.lang.Integer value)

getDN

public java.lang.String getDN()

setDN

public void setDN(java.lang.String value)

getLocation

public java.lang.String getLocation()

setLocation

public void setLocation(java.lang.String value)

getCallbackServerID

public java.lang.String getCallbackServerID()

setCallbackServerID

public void setCallbackServerID(java.lang.String value)

getCallResult

public java.lang.Integer getCallResult()

setCallResult

public void setCallResult(java.lang.Integer value)

getTheType

public java.lang.Integer getTheType()

setTheType

public void setTheType(java.lang.Integer 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.