Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
LookupConstraint |
|
| 0.0;0 |
1 | package org.kuali.student.common.dictionary.dto; | |
2 | ||
3 | import javax.xml.bind.annotation.XmlAccessType; | |
4 | import javax.xml.bind.annotation.XmlAccessorType; | |
5 | ||
6 | ||
7 | ||
8 | @XmlAccessorType(XmlAccessType.FIELD) | |
9 | 0 | public class LookupConstraint extends CommonLookup{ |
10 | ||
11 | ||
12 | private static final long serialVersionUID = 1L; | |
13 | // private String searchTypeId; // id of search type defined in search xml | |
14 | // private String resultReturnKey; // key of searchResultColumn to map back to | |
15 | // // this field | |
16 | // protected List<LookupConstraintParamMapping> lookupParams; // maps fields to | |
17 | // // search | |
18 | // // params? | |
19 | // | |
20 | // public List<LookupConstraintParamMapping> getLookupParams() { | |
21 | // return lookupParams; | |
22 | // } | |
23 | // | |
24 | // public void setLookupParams(List<LookupConstraintParamMapping> lookupParams) { | |
25 | // this.lookupParams = lookupParams; | |
26 | // } | |
27 | } |