Platform SDK Java 8.5 API Reference

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

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

public final class FieldValue
extends AbstractPrintable
implements XmlSerializable, Printable


Field Summary
 
Fields inherited from class com.genesyslab.platform.contacts.protocol.contactserver.AbstractPrintable
SUPRESSED
 
Constructor Summary
FieldValue()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getComment()
          The comment of the field value
 java.lang.Boolean getIsConstant()
          Is the field value a constant.
 java.lang.String getTheId()
          The ID of the field value
 java.lang.String getTheName()
          The name of the field value
 java.lang.Integer getType()
          The type of the field value.
 java.lang.String getValue()
          The value of the field value (according to the type).
 int hashCode()
           
 void loadFromXml(UCSCustomCodec custCodec, org.w3c.dom.Node node)
           
 void saveToXml(UCSCustomCodec custCodec, org.w3c.dom.Node node)
           
 void setComment(java.lang.String value)
          The comment of the field value
 void setIsConstant(java.lang.Boolean value)
          Is the field value a constant.
 void setTheId(java.lang.String value)
          The ID of the field value
 void setTheName(java.lang.String value)
          The name of the field value
 void setType(java.lang.Integer value)
          The type of the field value.
 void setValue(java.lang.String value)
          The value of the field value (according to the type).
 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

FieldValue

public FieldValue()
Method Detail

getTheId

public java.lang.String getTheId()
The ID of the field value

Returns:
property value

setTheId

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


getTheName

public java.lang.String getTheName()
The name of the field value

Returns:
property value

setTheName

public void setTheName(java.lang.String value)
The name of the field value


getType

public java.lang.Integer getType()
The type of the field value. String = 1; Integer = 2; Double = 3; Date = 4;

Returns:
property value

setType

public void setType(java.lang.Integer value)
The type of the field value. String = 1; Integer = 2; Double = 3; Date = 4;


getIsConstant

public java.lang.Boolean getIsConstant()
Is the field value a constant. ('TRUE' or 'FALSE')

Returns:
property value

setIsConstant

public void setIsConstant(java.lang.Boolean value)
Is the field value a constant. ('TRUE' or 'FALSE')


getComment

public java.lang.String getComment()
The comment of the field value

Returns:
property value

setComment

public void setComment(java.lang.String value)
The comment of the field value


getValue

public java.lang.String getValue()
The value of the field value (according to the type). String, Integer, Double, Date in format 'yyyy-MM-ddTHH:mm:ss.SSSZ';

Returns:
property value

setValue

public void setValue(java.lang.String value)
The value of the field value (according to the type). String, Integer, Double, Date in format 'yyyy-MM-ddTHH:mm:ss.SSSZ';


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.