@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() |
char[] |
getValue() |
void |
setMetadata(String metadata) |
void |
setOutputKey(String outputKey) |
void |
setOutputKeyType(String outputKeyType) |
void |
setTask(TaskDetail task) |
void |
setTaskId(String taskId) |
void |
setValue(char[] value) |
public String getTaskId()
public void setTaskId(String taskId)
public String getMetadata()
public void setMetadata(String metadata)
public char[] getValue()
public void setValue(char[] 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.