Subversion Repositories SmartDukaan

Rev

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

Rev 32159 Rev 32162
Line 29... Line 29...
29
        this.hsnCode = hsnCode;
29
        this.hsnCode = hsnCode;
30
    }
30
    }
31
 
31
 
32
    @Override
32
    @Override
33
    public String toString() {
33
    public String toString() {
34
        return "WarehouseStockModel{" +
34
        return "WarehouseStockQtyModel {" +
35
                "itemId=" + itemId +
35
                "itemId=" + itemId +
36
                ", brand='" + brand + '\'' +
36
                ", brand='" + brand + '\'' +
37
                ", modelName='" + modelName + '\'' +
37
                ", modelName='" + modelName + '\'' +
38
                ", modelNumber='" + modelNumber + '\'' +
38
                ", modelNumber='" + modelNumber + '\'' +
39
                ", color='" + color + '\'' +
39
                ", color='" + color + '\'' +