Modifier | Constructor and Description |
---|---|
protected |
DeferredRelationship() |
Modifier and Type | Method and Description |
---|---|
String |
getData()
Retrieve the relationship data.
|
TaskField |
getField()
Retrieve the target task field.
|
Task |
getTask()
Retrieve the parent task.
|
void |
setData(String data)
Set the relationship data.
|
void |
setField(TaskField field)
Set the target task field.
|
void |
setTask(Task task)
Set the parent task instance.
|
public Task getTask()
public void setTask(Task task)
task
- parent Task instancepublic TaskField getField()
public void setField(TaskField field)
field
- TaskField instancepublic String getData()
public void setData(String data)
data
- relationship dataCopyright © 2000–2024 Packwood Software. All rights reserved.