Platform SDK Java 8.5 API Reference

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

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

public final class Category
extends AbstractPrintable
implements XmlSerializable, Printable


Field Summary
 
Fields inherited from class com.genesyslab.platform.contacts.protocol.contactserver.AbstractPrintable
SUPRESSED
 
Constructor Summary
Category()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCategoryId()
           
 CategoryList getChildrenCategories()
           
 StandardResponseList getChildrenStdResponses()
           
 java.lang.String getDescription()
           
 java.lang.String getLanguage()
           
 java.util.Date getModifiedDate()
           
 java.lang.String getName()
           
 java.lang.String getStatus()
           
 java.lang.Integer getType()
           
 int hashCode()
           
 void loadFromXml(UCSCustomCodec custCodec, org.w3c.dom.Node node)
           
 void saveToXml(UCSCustomCodec custCodec, org.w3c.dom.Node node)
           
 void setCategoryId(java.lang.String value)
           
 void setChildrenCategories(CategoryList value)
           
 void setChildrenStdResponses(StandardResponseList value)
           
 void setDescription(java.lang.String value)
           
 void setLanguage(java.lang.String value)
           
 void setModifiedDate(java.util.Date value)
           
 void setName(java.lang.String value)
           
 void setStatus(java.lang.String value)
           
 void setType(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

Category

public Category()
Method Detail

getChildrenCategories

public CategoryList getChildrenCategories()

setChildrenCategories

public void setChildrenCategories(CategoryList value)

getCategoryId

public java.lang.String getCategoryId()

setCategoryId

public void setCategoryId(java.lang.String value)

getChildrenStdResponses

public StandardResponseList getChildrenStdResponses()

setChildrenStdResponses

public void setChildrenStdResponses(StandardResponseList value)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String value)

getModifiedDate

public java.util.Date getModifiedDate()

setModifiedDate

public void setModifiedDate(java.util.Date value)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String value)

getStatus

public java.lang.String getStatus()

setStatus

public void setStatus(java.lang.String value)

getType

public java.lang.Integer getType()

setType

public void setType(java.lang.Integer value)

getLanguage

public java.lang.String getLanguage()

setLanguage

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