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   215   42   1
0   151   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    private String parent;
27   
 
28  0 toggle public String getParent() {
29  0 return parent;
30    }
31   
 
32  0 toggle public void setParent(String parent) {
33  0 this.parent = parent;
34    }
35    private String card1;
36   
 
37  0 toggle public String getCard1() {
38  0 return card1;
39    }
40   
 
41  0 toggle public void setCard1(String card1) {
42  0 this.card1 = card1;
43    }
44    private String child;
45   
 
46  0 toggle public String getChild() {
47  0 return child;
48    }
49   
 
50  0 toggle public void setChild(String child) {
51  0 this.child = child;
52    }
53    private String card2;
54   
 
55  0 toggle public String getCard2() {
56  0 return card2;
57    }
58   
 
59  0 toggle public void setCard2(String card2) {
60  0 this.card2 = card2;
61    }
62    private String grandChild;
63   
 
64  0 toggle public String getGrandChild() {
65  0 return grandChild;
66    }
67   
 
68  0 toggle public void setGrandChild(String grandChild) {
69  0 this.grandChild = grandChild;
70    }
71    private String desc;
72   
 
73  0 toggle public String getDesc() {
74  0 return desc;
75    }
76   
 
77  0 toggle public void setDesc(String desc) {
78  0 this.desc = desc;
79    }
80    private String xmlType;
81   
 
82  0 toggle public String getXmlType() {
83  0 return xmlType;
84    }
85   
 
86  0 toggle public void setXmlType(String xmlType) {
87  0 this.xmlType = xmlType;
88    }
89    private String recursions;
90   
 
91  0 toggle public String getRecursions() {
92  0 return recursions;
93    }
94   
 
95  0 toggle public void setRecursions(String recursions) {
96  0 this.recursions = recursions;
97    }
98    private String status;
99   
 
100  0 toggle public String getStatus() {
101  0 return status;
102    }
103   
 
104  0 toggle public void setStatus(String status) {
105  0 this.status = status;
106    }
107    private String defaultValue;
108   
 
109  0 toggle public String getDefaultValue() {
110  0 return defaultValue;
111    }
112   
 
113  0 toggle public void setDefaultValue(String defaultValue) {
114  0 this.defaultValue = defaultValue;
115    }
116    private String defaultValuePath;
117   
 
118  0 toggle public String getDefaultValuePath() {
119  0 return defaultValuePath;
120    }
121   
 
122  0 toggle public void setDefaultValuePath(String defaultValuePath) {
123  0 this.defaultValuePath = defaultValuePath;
124    }
125    private String lookup;
126   
 
127  0 toggle public String getLookup() {
128  0 return lookup;
129    }
130   
 
131  0 toggle public void setLookup(String lookup) {
132  0 this.lookup = lookup;
133    }
134    private String lookupContextPath;
135   
 
136  0 toggle public String getLookupContextPath() {
137  0 return lookupContextPath;
138    }
139   
 
140  0 toggle public void setLookupContextPath(String lookupContextPath) {
141  0 this.lookupContextPath = lookupContextPath;
142    }
143    private String dictionaryId;
144   
 
145  0 toggle public String getDictionaryId() {
146  0 return dictionaryId;
147    }
148   
 
149  0 toggle public void setDictionaryId(String dictionaryId) {
150  0 this.dictionaryId = dictionaryId;
151    }
152    private List<String> constraintIds;
153   
 
154  0 toggle public List<String> getConstraintIds() {
155  0 return constraintIds;
156    }
157   
 
158  0 toggle public void setConstraintIds(List<String> constraintIds) {
159  0 this.constraintIds = constraintIds;
160    }
161    private String messageStructureKey;
162   
 
163  0 toggle public String getMessageStructureKey() {
164  0 return messageStructureKey;
165    }
166   
 
167  0 toggle public void setMessageStructureKey(String messageStructureKey) {
168  0 this.messageStructureKey = messageStructureKey;
169    }
170    private String selector;
171   
 
172  0 toggle public String getSelector() {
173  0 return selector;
174    }
175   
 
176  0 toggle public void setSelector(String selector) {
177  0 this.selector = selector;
178    }
179    private Constraint inlineConstraint;
180   
 
181  0 toggle public Constraint getInlineConstraint() {
182  0 return inlineConstraint;
183    }
184   
 
185  0 toggle public void setInlineConstraint(Constraint inlineConstraint) {
186  0 this.inlineConstraint = inlineConstraint;
187    }
188    private String comments;
189   
 
190  0 toggle public String getComments() {
191  0 return comments;
192    }
193   
 
194  0 toggle public void setComments(String comments) {
195  0 this.comments = comments;
196    }
197    private String id;
198   
 
199  0 toggle public String getId() {
200  0 return id;
201    }
202   
 
203  0 toggle public void setId(String id) {
204  0 this.id = id;
205    }
206    private String writeAccess;
207   
 
208  0 toggle public String getWriteAccess() {
209  0 return writeAccess;
210    }
211   
 
212  0 toggle public void setWriteAccess(String writeAccess) {
213  0 this.writeAccess = writeAccess;
214    }
215    }