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

java.lang.Object
  extended by org.kuali.student.common.dictionary.dto.WhenConstraint

public class WhenConstraint
extends Object


Field Summary
protected  Constraint constraint
           
protected  String valuePath
           
protected  List<Object> values
           
 
Constructor Summary
WhenConstraint()
           
 
Method Summary
 Constraint getConstraint()
           
 String getValuePath()
           
 List<Object> getValues()
           
 void setConstraint(Constraint constraint)
           
 void setValue(Object value)
           
 void setValuePath(String valuePath)
           
 void setValues(List<Object> values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

values

protected List<Object> values

valuePath

protected String valuePath

constraint

protected Constraint constraint
Constructor Detail

WhenConstraint

public WhenConstraint()
Method Detail

getValues

public List<Object> getValues()

setValues

public void setValues(List<Object> values)

setValue

public void setValue(Object value)

getValuePath

public String getValuePath()

setValuePath

public void setValuePath(String valuePath)

getConstraint

public Constraint getConstraint()

setConstraint

public void setConstraint(Constraint constraint)


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