Modifier and Type | Field and Description |
---|---|
protected String |
dataName |
protected Object |
dataValue |
protected String |
dataValueHash |
protected String |
documentIdentifierHash |
Constructor and Description |
---|
Carrydown.ValueRecord(String documentIdentifierHash,
String dataName,
String dataValueHash,
Object dataValue) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDataName() |
Object |
getDataValue() |
String |
getDataValueHash() |
String |
getDocumentIDHash() |
int |
hashCode() |
protected String documentIdentifierHash
protected String dataName
protected String dataValueHash
protected Object dataValue