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

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

Deprecated.

@Deprecated
public class CaseConstraint
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  String field
          Deprecated.  
protected  String operator
          Deprecated.  
protected  List<WhenConstraint> whenConstraint
          Deprecated.  
 
Constructor Summary
CaseConstraint()
          Deprecated.  
 
Method Summary
 String getField()
          Deprecated.  
 String getOperator()
          Deprecated.  
 List<WhenConstraint> getWhenConstraint()
          Deprecated.  
 void setField(String field)
          Deprecated.  
 void setOperator(String operator)
          Deprecated.  
 void setWhenConstraint(List<WhenConstraint> whenConstraint)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

whenConstraint

protected List<WhenConstraint> whenConstraint
Deprecated. 

field

protected String field
Deprecated. 

operator

protected String operator
Deprecated. 
Constructor Detail

CaseConstraint

public CaseConstraint()
Deprecated. 
Method Detail

getWhenConstraint

public List<WhenConstraint> getWhenConstraint()
Deprecated. 
Returns:
the whenConstraint

setWhenConstraint

public void setWhenConstraint(List<WhenConstraint> whenConstraint)
Deprecated. 
Parameters:
whenConstraint - the whenConstraint to set

getField

public String getField()
Deprecated. 
Returns:
the field

setField

public void setField(String field)
Deprecated. 
Parameters:
field - the field to set

getOperator

public String getOperator()
Deprecated. 
Returns:
the operator

setOperator

public void setOperator(String operator)
Deprecated. 
Parameters:
operator - the operator to set


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