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

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

Deprecated.

@Deprecated
public class WhenConstraint
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  ConstraintSelector constraint
          Deprecated.  
protected  String value
          Deprecated.  
 
Constructor Summary
WhenConstraint()
          Deprecated.  
 
Method Summary
 ConstraintSelector getConstraint()
          Deprecated.  
 String getValue()
          Deprecated.  
 void setConstraint(ConstraintSelector constraint)
          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

value

protected String value
Deprecated. 

constraint

protected ConstraintSelector constraint
Deprecated. 
Constructor Detail

WhenConstraint

public WhenConstraint()
Deprecated. 
Method Detail

getValue

public String getValue()
Deprecated. 
Returns:
the value

setValue

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

getConstraint

public ConstraintSelector getConstraint()
Deprecated. 
Returns:
the constraint

setConstraint

public void setConstraint(ConstraintSelector constraint)
Deprecated. 
Parameters:
constraint - the constraint to set


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