19 package org.turro.financials.stub;
22 import org.turro.financials.entity.Department;
23 import org.turro.reflection.stub.DefaultStub;
24 import org.turro.reflection.stub.StubSet;
32 private double structureMargin, profitMargin;
33 private boolean alwaysApply;
35 private Set<ContractStubmin> stores =
new StubSet<>(
ContractStubmin.class);
38 silentlyInitializeValues(department);
42 return structureMargin;
46 this.structureMargin = structureMargin;
54 this.profitMargin = profitMargin;
62 this.alwaysApply = alwaysApply;
77 public void setStores(Set<ContractStubmin> stores) {
void setStores(Set< ContractStubmin > stores)
Set< ContractStubmin > getStores()
double getStructureMargin()
DepartmentStub(Department department)
void setAlwaysApply(boolean alwaysApply)
void setStructureMargin(double structureMargin)
void setName(String name)
void setProfitMargin(double profitMargin)