Package io.keikai.range.impl
Class ModelUpdate
- java.lang.Object
-
- io.keikai.range.impl.ModelUpdate
-
- All Implemented Interfaces:
java.io.Serializable
public class ModelUpdate extends java.lang.Object implements java.io.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, java.lang.Object data, CellAttribute cellAttr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CellAttributegetCellAttr()java.lang.ObjectgetData()ModelUpdate.UpdateTypegetType()java.lang.StringtoString()
-
-
-
Constructor Detail
-
ModelUpdate
public ModelUpdate(ModelUpdate.UpdateType type, java.lang.Object data, CellAttribute cellAttr)
-
-
Method Detail
-
getType
public ModelUpdate.UpdateType getType()
-
getData
public java.lang.Object getData()
-
getCellAttr
public CellAttribute getCellAttr()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-