public abstract class TaskExecution extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
TaskExecution.Factory
Constructs new instances of
TaskExecution . |
Constructor and Description |
---|
TaskExecution() |
Modifier and Type | Method and Description |
---|---|
String |
attributesToString()
Builds a string showing the current attribute values
|
boolean |
equals(Object object)
Returns
true if the argument is an TaskExecution instance and all identifiers
for this entity equal the identifiers of the argument entity. |
Long |
getId() |
String |
getInstanceName()
Name of the node the task is running on.
|
Task |
getTask() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setId(Long id) |
void |
setInstanceName(String instanceName) |
void |
setTask(Task task) |
public String attributesToString()
public boolean equals(Object object)
true
if the argument is an TaskExecution instance and all identifiers
for this entity equal the identifiers of the argument entity. Returns false
otherwise.public Long getId()
public String getInstanceName()
Name of the node the task is running on.
public Task getTask()
public int hashCode()
public void setId(Long id)
public void setInstanceName(String instanceName)
public void setTask(Task task)
Copyright © 2019 Communote team. All rights reserved.