public final class Relation extends Object implements ProjectEntityWithMutableUniqueID
| Modifier and Type | Class and Description |
|---|---|
static class |
Relation.Builder
Relation builder.
|
| Modifier and Type | Method and Description |
|---|---|
Duration |
getLag()
This method retrieves the lag duration associated
with this relationship.
|
String |
getNotes()
Retrieve the notes association with this relationship.
|
Task |
getPredecessorTask()
Retrieve the predecessor task of this relationship.
|
Task |
getSuccessorTask()
Retrieve the successor task of this relationship.
|
RelationType |
getType()
Method used to retrieve the type of relationship being
represented.
|
Integer |
getUniqueID()
Retrieve the Unique ID of this Relation.
|
void |
setUniqueID(Integer uniqueID)
Set the Unique ID of this Relation.
|
String |
toString() |
public RelationType getType()
public Duration getLag()
public Task getPredecessorTask()
public Task getSuccessorTask()
public Integer getUniqueID()
getUniqueID in interface ProjectEntityWithUniqueIDpublic void setUniqueID(Integer uniqueID)
setUniqueID in interface ProjectEntityWithMutableUniqueIDuniqueID - unique IDpublic String getNotes()
Copyright © 2000–2025 MPXJ. All rights reserved.