| 1 |  |  | 
            
  
    | 2 |  |  | 
            
  
    | 3 |  |  | 
            
  
    | 4 |  |  | 
            
  
    | 5 |  |  | 
            
  
    | 6 |  |  | 
            
  
    | 7 |  |  | 
            
  
    | 8 |  |  | 
            
  
    | 9 |  |  | 
            
  
    | 10 |  |  | 
            
  
    | 11 |  |  | 
            
  
    | 12 |  |  | 
            
  
    | 13 |  |  | 
            
  
    | 14 |  |  | 
            
  
    | 15 |  |  | 
            
  
    | 16 |  | package org.kuali.student.lum.course.dto; | 
            
  
    | 17 |  |  | 
            
  
    | 18 |  | import java.io.Serializable; | 
            
  
    | 19 |  |  | 
            
  
    | 20 |  | import javax.xml.bind.annotation.XmlAccessType; | 
            
  
    | 21 |  | import javax.xml.bind.annotation.XmlAccessorType; | 
            
  
    | 22 |  | import javax.xml.bind.annotation.XmlAttribute; | 
            
  
    | 23 |  | import javax.xml.bind.annotation.XmlElement; | 
            
  
    | 24 |  |  | 
            
  
    | 25 |  |  | 
            
  
    | 26 |  |  | 
            
  
    | 27 |  |  | 
            
  
    | 28 |  |  | 
            
  
    | 29 |  |  | 
            
  
    | 30 |  |  | 
            
  
    | 31 |  |  | 
            
  
    | 32 |  |  | 
            
  
    | 33 |  |  | 
            
  
    | 34 |  | @XmlAccessorType(XmlAccessType.FIELD) | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 24 (24) | Complexity: 12 | Complexity Density: 1 |  | 
  
  
    | 35 |  | public class CourseJointInfo implements Serializable { | 
            
  
    | 36 |  |  | 
            
  
    | 37 |  | private static final long serialVersionUID = 1L; | 
            
  
    | 38 |  |  | 
            
  
    | 39 |  | @XmlElement | 
            
  
    | 40 |  | private String courseNumberSuffix; | 
            
  
    | 41 |  |  | 
            
  
    | 42 |  | @XmlElement | 
            
  
    | 43 |  | private String courseTitle; | 
            
  
    | 44 |  |  | 
            
  
    | 45 |  | @XmlElement | 
            
  
    | 46 |  | private String subjectArea; | 
            
  
    | 47 |  |  | 
            
  
    | 48 |  | @XmlAttribute | 
            
  
    | 49 |  | private String type; | 
            
  
    | 50 |  |  | 
            
  
    | 51 |  | @XmlAttribute | 
            
  
    | 52 |  | private String courseId; | 
            
  
    | 53 |  |  | 
            
  
    | 54 |  | @XmlAttribute | 
            
  
    | 55 |  | private String relationId; | 
            
  
    | 56 |  |  | 
            
  
    | 57 |  |  | 
            
  
    | 58 |  |  | 
            
  
    | 59 |  |  | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 60 | 0 |  public String getCourseNumberSuffix() {... | 
            
  
    | 61 | 0 | return courseNumberSuffix; | 
            
  
    | 62 |  | } | 
            
  
    | 63 |  |  | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 64 | 0 |  public void setCourseNumberSuffix(String courseNumberSuffix) {... | 
            
  
    | 65 | 0 | this.courseNumberSuffix = courseNumberSuffix; | 
            
  
    | 66 |  | } | 
            
  
    | 67 |  |  | 
            
  
    | 68 |  |  | 
            
  
    | 69 |  |  | 
            
  
    | 70 |  |  | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 71 | 0 |  public String getCourseTitle() {... | 
            
  
    | 72 | 0 | return courseTitle; | 
            
  
    | 73 |  | } | 
            
  
    | 74 |  |  | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 75 | 0 |  public void setCourseTitle(String courseTitle) {... | 
            
  
    | 76 | 0 | this.courseTitle = courseTitle; | 
            
  
    | 77 |  | } | 
            
  
    | 78 |  |  | 
            
  
    | 79 |  |  | 
            
  
    | 80 |  |  | 
            
  
    | 81 |  |  | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 82 | 0 |  public String getSubjectArea() {... | 
            
  
    | 83 | 0 | return subjectArea; | 
            
  
    | 84 |  | } | 
            
  
    | 85 |  |  | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 86 | 0 |  public void setSubjectArea(String subjectArea) {... | 
            
  
    | 87 | 0 | this.subjectArea = subjectArea; | 
            
  
    | 88 |  | } | 
            
  
    | 89 |  |  | 
            
  
    | 90 |  |  | 
            
  
    | 91 |  |  | 
            
  
    | 92 |  |  | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 93 | 0 |  public String getType() {... | 
            
  
    | 94 | 0 | return type; | 
            
  
    | 95 |  | } | 
            
  
    | 96 |  |  | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 97 | 0 |  public void setType(String type) {... | 
            
  
    | 98 | 0 | this.type = type; | 
            
  
    | 99 |  | } | 
            
  
    | 100 |  |  | 
            
  
    | 101 |  |  | 
            
  
    | 102 |  |  | 
            
  
    | 103 |  |  | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 104 | 0 |  public String getCourseId() {... | 
            
  
    | 105 | 0 | return courseId; | 
            
  
    | 106 |  | } | 
            
  
    | 107 |  |  | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 108 | 0 |  public void setCourseId(String courseId) {... | 
            
  
    | 109 | 0 | this.courseId = courseId; | 
            
  
    | 110 |  | } | 
            
  
    | 111 |  |  | 
            
  
    | 112 |  |  | 
            
  
    | 113 |  |  | 
            
  
    | 114 |  |  | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 115 | 0 |  public String getRelationId() {... | 
            
  
    | 116 | 0 | return relationId; | 
            
  
    | 117 |  | } | 
            
  
    | 118 |  |  | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 119 | 0 |  public void setRelationId(String relationId) {... | 
            
  
    | 120 | 0 | this.relationId = relationId; | 
            
  
    | 121 |  | } | 
            
  
    | 122 |  | } |