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