org.kuali.student.common.dictionary.old.dto
Class WhenConstraint
java.lang.Object
   org.kuali.student.common.dictionary.old.dto.WhenConstraint
org.kuali.student.common.dictionary.old.dto.WhenConstraint
- All Implemented Interfaces: 
- Serializable
- public class WhenConstraint 
- 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
value
protected String value
constraint
protected ConstraintSelector constraint
WhenConstraint
public WhenConstraint()
getValue
public String getValue()
- 
 
- 
- Returns:
- the value
 
setValue
public void setValue(String value)
- 
 
- 
- Parameters:
- value- the value to set
 
getConstraint
public ConstraintSelector getConstraint()
- 
 
- 
- Returns:
- the constraint
 
setConstraint
public void setConstraint(ConstraintSelector constraint)
- 
 
- 
- Parameters:
- constraint- the constraint to set
 
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.