Platform SDK Java 8.5 API Reference

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

java.lang.Object
  extended by com.genesyslab.platform.contacts.protocol.contactserver.StringInteger
      extended by com.genesyslab.platform.contacts.protocol.contactserver.KeyValueObject
All Implemented Interfaces:
XmlSerializable

public class KeyValueObject
extends StringInteger


Constructor Summary
KeyValueObject()
           
KeyValueObject(byte[] bytes)
           
KeyValueObject(int obj)
           
KeyValueObject(KeyValueCollection col)
           
KeyValueObject(java.lang.String obj)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static KeyValueObject fromKVList(java.lang.Object obj)
           
 byte[] getBinaryValue()
           
 KeyValueCollection getKeyValueCollection()
           
 int hashCode()
           
 void loadFromXml(UCSCustomCodec custCodec, org.w3c.dom.Node node)
           
 void saveToXml(UCSCustomCodec custCodec, org.w3c.dom.Node node)
           
 void setBinaryValue(byte[] value)
           
 void setIntegerValue(java.lang.Integer value)
           
 void setKeyValueCollection(KeyValueCollection value)
           
 void setStringValue(java.lang.String value)
           
static java.lang.Object toKVList(KeyValueObject kvo)
           
 java.lang.String toString()
           
 java.lang.String toString(int ident)
           
 
Methods inherited from class com.genesyslab.platform.contacts.protocol.contactserver.StringInteger
getIntegerValue, getStringValue, toKVList
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KeyValueObject

public KeyValueObject()

KeyValueObject

public KeyValueObject(java.lang.String obj)

KeyValueObject

public KeyValueObject(int obj)

KeyValueObject

public KeyValueObject(KeyValueCollection col)

KeyValueObject

public KeyValueObject(byte[] bytes)
Method Detail

toKVList

public static java.lang.Object toKVList(KeyValueObject kvo)

fromKVList

public static KeyValueObject fromKVList(java.lang.Object obj)

toString

public java.lang.String toString(int ident)
Overrides:
toString in class StringInteger

toString

public java.lang.String toString()
Overrides:
toString in class StringInteger

getKeyValueCollection

public KeyValueCollection getKeyValueCollection()

setIntegerValue

public void setIntegerValue(java.lang.Integer value)
Overrides:
setIntegerValue in class StringInteger

setStringValue

public void setStringValue(java.lang.String value)
Overrides:
setStringValue in class StringInteger

setKeyValueCollection

public void setKeyValueCollection(KeyValueCollection value)

getBinaryValue

public byte[] getBinaryValue()

setBinaryValue

public void setBinaryValue(byte[] 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
Overrides:
saveToXml in class StringInteger
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
Overrides:
loadFromXml in class StringInteger
Throws:
com.genesyslab.platform.commons.protocol.runtime.codec.CodecException

hashCode

public int hashCode()
Overrides:
hashCode in class StringInteger

equals

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

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.