Subversion Repositories SmartDukaan

Rev

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

Rev 29964 Rev 29969
Line 7... Line 7...
7
	private String brand;
7
	private String brand;
8
	private long todayPOValue;
8
	private long todayPOValue;
9
	private long todayPOBilledValue;
9
	private long todayPOBilledValue;
10
	private long todayBilledValue;
10
	private long todayBilledValue;
11
 
11
 
-
 
12
	public BrandRegionPOModel() {
-
 
13
	}
-
 
14
 
12
	public BrandRegionPOModel(int warehouseId, String brand, long todayPOValue, long todayPOBilledValue, long todayBilledValue) {
15
	public BrandRegionPOModel(int warehouseId, String brand, long todayPOValue, long todayPOBilledValue, long todayBilledValue) {
13
		this.warehouseId = warehouseId;
16
		this.warehouseId = warehouseId;
14
		this.brand = brand;
17
		this.brand = brand;
15
		this.todayPOValue = todayPOValue;
18
		this.todayPOValue = todayPOValue;
16
		this.todayPOBilledValue = todayPOBilledValue;
19
		this.todayPOBilledValue = todayPOBilledValue;