Subversion Repositories SmartDukaan

Rev

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

Rev 31989 Rev 31990
Line 72... Line 72...
72
    public void setPaidAmount(double paidAmount) {
72
    public void setPaidAmount(double paidAmount) {
73
        this.paidAmount = paidAmount;
73
        this.paidAmount = paidAmount;
74
    }
74
    }
75
 
75
 
76
    public double getFixedAmount() {
76
    public double getFixedAmount() {
77
        return this.getFixedAmount();
77
        return this.fixedAmount;
78
    }
78
    }
79
 
79
 
80
    public void setFixedAmount(double fixedAmount) {
80
    public void setFixedAmount(double fixedAmount) {
81
        this.fixedAmount = fixedAmount;
81
        this.fixedAmount = fixedAmount;
82
    }
82
    }