public class TaskHistoryRecord extends TransferableObject implements Clearable
Constructor and Description |
---|
TaskHistoryRecord(java.lang.String name) |
TaskHistoryRecord(java.lang.String name,
RunStateFlag stateFlag) |
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clears the content
|
java.lang.Exception |
getError() |
java.lang.String |
getName() |
NdfProperties |
getProperties() |
void |
put(java.lang.String key,
java.lang.Object value) |
void |
setValues(AbstractAsyncTask task) |
void |
setValues(RunStateFlag stateFlag) |
DumpString |
toDumpString(DumpString s)
This method allows subclasses to add values to the existing DumpString of the superclass.
|
ToString |
toString(ToString s)
This method allows subclasses to add values to the existing ToString of the superclass.
|
clone, deepClone
configureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toString
public TaskHistoryRecord(java.lang.String name)
public TaskHistoryRecord(java.lang.String name, RunStateFlag stateFlag)
public final java.lang.String getName()
public final java.lang.Exception getError()
public void setValues(AbstractAsyncTask task)
public final void setValues(RunStateFlag stateFlag)
public final void clear()
Clearable
public final void put(java.lang.String key, java.lang.Object value)
public final NdfProperties getProperties()
public ToString toString(ToString s)
Dumpable
toString
in interface Dumpable
toString
in class DumpableObject
public DumpString toDumpString(DumpString s)
Dumpable
toDumpString
in interface Dumpable
toDumpString
in class DumpableObject
Copyright © 2014 EsprIT-Systems. All Rights Reserved.