public class TaskLink extends Object
Represents a predecessor link.
Constructor and Description |
---|
TaskLink(Task predTask,
Task succTask,
int linkType)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Returns a value indicating whether this instance is equal to a specified object.
|
String |
getCrossProjectName()
The external predecessor project.
|
int |
getLagFormat()
The format for expressing the lag format.
|
int |
getLinkLag()
The amount of lag in tenths of a minute.
|
int |
getLinkType()
The type of a link.
|
Task |
getPredTask()
The predecessor task.
|
Task |
getSuccTask()
The successor task.
|
boolean |
isCrossProject()
Determines whether a predecessor is part of another project.
|
void |
isCrossProject(boolean value) |
void |
setCrossProjectName(String value) |
void |
setLagFormat(int value) |
void |
setLinkLag(int value) |
void |
setLinkType(int value) |
void |
setPredTask(Task value) |
void |
setSuccTask(Task value) |
public boolean isCrossProject()
Determines whether a predecessor is part of another project.
Read/write bool
.
public void isCrossProject(boolean value)
public String getCrossProjectName()
The external predecessor project.
Read/write string
.
public void setCrossProjectName(String value)
public int getLinkLag()
The amount of lag in tenths of a minute.
Read/write int
.
public void setLinkLag(int value)
public int getLagFormat()
The format for expressing the lag format.
Read/write TimeUnitType
.
public void setLagFormat(int value)
public Task getPredTask()
The predecessor task.
Read/write Task
.
public void setPredTask(Task value)
public Task getSuccTask()
The successor task.
Read/write Task
.
public void setSuccTask(Task value)
public boolean equals(Object obj)
Returns a value indicating whether this instance is equal to a specified object.
public int getLinkType()
The type of a link.
Read/write TaskLinkType
.
public void setLinkType(int value)
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.