org.kuali.student.common.dictionary.old.dto
Class LookupConstraint
java.lang.Object
org.kuali.student.common.dictionary.old.dto.LookupConstraint
- All Implemented Interfaces:
- Serializable
public class LookupConstraint
- 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
search
protected String search
searchField
protected String searchField
lookupKey
protected List<LookupKeyConstraint> lookupKey
LookupConstraint
public LookupConstraint()
getSearch
public String getSearch()
- Returns:
- the search
setSearch
public void setSearch(String search)
- Parameters:
search
- the search to set
getLookupKey
public List<LookupKeyConstraint> getLookupKey()
- Returns:
- the lookupKey
setLookupKey
public void setLookupKey(List<LookupKeyConstraint> lookupKey)
- Parameters:
lookupKey
- the lookupKey to set
getSearchField
public String getSearchField()
- Returns:
- the searchField
setSearchField
public void setSearchField(String searchField)
- Parameters:
searchField
- the searchField to set
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.