19 package org.turro.financials.stub;
21 import java.util.HashSet;
23 import org.turro.financials.entity.ContractExpiry;
24 import org.turro.reflection.stub.DefaultStub;
33 private String concept;
34 private int daysToAdd, dayOfWeek;
35 private double percentValue, amountValue;
36 private Set<Integer> daysOfMonth =
new HashSet<>();
37 private Set<Integer> excludedMonths =
new HashSet<>();
40 silentlyInitializeValues(
this);
48 this.lineType = lineType;
56 this.concept = concept;
64 this.daysToAdd = daysToAdd;
72 this.dayOfWeek = dayOfWeek;
80 this.percentValue = percentValue;
88 this.amountValue = amountValue;
96 this.daysOfMonth = daysOfMonth;
100 return excludedMonths;
104 this.excludedMonths = excludedMonths;
void setExcludedMonths(Set< Integer > excludedMonths)
void setDaysToAdd(int daysToAdd)
void setAmountValue(double amountValue)
ContractExpiryStub(ContractExpiry contractExpiry)
LineTypeStubmin getLineType()
void setPercentValue(double percentValue)
void setConcept(String concept)
Set< Integer > getDaysOfMonth()
void setDaysOfMonth(Set< Integer > daysOfMonth)
void setDayOfWeek(int dayOfWeek)
void setLineType(LineTypeStubmin lineType)
Set< Integer > getExcludedMonths()