public class TProcessVariableData extends TVariableData implements java.io.Serializable, ITProcessVariableData
| Constructor and Description |
|---|
TProcessVariableData() |
TProcessVariableData(org.w3c.dom.Element domElement) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
__getFacadeName()
Method __getFacadeName
|
java.util.Calendar |
getCreationDate()
Returns the value of field 'creationDate'.
|
java.util.Calendar |
getModifyDate()
Returns the value of field 'modifyDate'.
|
void |
setCreationDate(java.util.Calendar creationDate)
Sets the value of field 'creationDate'.
|
void |
setModifyDate(java.util.Calendar modifyDate)
Sets the value of field 'modifyDate'.
|
getData, getDataType, getQueryName, getTarget, getUpdaterName, getUpdaterType, setData, setDataType, setQueryName, setTarget, setUpdaterName, setUpdaterTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetData, getDataType, getQueryName, getTarget, getUpdaterName, getUpdaterType, setData, setDataType, setQueryName, setTarget, setUpdaterName, setUpdaterTypepublic TProcessVariableData()
public TProcessVariableData(org.w3c.dom.Element domElement)
public java.lang.String __getFacadeName()
__getFacadeName in class TVariableDatapublic java.util.Calendar getCreationDate()
getCreationDate in interface ITProcessVariableDatapublic java.util.Calendar getModifyDate()
getModifyDate in interface ITProcessVariableDatapublic void setCreationDate(java.util.Calendar creationDate)
setCreationDate in interface ITProcessVariableDatacreationDate - the value of field 'creationDate'.public void setModifyDate(java.util.Calendar modifyDate)
setModifyDate in interface ITProcessVariableDatamodifyDate - the value of field 'modifyDate'.