Subversion Repositories SmartDukaan

Rev

Rev 33879 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 33879 Rev 33908
Line 62... Line 62...
62
        this.brand = brand;
62
        this.brand = brand;
63
    }
63
    }
64
 
64
 
65
    @Override
65
    @Override
66
    public String toString() {
66
    public String toString() {
67
        return "BrandMaster{" +
67
        return "BrandCommit{" +
68
                "id=" + id +
68
                "id=" + id +
69
                ", Brand='" + brand + '\'' +
69
                ", brand='" + brand + '\'' +
-
 
70
                ", nocRequired=" + nocRequired +
-
 
71
                ", active=" + active +
70
                '}';
72
                '}';
71
    }
73
    }
72
}
74
}