|
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.Model
public final class Model
Field Summary |
---|
Fields inherited from class com.genesyslab.platform.contacts.protocol.contactserver.AbstractPrintable |
---|
SUPRESSED |
Constructor Summary | |
---|---|
Model()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
byte[] |
getAdvancedParams()
More parameters as binary content |
java.lang.String |
getAppName()
Name of the application (64 chars max) |
java.util.Date |
getCreationDate()
Date of creation |
java.lang.String |
getEngine()
Name of the engine (64 chars max) |
java.lang.Boolean |
getIsActive()
True or false |
java.lang.String |
getLang()
The language of this model (64 chars max) |
byte[] |
getModelContent()
Binary content of the model |
java.lang.Integer |
getModelSize()
Size of the model |
java.lang.String |
getParams()
Model parameters (255 chars max) |
java.lang.Integer |
getPersonId()
DBId of the person |
java.lang.String |
getRootName()
Name of the root (255 chars max) |
java.util.Date |
getRunDate()
Run date |
java.lang.Integer |
getRunDurationSec()
Run duration |
java.lang.Integer |
getTenantId()
Id of the tenant |
java.lang.String |
getTheId()
Id of the object to be created (useful for imports) |
java.lang.String |
getTheName()
Name of the model (255 chars max) |
java.lang.String |
getTrainingDataObjectId()
Training Object Id |
int |
hashCode()
|
void |
loadFromXml(UCSCustomCodec custCodec,
org.w3c.dom.Node node)
|
void |
saveToXml(UCSCustomCodec custCodec,
org.w3c.dom.Node node)
|
void |
setAdvancedParams(byte[] value)
More parameters as binary content |
void |
setAppName(java.lang.String value)
Name of the application (64 chars max) |
void |
setCreationDate(java.util.Date value)
Date of creation |
void |
setEngine(java.lang.String value)
Name of the engine (64 chars max) |
void |
setIsActive(java.lang.Boolean value)
True or false |
void |
setLang(java.lang.String value)
The language of this model (64 chars max) |
void |
setModelContent(byte[] value)
Binary content of the model |
void |
setModelSize(java.lang.Integer value)
Size of the model |
void |
setParams(java.lang.String value)
Model parameters (255 chars max) |
void |
setPersonId(java.lang.Integer value)
DBId of the person |
void |
setRootName(java.lang.String value)
Name of the root (255 chars max) |
void |
setRunDate(java.util.Date value)
Run date |
void |
setRunDurationSec(java.lang.Integer value)
Run duration |
void |
setTenantId(java.lang.Integer value)
Id of the tenant |
void |
setTheId(java.lang.String value)
Id of the object to be created (useful for imports) |
void |
setTheName(java.lang.String value)
Name of the model (255 chars max) |
void |
setTrainingDataObjectId(java.lang.String value)
Training Object Id |
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 Model()
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 byte[] getModelContent()
public void setModelContent(byte[] value)
public java.util.Date getCreationDate()
public void setCreationDate(java.util.Date value)
public java.lang.String getTrainingDataObjectId()
public void setTrainingDataObjectId(java.lang.String value)
public java.lang.Boolean getIsActive()
public void setIsActive(java.lang.Boolean value)
public java.lang.Integer getTenantId()
public void setTenantId(java.lang.Integer value)
public java.lang.String getLang()
public void setLang(java.lang.String value)
public java.lang.Integer getModelSize()
public void setModelSize(java.lang.Integer value)
public java.util.Date getRunDate()
public void setRunDate(java.util.Date value)
public java.lang.Integer getRunDurationSec()
public void setRunDurationSec(java.lang.Integer value)
public java.lang.String getAppName()
public void setAppName(java.lang.String value)
public java.lang.String getEngine()
public void setEngine(java.lang.String value)
public java.lang.Integer getPersonId()
public void setPersonId(java.lang.Integer value)
public java.lang.String getParams()
public void setParams(java.lang.String value)
public java.lang.String getRootName()
public void setRootName(java.lang.String value)
public byte[] getAdvancedParams()
public void setAdvancedParams(byte[] 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 |