public class DataProcessingStepData extends AnnotatedData
DataProcessingStep
,
DataProcessingSteps overviewModifier and Type | Field and Description |
---|---|
static int |
MAX_DESCRIPTION_LENGTH |
MAX_NAME_LENGTH
Constructor and Description |
---|
DataProcessingStepData() |
Modifier and Type | Method and Description |
---|---|
Date |
getCompletionTime()
Get the completionTime date
|
String |
getDescription()
Get the description
|
SoftwareData |
getSoftware()
Get the software
|
void |
setCompletionTime(Date completionTime)
Set the completionTime date
|
void |
setDescription(String description)
Set the description
|
void |
setSoftware(SoftwareData software)
Set the software
|
getAnnotationSet, setAnnotationSet
getName, isRemoved, setName, setRemoved
getItemKey, getProjectKey, setItemKey, setProjectKey
equals, getId, getVersion, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getId, getVersion
getOwner, setOwner
public static final int MAX_DESCRIPTION_LENGTH
public DataProcessingStepData()
public Date getCompletionTime()
public void setCompletionTime(Date completionTime)
completionTime
- The completionTime datepublic String getDescription()
getDescription
in interface NameableData
getDescription
in class CommonData
public void setDescription(String description)
setDescription
in interface NameableData
setDescription
in class CommonData
description
- The description stringpublic SoftwareData getSoftware()
SoftwareData
softwarepublic void setSoftware(SoftwareData software)
software
- The SoftwareData
software