public interface IDataValidation extends Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object pObj)
Constraint should return true if they represent the same constraint.
|
String |
getConstraintName()
The constraint name e.g.
|
String |
getConstraintType()
The constraint Type e.g.
|
IEntity |
getEntity()
The validated entity
|
int |
hashCode() |
String |
toString() |
IEntity getEntity()
String getConstraintType()
String getConstraintName()
boolean equals(Object pObj)
int hashCode()
hashCode
in class Object
equals(Object)
Copyright © 2016. All Rights Reserved.