velosurf.model
Class Entity.FieldConstraintInfo

java.lang.Object
  extended by velosurf.model.Entity.FieldConstraintInfo
Enclosing class:
Entity

private class Entity.FieldConstraintInfo
extends java.lang.Object

constraints


Field Summary
protected  java.lang.String column
           
protected  FieldConstraint constraint
           
 
Constructor Summary
protected Entity.FieldConstraintInfo(java.lang.String col, FieldConstraint constr)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

column

protected java.lang.String column

constraint

protected FieldConstraint constraint
Constructor Detail

Entity.FieldConstraintInfo

protected Entity.FieldConstraintInfo(java.lang.String col,
                                     FieldConstraint constr)


~ooOoo~