org.hibernate.validator.cfg.defs
Class DecimalMinDef

java.lang.Object
  extended by org.hibernate.validator.cfg.ConstraintDef<DecimalMin>
      extended by org.hibernate.validator.cfg.defs.DecimalMinDef

public class DecimalMinDef
extends ConstraintDef<DecimalMin>

Author:
Hardy Ferentschik

Field Summary
 
Fields inherited from class org.hibernate.validator.cfg.ConstraintDef
beanType, constraintType, elementType, mapping, parameters, property
 
Constructor Summary
DecimalMinDef(Class<?> beanType, String property, ElementType elementType, ConstraintMapping mapping)
           
 
Method Summary
 DecimalMinDef groups(Class<?>... groups)
           
 DecimalMinDef message(String message)
           
 DecimalMinDef payload(Class<? extends Payload>... payload)
           
 DecimalMinDef value(String min)
           
 
Methods inherited from class org.hibernate.validator.cfg.ConstraintDef
addParameter, constraint, property, toString, type, valid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DecimalMinDef

public DecimalMinDef(Class<?> beanType,
                     String property,
                     ElementType elementType,
                     ConstraintMapping mapping)
Method Detail

message

public DecimalMinDef message(String message)
Overrides:
message in class ConstraintDef<DecimalMin>

groups

public DecimalMinDef groups(Class<?>... groups)
Overrides:
groups in class ConstraintDef<DecimalMin>

payload

public DecimalMinDef payload(Class<? extends Payload>... payload)
Overrides:
payload in class ConstraintDef<DecimalMin>

value

public DecimalMinDef value(String min)


Copyright © 2007-2010 Red Hat Middleware, LLC. All Rights Reserved