Subversion Repositories SmartDukaan

Rev

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

Rev 6233 Rev 6234
Line 45... Line 45...
45
    
45
    
46
    private void setAmount(long amount) {
46
    private void setAmount(long amount) {
47
        this.amount = amount;
47
        this.amount = amount;
48
    }
48
    }
49
    
49
    
50
    private long getAmount() {
50
    public String getAmount() {
51
        return this.amount;
51
        return amount.toString();
52
    }
52
    }
53
 
53
 
54
    public String create() {
54
    public String create() {
55
        return index();
55
        return index();
56
    }
56
    }