org.kuali.student.common.dictionary.old.dto
Class LookupConstraint

java.lang.Object
  extended by org.kuali.student.common.dictionary.old.dto.LookupConstraint
All Implemented Interfaces:
Serializable

public class LookupConstraint
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  List<LookupKeyConstraint> lookupKey
           
protected  String search
           
protected  String searchField
           
private static long serialVersionUID
           
 
Constructor Summary
LookupConstraint()
           
 
Method Summary
 List<LookupKeyConstraint> getLookupKey()
           
 String getSearch()
           
 String getSearchField()
           
 void setLookupKey(List<LookupKeyConstraint> lookupKey)
           
 void setSearch(String search)
           
 void setSearchField(String searchField)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

search

protected String search

searchField

protected String searchField

lookupKey

protected List<LookupKeyConstraint> lookupKey
Constructor Detail

LookupConstraint

public LookupConstraint()
Method Detail

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.