Package com.seeq.model
Class ColumnRuleConcatInputV1
java.lang.Object
com.seeq.model.ColumnRuleConcatInputV1
Concatenates two values. Column type must be TEXT
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncolumnIndex1
(Integer columnIndex1) columnIndex2
(Integer columnIndex2) boolean
The index of the column that references the first item.The index of the column that references the second item.int
hashCode()
void
setColumnIndex1
(Integer columnIndex1) void
setColumnIndex2
(Integer columnIndex2) toString()
-
Constructor Details
-
ColumnRuleConcatInputV1
public ColumnRuleConcatInputV1()
-
-
Method Details
-
columnIndex1
-
getColumnIndex1
The index of the column that references the first item. The column index is 1-based- Returns:
- columnIndex1
-
setColumnIndex1
-
columnIndex2
-
getColumnIndex2
The index of the column that references the second item. The column index is 1-based- Returns:
- columnIndex2
-
setColumnIndex2
-
equals
-
hashCode
public int hashCode() -
toString
-