org.kuali.rice.krad.datadictionary.validation.constraint
Class CommonLookup
java.lang.Object
   org.kuali.rice.krad.datadictionary.validation.constraint.CommonLookup
org.kuali.rice.krad.datadictionary.validation.constraint.CommonLookup
- All Implemented Interfaces: 
- Serializable
- Direct Known Subclasses: 
- LookupConstraint
- public class CommonLookup 
- extends Object- implements Serializable
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)
- See Also:
- Serialized Form
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
CommonLookup
public CommonLookup()
getSearchTypeId
public String getSearchTypeId()
- 
 
- 
 
setSearchTypeId
public void setSearchTypeId(String searchTypeId)
- 
 
- 
 
getResultReturnKey
public String getResultReturnKey()
- 
 
- 
 
setResultReturnKey
public void setResultReturnKey(String resultReturnKey)
- 
 
- 
 
getParams
public List<CommonLookupParam> getParams()
- 
 
- 
 
setParams
public void setParams(List<CommonLookupParam> params)
- 
 
- 
 
getId
public String getId()
- 
 
- 
 
setId
public void setId(String id)
- 
 
- 
 
getName
public String getName()
- 
 
- 
 
setName
public void setName(String name)
- 
 
- 
 
getDesc
public String getDesc()
- 
 
- 
 
setDesc
public void setDesc(String desc)
- 
 
- 
 
getSearchParamIdKey
public String getSearchParamIdKey()
- 
 
- 
 
setSearchParamIdKey
public void setSearchParamIdKey(String searchParamIdKey)
- 
 
- 
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.