Package com.seeq.model
Class ColumnRuleAncestorInputV1
java.lang.Object
com.seeq.model.ColumnRuleAncestorInputV1
Returns an items ancestor. Column type must be UUID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncolumnIndex
(Integer columnIndex) boolean
The index of the column that references the item.getLevel()
The number of levels to go up in the tree.int
hashCode()
void
setColumnIndex
(Integer columnIndex) void
toString()
-
Constructor Details
-
ColumnRuleAncestorInputV1
public ColumnRuleAncestorInputV1()
-
-
Method Details
-
columnIndex
-
getColumnIndex
The index of the column that references the item. The column index is 1-based- Returns:
- columnIndex
-
setColumnIndex
-
level
-
getLevel
The number of levels to go up in the tree. Must be >= 1. For example, if columnIndex references a Condition ID and level is 1 then the rule would return the UUID of the asset to which the condition belongs- Returns:
- level
-
setLevel
-
equals
-
hashCode
public int hashCode() -
toString
-