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 obj) |
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 int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.Object getRowData()
public java.lang.Object getOldValue()
public java.lang.Object getNewValue()
public java.lang.Object getRowKey()
public int getColIndex()
Copyright © 2011–2021. All rights reserved.