org.kuali.student.r1.common.dictionary.old.dto
Class ValidCharsConstraint

java.lang.Object
  extended by org.kuali.student.r1.common.dictionary.old.dto.ValidCharsConstraint
All Implemented Interfaces:
Serializable

Deprecated.

@Deprecated
public class ValidCharsConstraint
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  String fields
          Deprecated.  
protected  String separator
          Deprecated.  
protected  String value
          Deprecated.  
 
Constructor Summary
ValidCharsConstraint()
          Deprecated.  
 
Method Summary
 String getFields()
          Deprecated.  
 String getSeparator()
          Deprecated.  
 String getValue()
          Deprecated.  
 void setFields(String fields)
          Deprecated.  
 void setSeparator(String separator)
          Deprecated.  
 void setValue(String value)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fields

protected String fields
Deprecated. 

separator

protected String separator
Deprecated. 

value

protected String value
Deprecated. 
Constructor Detail

ValidCharsConstraint

public ValidCharsConstraint()
Deprecated. 
Method Detail

getFields

public String getFields()
Deprecated. 
Returns:
the fields

setFields

public void setFields(String fields)
Deprecated. 
Parameters:
fields - the fields to set

getSeparator

public String getSeparator()
Deprecated. 
Returns:
the separator

setSeparator

public void setSeparator(String separator)
Deprecated. 
Parameters:
separator - the separator to set

getValue

public String getValue()
Deprecated. 
Returns:
the value

setValue

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


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.