1 package org.opencrx.kernel.forecast1.cci; 14 15 public interface Budget 16 extends 17 org.opencrx.kernel.generic.cci.CrxObject { 18 26 public org.opencrx.kernel.account1.cci.Account getAccount( 27 ); 28 29 37 public void setAccount( 38 org.opencrx.kernel.account1.cci.Account newValue 39 ); 40 41 48 public void removeAccount ( 49 ); 50 51 59 public java.math.BigDecimal getActualValue( 60 ); 61 62 70 public void setActualValue( 71 java.math.BigDecimal newValue 72 ); 73 74 84 public org.opencrx.kernel.forecast1.cci.BudgetMilestone getBudgetMilestone( 85 String name 86 ); 87 88 97 public java.util.Collection getBudgetMilestone( 98 ); 99 100 107 public java.util.List getBudgetMilestone( 108 org.opencrx.kernel.forecast1.cci.BudgetMilestoneFilter filter 109 ); 110 111 119 public void addBudgetMilestone ( 120 String name, 121 org.opencrx.kernel.forecast1.cci.BudgetMilestone newValue 122 ); 123 124 131 public void addBudgetMilestone ( 132 org.opencrx.kernel.forecast1.cci.BudgetMilestone newValue 133 ); 134 135 141 public void removeBudgetMilestone ( 142 String name 143 ); 144 152 public short getBudgetType( 153 ); 154 155 163 public void setBudgetType( 164 short newValue 165 ); 166 167 175 public java.util.Date getEndingAt( 176 ); 177 178 186 public void setEndingAt( 187 java.util.Date newValue 188 ); 189 190 198 public java.util.Date getStartingFrom( 199 ); 200 201 209 public void setStartingFrom( 210 java.util.Date newValue 211 ); 212 213 221 public java.math.BigDecimal getTargetValue( 222 ); 223 224 232 public void setTargetValue( 233 java.math.BigDecimal newValue 234 ); 235 236 244 public org.opencrx.kernel.account1.cci.OrganizationalUnit getToBeFulfilledByOrganizationalUnit( 245 ); 246 247 255 public void setToBeFulfilledByOrganizationalUnit( 256 org.opencrx.kernel.account1.cci.OrganizationalUnit newValue 257 ); 258 259 266 public void removeToBeFulfilledByOrganizationalUnit ( 267 ); 268 269 277 public String getUnderlying( 278 ); 279 280 288 public void setUnderlying( 289 String newValue 290 ); 291 292 } 296 | Popular Tags |