| 1 |  |  | 
            
  
    | 2 |  |  | 
            
  
    | 3 |  |  | 
            
  
    | 4 |  |  | 
            
  
    | 5 |  |  | 
            
  
    | 6 |  |  | 
            
  
    | 7 |  |  | 
            
  
    | 8 |  |  | 
            
  
    | 9 |  |  | 
            
  
    | 10 |  |  | 
            
  
    | 11 |  |  | 
            
  
    | 12 |  |  | 
            
  
    | 13 |  |  | 
            
  
    | 14 |  |  | 
            
  
    | 15 |  |  | 
            
  
    | 16 |  | package org.kuali.student.contract.model; | 
            
  
    | 17 |  |  | 
            
  
    | 18 |  | import java.util.List; | 
            
  
    | 19 |  |  | 
            
  
    | 20 |  |  | 
            
  
    | 21 |  |  | 
            
  
    | 22 |  | @author | 
            
  
    | 23 |  |  | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 84 (84) | Complexity: 42 | Complexity Density: 1 |  | 
  
  
    | 24 |  | public class OrchObj | 
            
  
    | 25 |  | { | 
            
  
    | 26 |  |  | 
            
  
    | 27 |  | private String parent; | 
            
  
    | 28 |  |  | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 29 | 0 |  public String getParent ()... | 
            
  
    | 30 |  | { | 
            
  
    | 31 | 0 | return parent; | 
            
  
    | 32 |  | } | 
            
  
    | 33 |  |  | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 34 | 0 |  public void setParent (String parent)... | 
            
  
    | 35 |  | { | 
            
  
    | 36 | 0 | this.parent = parent; | 
            
  
    | 37 |  | } | 
            
  
    | 38 |  |  | 
            
  
    | 39 |  | private String card1; | 
            
  
    | 40 |  |  | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 41 | 0 |  public String getCard1 ()... | 
            
  
    | 42 |  | { | 
            
  
    | 43 | 0 | return card1; | 
            
  
    | 44 |  | } | 
            
  
    | 45 |  |  | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 46 | 0 |  public void setCard1 (String card1)... | 
            
  
    | 47 |  | { | 
            
  
    | 48 | 0 | this.card1 = card1; | 
            
  
    | 49 |  | } | 
            
  
    | 50 |  |  | 
            
  
    | 51 |  | private String child; | 
            
  
    | 52 |  |  | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 53 | 0 |  public String getChild ()... | 
            
  
    | 54 |  | { | 
            
  
    | 55 | 0 | return child; | 
            
  
    | 56 |  | } | 
            
  
    | 57 |  |  | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 58 | 0 |  public void setChild (String child)... | 
            
  
    | 59 |  | { | 
            
  
    | 60 | 0 | this.child = child; | 
            
  
    | 61 |  | } | 
            
  
    | 62 |  |  | 
            
  
    | 63 |  | private String card2; | 
            
  
    | 64 |  |  | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 65 | 0 |  public String getCard2 ()... | 
            
  
    | 66 |  | { | 
            
  
    | 67 | 0 | return card2; | 
            
  
    | 68 |  | } | 
            
  
    | 69 |  |  | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 70 | 0 |  public void setCard2 (String card2)... | 
            
  
    | 71 |  | { | 
            
  
    | 72 | 0 | this.card2 = card2; | 
            
  
    | 73 |  | } | 
            
  
    | 74 |  |  | 
            
  
    | 75 |  | private String grandChild; | 
            
  
    | 76 |  |  | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 77 | 0 |  public String getGrandChild ()... | 
            
  
    | 78 |  | { | 
            
  
    | 79 | 0 | return grandChild; | 
            
  
    | 80 |  | } | 
            
  
    | 81 |  |  | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 82 | 0 |  public void setGrandChild (String grandChild)... | 
            
  
    | 83 |  | { | 
            
  
    | 84 | 0 | this.grandChild = grandChild; | 
            
  
    | 85 |  | } | 
            
  
    | 86 |  |  | 
            
  
    | 87 |  | private String desc; | 
            
  
    | 88 |  |  | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 89 | 0 |  public String getDesc ()... | 
            
  
    | 90 |  | { | 
            
  
    | 91 | 0 | return desc; | 
            
  
    | 92 |  | } | 
            
  
    | 93 |  |  | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 94 | 0 |  public void setDesc (String desc)... | 
            
  
    | 95 |  | { | 
            
  
    | 96 | 0 | this.desc = desc; | 
            
  
    | 97 |  | } | 
            
  
    | 98 |  |  | 
            
  
    | 99 |  | private String xmlType; | 
            
  
    | 100 |  |  | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 101 | 0 |  public String getXmlType ()... | 
            
  
    | 102 |  | { | 
            
  
    | 103 | 0 | return xmlType; | 
            
  
    | 104 |  | } | 
            
  
    | 105 |  |  | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 106 | 0 |  public void setXmlType (String xmlType)... | 
            
  
    | 107 |  | { | 
            
  
    | 108 | 0 | this.xmlType = xmlType; | 
            
  
    | 109 |  | } | 
            
  
    | 110 |  |  | 
            
  
    | 111 |  | private String recursions; | 
            
  
    | 112 |  |  | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 113 | 0 |  public String getRecursions ()... | 
            
  
    | 114 |  | { | 
            
  
    | 115 | 0 | return recursions; | 
            
  
    | 116 |  | } | 
            
  
    | 117 |  |  | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 118 | 0 |  public void setRecursions (String recursions)... | 
            
  
    | 119 |  | { | 
            
  
    | 120 | 0 | this.recursions = recursions; | 
            
  
    | 121 |  | } | 
            
  
    | 122 |  |  | 
            
  
    | 123 |  |  | 
            
  
    | 124 |  | private String status; | 
            
  
    | 125 |  |  | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 126 | 0 |  public String getStatus ()... | 
            
  
    | 127 |  | { | 
            
  
    | 128 | 0 | return status; | 
            
  
    | 129 |  | } | 
            
  
    | 130 |  |  | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 131 | 0 |  public void setStatus (String status)... | 
            
  
    | 132 |  | { | 
            
  
    | 133 | 0 | this.status = status; | 
            
  
    | 134 |  | } | 
            
  
    | 135 |  |  | 
            
  
    | 136 |  | private String defaultValue; | 
            
  
    | 137 |  |  | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 138 | 0 |  public String getDefaultValue ()... | 
            
  
    | 139 |  | { | 
            
  
    | 140 | 0 | return defaultValue; | 
            
  
    | 141 |  | } | 
            
  
    | 142 |  |  | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 143 | 0 |  public void setDefaultValue (String defaultValue)... | 
            
  
    | 144 |  | { | 
            
  
    | 145 | 0 | this.defaultValue = defaultValue; | 
            
  
    | 146 |  | } | 
            
  
    | 147 |  |  | 
            
  
    | 148 |  | private String defaultValuePath; | 
            
  
    | 149 |  |  | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 150 | 0 |  public String getDefaultValuePath ()... | 
            
  
    | 151 |  | { | 
            
  
    | 152 | 0 | return defaultValuePath; | 
            
  
    | 153 |  | } | 
            
  
    | 154 |  |  | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 155 | 0 |  public void setDefaultValuePath (String defaultValuePath)... | 
            
  
    | 156 |  | { | 
            
  
    | 157 | 0 | this.defaultValuePath = defaultValuePath; | 
            
  
    | 158 |  | } | 
            
  
    | 159 |  |  | 
            
  
    | 160 |  | private String lookup; | 
            
  
    | 161 |  |  | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 162 | 0 |  public String getLookup ()... | 
            
  
    | 163 |  | { | 
            
  
    | 164 | 0 | return lookup; | 
            
  
    | 165 |  | } | 
            
  
    | 166 |  |  | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 167 | 0 |  public void setLookup (String lookup)... | 
            
  
    | 168 |  | { | 
            
  
    | 169 | 0 | this.lookup = lookup; | 
            
  
    | 170 |  | } | 
            
  
    | 171 |  |  | 
            
  
    | 172 |  | private String lookupContextPath; | 
            
  
    | 173 |  |  | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 174 | 0 |  public String getLookupContextPath ()... | 
            
  
    | 175 |  | { | 
            
  
    | 176 | 0 | return lookupContextPath; | 
            
  
    | 177 |  | } | 
            
  
    | 178 |  |  | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 179 | 0 |  public void setLookupContextPath (String lookupContextPath)... | 
            
  
    | 180 |  | { | 
            
  
    | 181 | 0 | this.lookupContextPath = lookupContextPath; | 
            
  
    | 182 |  | } | 
            
  
    | 183 |  |  | 
            
  
    | 184 |  |  | 
            
  
    | 185 |  | private String dictionaryId; | 
            
  
    | 186 |  |  | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 187 | 0 |  public String getDictionaryId ()... | 
            
  
    | 188 |  | { | 
            
  
    | 189 | 0 | return dictionaryId; | 
            
  
    | 190 |  | } | 
            
  
    | 191 |  |  | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 192 | 0 |  public void setDictionaryId (String dictionaryId)... | 
            
  
    | 193 |  | { | 
            
  
    | 194 | 0 | this.dictionaryId = dictionaryId; | 
            
  
    | 195 |  | } | 
            
  
    | 196 |  |  | 
            
  
    | 197 |  | private List<String> constraintIds; | 
            
  
    | 198 |  |  | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 199 | 0 |  public List<String> getConstraintIds ()... | 
            
  
    | 200 |  | { | 
            
  
    | 201 | 0 | return constraintIds; | 
            
  
    | 202 |  | } | 
            
  
    | 203 |  |  | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 204 | 0 |  public void setConstraintIds (List<String> constraintIds)... | 
            
  
    | 205 |  | { | 
            
  
    | 206 | 0 | this.constraintIds = constraintIds; | 
            
  
    | 207 |  | } | 
            
  
    | 208 |  |  | 
            
  
    | 209 |  | private String messageStructureKey; | 
            
  
    | 210 |  |  | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 211 | 0 |  public String getMessageStructureKey ()... | 
            
  
    | 212 |  | { | 
            
  
    | 213 | 0 | return messageStructureKey; | 
            
  
    | 214 |  | } | 
            
  
    | 215 |  |  | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 216 | 0 |  public void setMessageStructureKey (String messageStructureKey)... | 
            
  
    | 217 |  | { | 
            
  
    | 218 | 0 | this.messageStructureKey = messageStructureKey; | 
            
  
    | 219 |  | } | 
            
  
    | 220 |  |  | 
            
  
    | 221 |  | private String selector; | 
            
  
    | 222 |  |  | 
            
  
    | 223 |  |  | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 224 | 0 |  public String getSelector ()... | 
            
  
    | 225 |  | { | 
            
  
    | 226 | 0 | return selector; | 
            
  
    | 227 |  | } | 
            
  
    | 228 |  |  | 
            
  
    | 229 |  |  | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 230 | 0 |  public void setSelector (String selector)... | 
            
  
    | 231 |  | { | 
            
  
    | 232 | 0 | this.selector = selector; | 
            
  
    | 233 |  | } | 
            
  
    | 234 |  |  | 
            
  
    | 235 |  | private Constraint inlineConstraint; | 
            
  
    | 236 |  |  | 
            
  
    | 237 |  |  | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 238 | 0 |  public Constraint getInlineConstraint ()... | 
            
  
    | 239 |  | { | 
            
  
    | 240 | 0 | return inlineConstraint; | 
            
  
    | 241 |  | } | 
            
  
    | 242 |  |  | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 243 | 0 |  public void setInlineConstraint (Constraint inlineConstraint)... | 
            
  
    | 244 |  | { | 
            
  
    | 245 | 0 | this.inlineConstraint = inlineConstraint; | 
            
  
    | 246 |  | } | 
            
  
    | 247 |  |  | 
            
  
    | 248 |  | private String comments; | 
            
  
    | 249 |  |  | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 250 | 0 |  public String getComments ()... | 
            
  
    | 251 |  | { | 
            
  
    | 252 | 0 | return comments; | 
            
  
    | 253 |  | } | 
            
  
    | 254 |  |  | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 255 | 0 |  public void setComments (String comments)... | 
            
  
    | 256 |  | { | 
            
  
    | 257 | 0 | this.comments = comments; | 
            
  
    | 258 |  | } | 
            
  
    | 259 |  |  | 
            
  
    | 260 |  |  | 
            
  
    | 261 |  | private String id; | 
            
  
    | 262 |  |  | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 263 | 0 |  public String getId ()... | 
            
  
    | 264 |  | { | 
            
  
    | 265 | 0 | return id; | 
            
  
    | 266 |  | } | 
            
  
    | 267 |  |  | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 268 | 0 |  public void setId (String id)... | 
            
  
    | 269 |  | { | 
            
  
    | 270 | 0 | this.id = id; | 
            
  
    | 271 |  | } | 
            
  
    | 272 |  |  | 
            
  
    | 273 |  |  | 
            
  
    | 274 |  | private String writeAccess; | 
            
  
    | 275 |  |  | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 276 | 0 |  public String getWriteAccess ()... | 
            
  
    | 277 |  | { | 
            
  
    | 278 | 0 | return writeAccess; | 
            
  
    | 279 |  | } | 
            
  
    | 280 |  |  | 
               
        |  |  | 
           
           |  | 0% | Uncovered Elements: 1 (1) | Complexity: 1 | Complexity Density: 1 |  | 
  
  
    | 281 | 0 |  public void setWriteAccess (String writeAccess)... | 
            
  
    | 282 |  | { | 
            
  
    | 283 | 0 | this.writeAccess = writeAccess; | 
            
  
    | 284 |  | } | 
            
  
    | 285 |  |  | 
            
  
    | 286 |  | } |