|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.commons.protocol.DataObject
com.genesyslab.platform.contacts.protocol.contactserver.AbstractPrintable
com.genesyslab.platform.contacts.protocol.contactserver.FieldCode
public final class FieldCode
Field Summary |
---|
Fields inherited from class com.genesyslab.platform.contacts.protocol.contactserver.AbstractPrintable |
---|
SUPRESSED |
Constructor Summary | |
---|---|
FieldCode()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getComment()
The comment of the field code (256 chars max) |
java.lang.String |
getTheId()
The ID of the field code |
java.lang.String |
getTheName()
The name of the field code (128 chars max) |
java.lang.String |
getValue()
The value of the field code (1024 chars max) |
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 code (256 chars max) |
void |
setTheId(java.lang.String value)
The ID of the field code |
void |
setTheName(java.lang.String value)
The name of the field code (128 chars max) |
void |
setValue(java.lang.String value)
The value of the field code (1024 chars max) |
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 |
---|
public FieldCode()
Method Detail |
---|
public java.lang.String getTheId()
public void setTheId(java.lang.String value)
public java.lang.String getTheName()
public void setTheName(java.lang.String value)
public java.lang.String getValue()
public void setValue(java.lang.String value)
public java.lang.String getComment()
public void setComment(java.lang.String value)
public void saveToXml(UCSCustomCodec custCodec, org.w3c.dom.Node node) throws com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
saveToXml
in interface XmlSerializable
com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
public void loadFromXml(UCSCustomCodec custCodec, org.w3c.dom.Node node) throws com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
loadFromXml
in interface XmlSerializable
com.genesyslab.platform.commons.protocol.runtime.codec.CodecException
public java.lang.String toString(int indent, boolean hideAllowed, boolean truncateLargeData)
toString
in class AbstractPrintable
public int hashCode()
hashCode
in class DataObject
public boolean equals(java.lang.Object obj)
equals
in class DataObject
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |