public class RowStampData
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
RowStampData(RowStampInfo rowStampInfo)
Sets the rowstamp information to be used by this.
|
Modifier and Type | Method and Description |
---|---|
void |
addRowStamp(java.lang.String tableName,
java.lang.Object rowStampValue)
Caches the passed rowstamp value internally.
|
java.lang.Object |
getRowStampValue(java.lang.String tableName)
Returns the rowstamp value for the given table name.
|
java.util.ArrayList<java.lang.Object> |
getRowStampValues()
Return a list of rowstamp numbers.
|
public RowStampData(RowStampInfo rowStampInfo)
rowStampInfo
- the rowstamp information to be used by this.public void addRowStamp(java.lang.String tableName, java.lang.Object rowStampValue)
tableName
- table name that represents the rowstamp value.rowStampValue
- rowstamp value fetched from database.public java.lang.Object getRowStampValue(java.lang.String tableName)
tableName
- table name for which rowstamp value is needed.public java.util.ArrayList<java.lang.Object> getRowStampValues()