Package com.seeq.model
Class ColumnRuleItemPropertyInputV1
java.lang.Object
com.seeq.model.ColumnRuleItemPropertyInputV1
Gets a property from an Item
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncolumnIndex
(Integer columnIndex) boolean
The index of the column that references the item.The property to get from the itemint
hashCode()
propertyName
(String propertyName) void
setColumnIndex
(Integer columnIndex) void
setPropertyName
(String propertyName) toString()
-
Constructor Details
-
ColumnRuleItemPropertyInputV1
public ColumnRuleItemPropertyInputV1()
-
-
Method Details
-
columnIndex
-
getColumnIndex
The index of the column that references the item. The column index is 1-based- Returns:
- columnIndex
-
setColumnIndex
-
propertyName
-
getPropertyName
The property to get from the item- Returns:
- propertyName
-
setPropertyName
-
equals
-
hashCode
public int hashCode() -
toString
-