1 package org.opencrx.kernel.activity1.cci; 14 15 public interface EffortEstimate 16 extends 17 org.opencrx.kernel.base.cci.SecureObject, 18 org.openmdx.base.cci.BasicObject { 19 26 public String getDescription( 27 ); 28 29 33 34 39 public void setDescription( 40 String newValue 41 ); 42 43 50 public Integer getEstimateEffortHours( 51 ); 52 53 57 58 63 public void setEstimateEffortHours( 64 Integer newValue 65 ); 66 67 74 public Integer getEstimateEffortMinutes( 75 ); 76 77 81 82 87 public void setEstimateEffortMinutes( 88 Integer newValue 89 ); 90 91 98 public Integer getEstimateMaxDeviation( 99 ); 100 101 105 106 111 public void setEstimateMaxDeviation( 112 Integer newValue 113 ); 114 115 122 public Boolean isMain( 123 ); 124 125 129 130 135 public void setMain( 136 Boolean newValue 137 ); 138 139 147 public String getName( 148 ); 149 150 158 public void setName( 159 String newValue 160 ); 161 162 169 public java.util.List getSelector( 170 ); 171 172 177 public String getSelector( 178 int index 179 ); 180 181 188 public void setSelector( 189 java.util.List newValue 190 ); 191 192 196 public void setSelector( 197 String [] newValue 198 ); 199 200 } 204 | Popular Tags |