public class SheetUpdate
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
SheetUpdate(java.lang.Object rowKey,
int colIndex,
java.lang.Object rowData,
java.lang.Object oldValue,
java.lang.Object newValue)
Constructs an instance representing a single cell update.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other) |
int |
getColIndex()
The colIndex value.
|
java.lang.Object |
getNewValue()
The newValue value.
|
java.lang.Object |
getOldValue()
The oldValue value.
|
java.lang.Object |
getRowData()
The rowData value.
|
java.lang.Object |
getRowKey()
The rowKey value.
|
int |
hashCode() |
java.lang.String |
toString() |
public SheetUpdate(java.lang.Object rowKey, int colIndex, java.lang.Object rowData, java.lang.Object oldValue, java.lang.Object newValue)
rowKey
- the row key of the row being updatedcolIndex
- the column index of the column being updatedrowData
- the rowData associated with the row being updatedoldValue
- the old cell valuenewValue
- the new cell valuepublic java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.Object getRowData()
public java.lang.Object getOldValue()
public java.lang.Object getNewValue()
public java.lang.Object getRowKey()
public int getColIndex()
Copyright © 2011–2018. All rights reserved.