private static class DynamicValidationHelper.ValExprCacheKey
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
hashCode
Hash code.
|
private java.lang.Class |
validatedBufferDMOClass
DMO class of the validated buffer.
|
private java.lang.String |
validatedProperty
Property name of the validate field.
|
private java.lang.String |
validateExpression
Validation expression.
|
| Constructor and Description |
|---|
ValExprCacheKey(java.lang.String validateExpression,
RecordBuffer rbuf,
java.lang.String validatedProperty)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Checks whether some other object is "equal to" this one.
|
int |
hashCode()
Get hash code for this cache key.
|
java.lang.String |
toString()
Return a string representation of this object.
|
private final java.lang.String validateExpression
private final java.lang.Class validatedBufferDMOClass
private final java.lang.String validatedProperty
private final int hashCode
ValExprCacheKey(java.lang.String validateExpression,
RecordBuffer rbuf,
java.lang.String validatedProperty)
validateExpression - Validation expression.rbuf - Validated record buffer.validatedProperty - Property name of the validate field.public boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - Another object to compare to.true if this object is the same as the obj argument.public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object