| 1 |  |   | 
  | 2 |  |   | 
  | 3 |  |   | 
  | 4 |  |   | 
  | 5 |  |   | 
  | 6 |  |   | 
  | 7 |  |   | 
  | 8 |  |   | 
  | 9 |  |   | 
  | 10 |  |   | 
  | 11 |  |   | 
  | 12 |  |   | 
  | 13 |  |   | 
  | 14 |  |   | 
  | 15 |  |   | 
  | 16 |  |  package org.kuali.student.common.search.dto; | 
  | 17 |  |   | 
  | 18 |  |  import java.io.Serializable; | 
  | 19 |  |   | 
  | 20 |  |  import javax.xml.bind.annotation.XmlAccessType; | 
  | 21 |  |  import javax.xml.bind.annotation.XmlAccessorType; | 
  | 22 |  |   | 
  | 23 |  |  @XmlAccessorType(XmlAccessType.FIELD) | 
  | 24 | 0 |  public class JoinResultMappingInfo implements Serializable { | 
  | 25 |  |          private static final long serialVersionUID = 1L; | 
  | 26 |  |          private String subSearchKey; | 
  | 27 |  |          private String subSearchResultParam; | 
  | 28 |  |          private String resultParam; | 
  | 29 |  |          public String getSubSearchKey() { | 
  | 30 | 0 |                  return subSearchKey; | 
  | 31 |  |          } | 
  | 32 |  |          public void setSubSearchKey(String subSearchKey) { | 
  | 33 | 0 |                  this.subSearchKey = subSearchKey; | 
  | 34 | 0 |          } | 
  | 35 |  |          public String getSubSearchResultParam() { | 
  | 36 | 0 |                  return subSearchResultParam; | 
  | 37 |  |          } | 
  | 38 |  |          public void setSubSearchResultParam(String subSearchResultParam) { | 
  | 39 | 0 |                  this.subSearchResultParam = subSearchResultParam; | 
  | 40 | 0 |          } | 
  | 41 |  |          public String getResultParam() { | 
  | 42 | 0 |                  return resultParam; | 
  | 43 |  |          } | 
  | 44 |  |          public void setResultParam(String resultParam) { | 
  | 45 | 0 |                  this.resultParam = resultParam; | 
  | 46 | 0 |          } | 
  | 47 |  |  } |