Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Returns a value indicating whether this instance is equal to a specified object.
|
boolean |
equals(TaskLink other)
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()
Returns the type of a link.
|
Task |
getPredTask()
The predecessor task.
|
Task |
getSuccTask()
The successor task.
|
int |
hashCode()
Returns a hash code value for the instance of the
TaskLink class. |
boolean |
isCrossProject()
Returns a flag which determines whether a predecessor is part of another project.
|
void |
setCrossProject(boolean value)
Sets a flag which determines whether a predecessor is part of another project.
|
void |
setCrossProjectName(String value)
Sets the external predecessor project name.
|
void |
setLagFormat(int value)
Sets the format for expressing the lag format.
|
void |
setLinkLag(int value)
Sets the amount of lag in tenths of a minute.
|
void |
setLinkType(int value)
Sets the type of this link.
|
void |
setPredTask(Task value)
Sets the predecessor task.
|
void |
setSuccTask(Task value)
Sets the successor task.
|
String |
toString()
Returns string representation of a TaskLink.
|
public final boolean equals(TaskLink other)
Returns a value indicating whether this instance is equal to a specified object.
public boolean equals(Object obj)
Returns a value indicating whether this instance is equal to a specified object.
equals
in interface com.aspose.ms.System.IEquatable<TaskLink>
equals
in class Object
obj
- The object to compare with this instance.<b>True</b>
if the specified object is a TaskLink that has the same predecessor and successor
as this instance; otherwise, <b>false</b>
.public final String getCrossProjectName()
The external predecessor project.
Read/write String
.
public final void setCrossProjectName(String value)
value
- the external predecessor project name.public final int getLagFormat()
The format for expressing the lag format.
Read/write TimeUnitType
.
TimeUnitType
).public final void setLagFormat(int value)
value
- the time unit type (TimeUnitType
).public final int getLinkLag()
The amount of lag in tenths of a minute.
Read/write int
.
public final void setLinkLag(int value)
value
- the amount of lag.public final int getLinkType()
Returns the type of a link.
Read/write TaskLinkType
.
public final void setLinkType(int value)
TaskLinkType
values.value
- the type of the link.public final Task getPredTask()
The predecessor task.
Read/write Task
.
Task
).public final void setPredTask(Task value)
value
- the predecessor task (Task
).public final Task getSuccTask()
The successor task.
Read/write Task
.
Task
).public final void setSuccTask(Task value)
value
- the successor task (Task
).public int hashCode()
Returns a hash code value for the instance of the TaskLink
class.
public final boolean isCrossProject()
Returns a flag which determines whether a predecessor is part of another project.
Read/write bool
.
public final void setCrossProject(boolean value)
value
- a flag which determines whether a predecessor is part of another project.Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.