Package io.keikai.range.impl
Class ModelUpdate
- java.lang.Object
 - 
- io.keikai.range.impl.ModelUpdate
 
 
- 
- All Implemented Interfaces:
 Serializable
public class ModelUpdate extends Object implements Serializable
- Since:
 - 3.5.0
 - Author:
 - Dennis
 - See Also:
 - Serialized Form
 
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classModelUpdate.UpdateType 
- 
Constructor Summary
Constructors Constructor Description ModelUpdate(ModelUpdate.UpdateType type, Object data, CellAttribute cellAttr) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CellAttributegetCellAttr()ObjectgetData()ModelUpdate.UpdateTypegetType()StringtoString() 
 - 
 
- 
- 
Constructor Detail
- 
ModelUpdate
public ModelUpdate(ModelUpdate.UpdateType type, Object data, CellAttribute cellAttr)
 
 - 
 
- 
Method Detail
- 
getType
public ModelUpdate.UpdateType getType()
 
- 
getData
public Object getData()
 
- 
getCellAttr
public CellAttribute getCellAttr()
 
 - 
 
 -