@Entity public class ApplicationInput extends Object implements Serializable
| Constructor and Description |
|---|
ApplicationInput() |
| Modifier and Type | Method and Description |
|---|---|
String |
getInputKey() |
String |
getInputKeyType() |
String |
getMetadata() |
TaskDetail |
getTask() |
String |
getTaskId() |
String |
getValue() |
void |
setInputKey(String inputKey) |
void |
setInputKeyType(String inputKeyType) |
void |
setMetadata(String metadata) |
void |
setTask(TaskDetail task) |
void |
setTaskId(String taskId) |
void |
setValue(String value) |
public String getTaskId()
public void setTaskId(String taskId)
public String getInputKey()
public void setInputKey(String inputKey)
public String getInputKeyType()
public void setInputKeyType(String inputKeyType)
public String getMetadata()
public void setMetadata(String metadata)
public String getValue()
public void setValue(String value)
public TaskDetail getTask()
public void setTask(TaskDetail task)
Copyright © 2011-2014 The Apache Software Foundation. All Rights Reserved.