public interface ITActivityData
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getActivityType()
Returns the value of field 'activityType'.
|
javax.xml.datatype.Duration |
getDuration()
Returns the value of field 'duration'.
|
double |
getDurationInSeconds()
Returns the value of field 'durationInSeconds'.
|
java.lang.String |
getErrorMessage()
Returns the value of field 'errorMessage'.
|
java.lang.String |
getEvalPoint()
Returns the value of field 'evalPoint'.
|
void |
setActivityType(java.lang.String activityType)
Sets the value of field 'activityType'.
|
void |
setDuration(javax.xml.datatype.Duration duration)
Sets the value of field 'duration'.
|
void |
setDurationInSeconds(double durationInSeconds)
Sets the value of field 'durationInSeconds'.
|
void |
setErrorMessage(java.lang.String errorMessage)
Sets the value of field 'errorMessage'.
|
void |
setEvalPoint(java.lang.String evalPoint)
Sets the value of field 'evalPoint'.
|
java.lang.String getActivityType()
javax.xml.datatype.Duration getDuration()
double getDurationInSeconds()
java.lang.String getErrorMessage()
java.lang.String getEvalPoint()
void setActivityType(java.lang.String activityType)
activityType - the value of field 'activityType'.void setDuration(javax.xml.datatype.Duration duration)
duration - the value of field 'duration'.void setDurationInSeconds(double durationInSeconds)
durationInSeconds - the value of field 'durationInSeconds'.void setErrorMessage(java.lang.String errorMessage)
errorMessage - the value of field 'errorMessage'.void setEvalPoint(java.lang.String evalPoint)
evalPoint - the value of field 'evalPoint'.