Subversion Repositories SmartDukaan

Rev

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

Rev 27552 Rev 27628
Line 1... Line 1...
1
package com.spice.profitmandi.dao.model;
1
package com.spice.profitmandi.dao.model;
2
 
2
 
-
 
3
import java.io.Serializable;
-
 
4
 
3
import com.spice.profitmandi.dao.entity.fofo.PartnerDailyInvestment;
5
import com.spice.profitmandi.dao.entity.fofo.PartnerDailyInvestment;
4
import com.spice.profitmandi.dao.entity.fofo.PartnerType;
6
import com.spice.profitmandi.dao.entity.fofo.PartnerType;
5
 
7
 
6
public class PartnerDetailModel {
8
public class PartnerDetailModel implements Serializable {
7
 
9
 
-
 
10
	/**
-
 
11
	 * 
-
 
12
	 */
-
 
13
	private static final long serialVersionUID = 1L;
8
	private int lmtd;
14
	private int lmtd;
9
	private int mtd;
15
	private int mtd;
10
	private int ticket;
16
	private int ticket;
11
	private int hygiene;
17
	private int hygiene;
12
	private int totalHygiene;
18
	private int totalHygiene;
Line 16... Line 22...
16
	private int walletAmount;
22
	private int walletAmount;
17
 
23
 
18
	private String authUser;
24
	private String authUser;
19
	private PartnerType partnerType;
25
	private PartnerType partnerType;
20
 
26
 
21
	
-
 
22
	public double getSaleDiff() {
27
	public double getSaleDiff() {
23
		return mtd - lmtd;
28
		return mtd - lmtd;
24
	}
29
	}
25
 
30
 
26
	public PartnerType getPartnerType() {
31
	public PartnerType getPartnerType() {
Line 45... Line 50...
45
 
50
 
46
	public void setWalletAmount(int walletAmount) {
51
	public void setWalletAmount(int walletAmount) {
47
		this.walletAmount = walletAmount;
52
		this.walletAmount = walletAmount;
48
	}
53
	}
49
 
54
 
50
 
-
 
51
	public long getLastThreeDaytertiary() {
55
	public long getLastThreeDaytertiary() {
52
		return lastThreeDaytertiary;
56
		return lastThreeDaytertiary;
53
	}
57
	}
54
 
58
 
55
	public void setLastThreeDaytertiary(long lastThreeDaytertiary) {
59
	public void setLastThreeDaytertiary(long lastThreeDaytertiary) {
Line 81... Line 85...
81
 
85
 
82
	public void setTotalHygiene(int totalHygiene) {
86
	public void setTotalHygiene(int totalHygiene) {
83
		this.totalHygiene = totalHygiene;
87
		this.totalHygiene = totalHygiene;
84
	}
88
	}
85
 
89
 
86
 
-
 
87
	public int getTicket() {
90
	public int getTicket() {
88
		return ticket;
91
		return ticket;
89
	}
92
	}
90
 
93
 
91
	public double getHygienePercentage() {
94
	public double getHygienePercentage() {
Line 105... Line 108...
105
 
108
 
106
	public void setInvestment(PartnerDailyInvestment investment) {
109
	public void setInvestment(PartnerDailyInvestment investment) {
107
		this.investment = investment;
110
		this.investment = investment;
108
	}
111
	}
109
 
112
 
110
 
-
 
111
	public int getLmtd() {
113
	public int getLmtd() {
112
		return lmtd;
114
		return lmtd;
113
	}
115
	}
114
 
116
 
115
	public void setLmtd(int lmtd) {
117
	public void setLmtd(int lmtd) {