Class ColumnRuleItemPropertyInputV1

java.lang.Object
com.seeq.model.ColumnRuleItemPropertyInputV1

public class ColumnRuleItemPropertyInputV1 extends Object
Gets a property from an Item
  • Constructor Details

    • ColumnRuleItemPropertyInputV1

      public ColumnRuleItemPropertyInputV1()
  • Method Details

    • columnIndex

      public ColumnRuleItemPropertyInputV1 columnIndex(Integer columnIndex)
    • getColumnIndex

      public Integer getColumnIndex()
      The index of the column that references the item. The column index is 1-based
      Returns:
      columnIndex
    • setColumnIndex

      public void setColumnIndex(Integer columnIndex)
    • propertyName

      public ColumnRuleItemPropertyInputV1 propertyName(String propertyName)
    • getPropertyName

      public String getPropertyName()
      The property to get from the item
      Returns:
      propertyName
    • setPropertyName

      public void setPropertyName(String propertyName)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object