|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.student.r1.common.dictionary.old.dto.LookupConstraint
@Deprecated public class LookupConstraint
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 |
---|
protected String search
protected String searchField
protected List<LookupKeyConstraint> lookupKey
Constructor Detail |
---|
public LookupConstraint()
Method Detail |
---|
public String getSearch()
public void setSearch(String search)
search
- the search to setpublic List<LookupKeyConstraint> getLookupKey()
public void setLookupKey(List<LookupKeyConstraint> lookupKey)
lookupKey
- the lookupKey to setpublic String getSearchField()
public void setSearchField(String searchField)
searchField
- the searchField to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |