19 package org.turro.financials.stub;
22 import org.turro.financials.entity.Service;
23 import org.turro.reflection.stub.DefaultStub;
24 import org.turro.reflection.stub.StubSet;
33 private boolean internal;
34 private double structureMargin, profitMargin;
35 private boolean alwaysApply;
36 private Set<ContractStubmin> stores =
new StubSet<>(
ContractStubmin.class);
39 silentlyInitializeValues(service);
55 this.
internal = internal;
59 return structureMargin;
63 this.structureMargin = structureMargin;
71 this.profitMargin = profitMargin;
79 this.alwaysApply = alwaysApply;
86 public void setStores(Set<ContractStubmin> stores) {
ServiceStub(Service service)
Set< ContractStubmin > getStores()
void setName(String name)
double getStructureMargin()
void setStructureMargin(double structureMargin)
void setAlwaysApply(boolean alwaysApply)
void setInternal(boolean internal)
void setStores(Set< ContractStubmin > stores)
void setProfitMargin(double profitMargin)