org.kuali.rice.krad.datadictionary.validation.constraint
Class LookupConstraintParamMapping
java.lang.Object
   org.kuali.rice.krad.datadictionary.validation.constraint.LookupConstraintParamMapping
org.kuali.rice.krad.datadictionary.validation.constraint.LookupConstraintParamMapping
- public class LookupConstraintParamMapping 
- extends Object
This class is a direct copy of one that was in Kuali Student. Look up constraints are currently not implemented.
- Since:
- 1.1
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
fieldPath
protected String fieldPath
paramKey
protected String paramKey
defaultValueList
protected List<String> defaultValueList
defaultValueString
protected String defaultValueString
LookupConstraintParamMapping
public LookupConstraintParamMapping()
getFieldPath
public String getFieldPath()
- 
 
setFieldPath
public void setFieldPath(String fieldPath)
- 
 
getParamKey
public String getParamKey()
- 
 
setParamKey
public void setParamKey(String paramKey)
- 
 
getDefaultValueList
public List<String> getDefaultValueList()
- 
 
setDefaultValueList
public void setDefaultValueList(List<String> defaultValueList)
- 
 
getDefaultValueString
public String getDefaultValueString()
- 
 
setDefaultValueString
public void setDefaultValueString(String defaultValueString)
- 
 
Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.