org.kuali.student.common.dictionary.old.dto
Class ValidCharsConstraint
java.lang.Object
   org.kuali.student.common.dictionary.old.dto.ValidCharsConstraint
org.kuali.student.common.dictionary.old.dto.ValidCharsConstraint
- All Implemented Interfaces: 
- Serializable
- public class ValidCharsConstraint 
- extends Object- implements Serializable
- See Also:
- Serialized Form
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
fields
protected String fields
separator
protected String separator
value
protected String value
ValidCharsConstraint
public ValidCharsConstraint()
getFields
public String getFields()
- 
 
- 
- Returns:
- the fields
 
setFields
public void setFields(String fields)
- 
 
- 
- Parameters:
- fields- the fields to set
 
getSeparator
public String getSeparator()
- 
 
- 
- Returns:
- the separator
 
setSeparator
public void setSeparator(String separator)
- 
 
- 
- Parameters:
- separator- the separator to set
 
getValue
public String getValue()
- 
 
- 
- Returns:
- the value
 
setValue
public void setValue(String value)
- 
 
- 
- Parameters:
- value- the value to set
 
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.