Platform SDK Java 8.5 API Reference

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

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

public final class CategoryAttribute
extends AbstractPrintable
implements XmlSerializable, Printable

Category attribute.


Field Summary
 
Fields inherited from class com.genesyslab.platform.contacts.protocol.contactserver.AbstractPrintable
SUPRESSED
 
Constructor Summary
CategoryAttribute()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 byte[] getBinValue()
           
 java.lang.String getCategoryId()
          Id of the category.
 java.lang.String getIdValue()
           
 java.lang.Integer getIntValue()
           
 java.lang.String getLongStrValue()
           
 java.lang.String getStrValue()
           
 java.lang.String getTheId()
          The ID of attribute.
 java.lang.String getTheName()
          Name of the attribute.
 java.lang.Integer getTheType()
          From 0 to 127.
 int hashCode()
           
 void loadFromXml(UCSCustomCodec custCodec, org.w3c.dom.Node node)
           
 void saveToXml(UCSCustomCodec custCodec, org.w3c.dom.Node node)
           
 void setBinValue(byte[] value)
           
 void setCategoryId(java.lang.String value)
          Id of the category.
 void setIdValue(java.lang.String value)
           
 void setIntValue(java.lang.Integer value)
           
 void setLongStrValue(java.lang.String value)
           
 void setStrValue(java.lang.String value)
           
 void setTheId(java.lang.String value)
          The ID of attribute.
 void setTheName(java.lang.String value)
          Name of the attribute.
 void setTheType(java.lang.Integer value)
          From 0 to 127.
 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

CategoryAttribute

public CategoryAttribute()
Method Detail

getTheId

public java.lang.String getTheId()
The ID of attribute.


setTheId

public void setTheId(java.lang.String value)
The ID of attribute.


getCategoryId

public java.lang.String getCategoryId()
Id of the category.


setCategoryId

public void setCategoryId(java.lang.String value)
Id of the category.


getTheName

public java.lang.String getTheName()
Name of the attribute.


setTheName

public void setTheName(java.lang.String value)
Name of the attribute.


getTheType

public java.lang.Integer getTheType()
From 0 to 127.


setTheType

public void setTheType(java.lang.Integer value)
From 0 to 127.


getStrValue

public java.lang.String getStrValue()

setStrValue

public void setStrValue(java.lang.String value)

getLongStrValue

public java.lang.String getLongStrValue()

setLongStrValue

public void setLongStrValue(java.lang.String value)

getBinValue

public byte[] getBinValue()

setBinValue

public void setBinValue(byte[] value)

getIntValue

public java.lang.Integer getIntValue()

setIntValue

public void setIntValue(java.lang.Integer value)

getIdValue

public java.lang.String getIdValue()

setIdValue

public void setIdValue(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.