velosurf.validation
Class RowConstraint

java.lang.Object
  extended by velosurf.validation.RowConstraint

public class RowConstraint
extends java.lang.Object

This class encapsulates a constraint on a column or a set of an entity, used to validate data before an update or an insert.

Not used for now.

Author:
Claude Brisson

Constructor Summary
RowConstraint()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowConstraint

public RowConstraint()


~ooOoo~