@Entity public class ApplicationOutput extends Object implements Serializable
| Constructor and Description |
|---|
ApplicationOutput() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMetadata() |
String |
getOutputKey() |
String |
getOutputKeyType() |
TaskDetail |
getTask() |
String |
getTaskId() |
String |
getValue() |
void |
setMetadata(String metadata) |
void |
setOutputKey(String outputKey) |
void |
setOutputKeyType(String outputKeyType) |
void |
setTask(TaskDetail task) |
void |
setTaskId(String taskId) |
void |
setValue(String value) |
public String getTaskId()
public void setTaskId(String taskId)
public String getMetadata()
public void setMetadata(String metadata)
public String getValue()
public void setValue(String value)
public TaskDetail getTask()
public void setTask(TaskDetail task)
public String getOutputKey()
public void setOutputKey(String outputKey)
public String getOutputKeyType()
public void setOutputKeyType(String outputKeyType)
Copyright © 2011-2014 The Apache Software Foundation. All Rights Reserved.