Class CellUpdateBindingConfig.Spec

java.lang.Object
com.inductiveautomation.factorypmi.application.binding.interchange.CellUpdateBindingConfig.Spec
All Implemented Interfaces:
Serializable
Enclosing class:
CellUpdateBindingConfig

public static class CellUpdateBindingConfig.Spec extends Object implements Serializable
A simple, strings-only representation of a cell update spec
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • getRow

      public String getRow()
    • setRow

      public void setRow(String row)
    • getColumn

      public String getColumn()
    • setColumn

      public void setColumn(String column)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • hashCode

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

      public boolean equals(Object obj)
      Overrides:
      equals in class Object