public class Predecessor extends Object
| Constructor and Description |
|---|
Predecessor() |
| Modifier and Type | Method and Description |
|---|---|
Duration |
getLag()
Get the lag value of this predecessor
|
Long |
getRowId()
Get the Id of the predecessor row
|
Integer |
getRowNumber()
Get the number of the predecessor row
|
String |
getType()
Get the type of the predecessor
|
Boolean |
isInCriticalPath()
Get flag indicating if this predecessor is in the critical path
|
Boolean |
isInvalid()
Get flag indicating if the row referenced by rowId is not a valid row in this sheet,
or if there is a circular reference
|
Predecessor |
setInCriticalPath(Boolean inCriticalPath)
Set flag indicating if this predecessor is in the critical path
|
Predecessor |
setInvalid(Boolean invalid)
Set flag indicating if the row referenced by rowId is not a valid row in this sheet,
or if there is a circular reference
|
Predecessor |
setLag(Duration lag)
Set the lag value of this predecessor
|
Predecessor |
setRowId(Long rowId)
Set the Id of the predecessor row
|
Predecessor |
setRowNumber(Integer rowNumber)
Set the number of the predecessor row
|
Predecessor |
setType(String type)
Set the type of the predecessor
|
public Long getRowId()
public Predecessor setRowId(Long rowId)
rowId - public Integer getRowNumber()
public Predecessor setRowNumber(Integer rowNumber)
rowNumber - public String getType()
public Predecessor setType(String type)
type - public Duration getLag()
public Predecessor setLag(Duration lag)
lag - public Boolean isInvalid()
public Predecessor setInvalid(Boolean invalid)
invalid - public Boolean isInCriticalPath()
public Predecessor setInCriticalPath(Boolean inCriticalPath)
inCriticalPath - Copyright © 2014–2019 Smartsheet. All rights reserved.