Class CellUpdateAdapter.CellUpdateSpec
- java.lang.Object
- 
- com.inductiveautomation.factorypmi.application.binding.CellUpdateAdapter.CellUpdateSpec
 
- 
- Enclosing class:
- CellUpdateAdapter
 
 public static class CellUpdateAdapter.CellUpdateSpec extends java.lang.Object
- 
- 
Constructor SummaryConstructors Constructor Description CellUpdateSpec()Deprecated.CellUpdateSpec(CellUpdateAdapter.RowIdentifier row, java.lang.String column, QueryHolder value)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetColumn()CellUpdateAdapter.RowIdentifiergetRow()QueryHoldergetValue()voidsetColumn(java.lang.String column)voidsetRow(CellUpdateAdapter.RowIdentifier row)voidsetValue(QueryHolder value)
 
- 
- 
- 
Constructor Detail- 
CellUpdateSpec@Deprecated public CellUpdateSpec() Deprecated.For serialization
 - 
CellUpdateSpecpublic CellUpdateSpec(CellUpdateAdapter.RowIdentifier row, java.lang.String column, QueryHolder value) 
 
- 
 - 
Method Detail- 
getRowpublic CellUpdateAdapter.RowIdentifier getRow() 
 - 
setRowpublic void setRow(CellUpdateAdapter.RowIdentifier row) 
 - 
getColumnpublic java.lang.String getColumn() 
 - 
setColumnpublic void setColumn(java.lang.String column) 
 - 
getValuepublic QueryHolder getValue() 
 - 
setValuepublic void setValue(QueryHolder value) 
 
- 
 
-