org.kuali.student.common.dictionary.old.dto
Class CaseConstraint
java.lang.Object
org.kuali.student.common.dictionary.old.dto.CaseConstraint
- All Implemented Interfaces:
- Serializable
public class CaseConstraint
- 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
whenConstraint
protected List<WhenConstraint> whenConstraint
field
protected String field
operator
protected String operator
CaseConstraint
public CaseConstraint()
getWhenConstraint
public List<WhenConstraint> getWhenConstraint()
- Returns:
- the whenConstraint
setWhenConstraint
public void setWhenConstraint(List<WhenConstraint> whenConstraint)
- Parameters:
whenConstraint
- the whenConstraint to set
getField
public String getField()
- Returns:
- the field
setField
public void setField(String field)
- Parameters:
field
- the field to set
getOperator
public String getOperator()
- Returns:
- the operator
setOperator
public void setOperator(String operator)
- Parameters:
operator
- the operator to set
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.