Subversion Repositories SmartDukaan

Rev

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

Rev 27574 Rev 27591
Line 1... Line 1...
1
package com.spice.profitmandi.dao.model;
1
package com.spice.profitmandi.dao.model;
2
 
2
 
3
public class WarehouseWiseBrandSaleModel {
3
public class BrandWisePartnerSaleModel {
4
 
4
 
5
	private String brand;
5
	private String brand;
6
	private long lms;
6
	private long lms;
7
	private long lmsQty;
7
	private long lmsQty;
8
	private long mtd;
8
	private long mtd;
9
	private long mtdQty;
9
	private long mtdQty;
10
	private long lmtd;
10
	private long lmtd;
11
	private long lmtdQty;
11
	private long lmtdQty;
12
 
12
 
13
	public WarehouseWiseBrandSaleModel(String brand, long lms, long lmsQty, long mtd, long mtdQty, long lmtd,
13
	public BrandWisePartnerSaleModel(String brand, long lms, long lmsQty, long mtd, long mtdQty, long lmtd,
14
			long lmtdQty) {
14
			long lmtdQty) {
15
		super();
15
		super();
16
		this.brand = brand;
16
		this.brand = brand;
17
		this.lms = lms;
17
		this.lms = lms;
18
		this.lmsQty = lmsQty;
18
		this.lmsQty = lmsQty;