| 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) | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 8 (8) | Complexity: 4 | Complexity Density: 1 |  | 
  
  
    | 24 |  | public class SubSearchParamMappingInfo implements Serializable { | 
            
  
    | 25 |  | private static final long serialVersionUID = 1L; | 
            
  
    | 26 |  | private String crossSearchParam; | 
            
  
    | 27 |  | private String subSearchParam; | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 28 | 0 |  public String getCrossSearchParam() {... | 
            
  
    | 29 | 0 | return crossSearchParam; | 
            
  
    | 30 |  | } | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 31 | 0 |  public void setCrossSearchParam(String crossSearchParam) {... | 
            
  
    | 32 | 0 | this.crossSearchParam = crossSearchParam; | 
            
  
    | 33 |  | } | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 34 | 0 |  public String getSubSearchParam() {... | 
            
  
    | 35 | 0 | return subSearchParam; | 
            
  
    | 36 |  | } | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 37 | 0 |  public void setSubSearchParam(String subSearchParam) {... | 
            
  
    | 38 | 0 | this.subSearchParam = subSearchParam; | 
            
  
    | 39 |  | } | 
            
  
    | 40 |  | } |