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