public class TProcessActivityData extends TActivityData implements java.io.Serializable, ITProcessActivityData
| Constructor and Description | 
|---|
| TProcessActivityData() | 
| TProcessActivityData(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'. | 
| long | getEvalTime()Returns the value of field 'evalTime'. | 
| java.util.Calendar | getModifyDate()Returns the value of field 'modifyDate'. | 
| int | getRetryCount()Returns the value of field 'retryCount'. | 
| void | setCreationDate(java.util.Calendar creationDate)Sets the value of field 'creationDate'. | 
| void | setEvalTime(long evalTime)Sets the value of field 'evalTime'. | 
| void | setModifyDate(java.util.Calendar modifyDate)Sets the value of field 'modifyDate'. | 
| void | setRetryCount(int retryCount)Sets the value of field 'retryCount'. | 
getActivityType, getDuration, getDurationInSeconds, getErrorMessage, getEvalPoint, setActivityType, setDuration, setDurationInSeconds, setErrorMessage, setEvalPointclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetActivityType, getDuration, getDurationInSeconds, getErrorMessage, getEvalPoint, setActivityType, setDuration, setDurationInSeconds, setErrorMessage, setEvalPointpublic TProcessActivityData()
public TProcessActivityData(org.w3c.dom.Element domElement)
public java.lang.String __getFacadeName()
__getFacadeName in class TActivityDatapublic java.util.Calendar getCreationDate()
getCreationDate in interface ITProcessActivityDatapublic long getEvalTime()
getEvalTime in interface ITProcessActivityDatapublic java.util.Calendar getModifyDate()
getModifyDate in interface ITProcessActivityDatapublic int getRetryCount()
getRetryCount in interface ITProcessActivityDatapublic void setCreationDate(java.util.Calendar creationDate)
setCreationDate in interface ITProcessActivityDatacreationDate - the value of field 'creationDate'.public void setEvalTime(long evalTime)
setEvalTime in interface ITProcessActivityDataevalTime - the value of field 'evalTime'.public void setModifyDate(java.util.Calendar modifyDate)
setModifyDate in interface ITProcessActivityDatamodifyDate - the value of field 'modifyDate'.public void setRetryCount(int retryCount)
setRetryCount in interface ITProcessActivityDataretryCount - the value of field 'retryCount'.