org.kuali.student.core.dictionary.dto
Class ValidCharsConstraint

java.lang.Object
  extended by org.kuali.student.core.dictionary.dto.BaseConstraint
      extended by org.kuali.student.core.dictionary.dto.ValidCharsConstraint

public class ValidCharsConstraint
extends BaseConstraint


Field Summary
protected  String value
           
 
Fields inherited from class org.kuali.student.core.dictionary.dto.BaseConstraint
labelKey
 
Constructor Summary
ValidCharsConstraint()
           
 
Method Summary
 String getValue()
           
 void setValue(String value)
           
 
Methods inherited from class org.kuali.student.core.dictionary.dto.BaseConstraint
getLabelKey, setLabelKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected String value
Constructor Detail

ValidCharsConstraint

public ValidCharsConstraint()
Method Detail

getValue

public String getValue()
Returns:
the value

setValue

public void setValue(String value)
Parameters:
value - the value to set


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.