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