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

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

Deprecated.

@Deprecated
public class LookupConstraint
extends Object
implements Serializable

See Also:
Serialized Form

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

Field Detail

search

protected String search
Deprecated. 

searchField

protected String searchField
Deprecated. 

lookupKey

protected List<LookupKeyConstraint> lookupKey
Deprecated. 
Constructor Detail

LookupConstraint

public LookupConstraint()
Deprecated. 
Method Detail

getSearch

public String getSearch()
Deprecated. 
Returns:
the search

setSearch

public void setSearch(String search)
Deprecated. 
Parameters:
search - the search to set

getLookupKey

public List<LookupKeyConstraint> getLookupKey()
Deprecated. 
Returns:
the lookupKey

setLookupKey

public void setLookupKey(List<LookupKeyConstraint> lookupKey)
Deprecated. 
Parameters:
lookupKey - the lookupKey to set

getSearchField

public String getSearchField()
Deprecated. 
Returns:
the searchField

setSearchField

public void setSearchField(String searchField)
Deprecated. 
Parameters:
searchField - the searchField to set


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