it.amattioli.dominate.validation
Class DefaultConstraint

Show UML class diagram
java.lang.Object
  extended by it.amattioli.dominate.validation.DefaultConstraint
All Implemented Interfaces:
Constraint

public class DefaultConstraint
extends Object
implements Constraint


Constructor Summary
DefaultConstraint()
           
 
Method Summary
 void addParameter(String name, Object value)
           
 String getName()
           
 Object getParameter(String name)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultConstraint

public DefaultConstraint()
Method Detail

getName

public String getName()
Specified by:
getName in interface Constraint

setName

public void setName(String name)

addParameter

public void addParameter(String name,
                         Object value)

getParameter

public Object getParameter(String name)
Specified by:
getParameter in interface Constraint


Copyright © 2011. All Rights Reserved.