19 package org.turro.financials.stub;
21 import java.util.Date;
22 import org.turro.financials.entity.FixedAssetDepreciation;
23 import org.turro.reflection.stub.DefaultStub;
31 private Date depreciationDate;
32 private double perCent;
33 private String comment;
36 silentlyInitializeValues(fixedAssetDepreciation);
40 return depreciationDate;
44 this.depreciationDate = depreciationDate;
52 this.perCent = perCent;
60 this.comment = comment;
void setPerCent(double perCent)
void setComment(String comment)
void setDepreciationDate(Date depreciationDate)
FixedAssetDepreciationStub(FixedAssetDepreciation fixedAssetDepreciation)
Date getDepreciationDate()