@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() |
char[] |
getValue() |
void |
setInputKey(String inputKey) |
void |
setInputKeyType(String inputKeyType) |
void |
setMetadata(String metadata) |
void |
setTask(TaskDetail task) |
void |
setTaskId(String taskId) |
void |
setValue(char[] 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 char[] getValue()
public void setValue(char[] value)
public TaskDetail getTask()
public void setTask(TaskDetail task)
Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.