org.kuali.student.common.dictionary.old.dto
Class WhenConstraint

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

public class WhenConstraint
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  ConstraintSelector constraint
           
private static long serialVersionUID
           
protected  String value
           
 
Constructor Summary
WhenConstraint()
           
 
Method Summary
 ConstraintSelector getConstraint()
           
 String getValue()
           
 void setConstraint(ConstraintSelector constraint)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

value

protected String value

constraint

protected ConstraintSelector constraint
Constructor Detail

WhenConstraint

public WhenConstraint()
Method Detail

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-2011 The Kuali Foundation. All Rights Reserved.