Platform SDK Java 8.5 API Reference

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

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.PhoneCallEntityAttributes
All Implemented Interfaces:
INullableAttributes, Printable, XmlSerializable

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


Field Summary
 
Fields inherited from class com.genesyslab.platform.contacts.protocol.contactserver.AbstractPrintable
SUPRESSED
 
Constructor Summary
PhoneCallEntityAttributes()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Integer getDuration()
           
 java.lang.String[] getNullAttributes()
          Gets names of attributes which are set to null.
 java.lang.String getOutcome()
           
 java.lang.String getPhoneNumber()
           
 java.lang.String getTConnectionId()
           
 int hashCode()
           
 void loadFromXml(UCSCustomCodec custCodec, org.w3c.dom.Node node)
           
 void saveToXml(UCSCustomCodec custCodec, org.w3c.dom.Node node)
           
 void setDuration(java.lang.Integer value)
           
 void setNullAttributes(java.lang.String[] value)
           
 void setOutcome(java.lang.String value)
           
 void setPhoneNumber(java.lang.String value)
           
 void setTConnectionId(java.lang.String 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

PhoneCallEntityAttributes

public PhoneCallEntityAttributes()
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)

getDuration

public java.lang.Integer getDuration()

setDuration

public void setDuration(java.lang.Integer value)

getOutcome

public java.lang.String getOutcome()

setOutcome

public void setOutcome(java.lang.String value)

getPhoneNumber

public java.lang.String getPhoneNumber()

setPhoneNumber

public void setPhoneNumber(java.lang.String value)

getTConnectionId

public java.lang.String getTConnectionId()

setTConnectionId

public void setTConnectionId(java.lang.String 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.