@PublicAPI public class TaskVariable extends JobVariable implements Serializable
Constructor and Description |
---|
TaskVariable() |
TaskVariable(String name,
String value) |
TaskVariable(String name,
String value,
String model,
boolean isJobInherited) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
int |
hashCode() |
boolean |
isJobInherited() |
void |
setJobInherited(boolean inherited) |
String |
toString() |
public boolean isJobInherited()
public void setJobInherited(boolean inherited)
public boolean equals(Object object)
equals
in class JobVariable
public int hashCode()
hashCode
in class JobVariable
public String toString()
toString
in class JobVariable