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 Summary
Constructors Constructor Description CellUpdateSpec()Deprecated.CellUpdateSpec(CellUpdateAdapter.RowIdentifier row, java.lang.String column, QueryHolder value) 
- 
Method Summary
All 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 
- 
CellUpdateSpec
public CellUpdateSpec(CellUpdateAdapter.RowIdentifier row, java.lang.String column, QueryHolder value)
 
 - 
 
- 
Method Detail
- 
getRow
public CellUpdateAdapter.RowIdentifier getRow()
 
- 
setRow
public void setRow(CellUpdateAdapter.RowIdentifier row)
 
- 
getColumn
public java.lang.String getColumn()
 
- 
setColumn
public void setColumn(java.lang.String column)
 
- 
getValue
public QueryHolder getValue()
 
- 
setValue
public void setValue(QueryHolder value)
 
 - 
 
 -