Subversion Repositories SmartDukaan

Rev

Rev 31920 | Rev 31989 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 31920 Rev 31988
Line 66... Line 66...
66
    public void setPaidAmount(double paidAmount) {
66
    public void setPaidAmount(double paidAmount) {
67
        this.paidAmount = paidAmount;
67
        this.paidAmount = paidAmount;
68
    }
68
    }
69
 
69
 
70
    public double getFixedAmount() {
70
    public double getFixedAmount() {
71
        return 0;
-
 
72
        //return schemePayouts.stream().filter(x->x.get)
71
        return this.getFixedAmount();
73
    }
72
    }
74
 
73
 
75
    public void setFixedAmount(double fixedAmount) {
74
    public void setFixedAmount(double fixedAmount) {
76
        this.fixedAmount = fixedAmount;
75
        this.fixedAmount = fixedAmount;
77
    }
76
    }