Subversion Repositories SmartDukaan

Rev

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

Rev 35631 Rev 36210
Line 7... Line 7...
7
	private float totalPartnerCollection;
7
	private float totalPartnerCollection;
8
	private int todayCollectionCount;
8
	private int todayCollectionCount;
9
	private float totalPartnerTargetSecondary;
9
	private float totalPartnerTargetSecondary;
10
	private float totalPartnerTargetCollection;
10
	private float totalPartnerTargetCollection;
11
	private boolean isRBMAndL1;
11
	private boolean isRBMAndL1;
-
 
12
	private boolean isRBMAndL2;
-
 
13
	private boolean isRBMAndL3;
12
	private boolean isRBMAndNotL1;
14
	private boolean isRBMAndNotL1;
13
	private boolean isSales;
15
	private boolean isSales;
14
 
16
 
15
    // Category counts for partner list
17
    // Category counts for partner list
16
    private int overdueCount;
18
    private int overdueCount;
Line 76... Line 78...
76
 
78
 
77
	public void setRBMAndL1(boolean RBMAndL1) {
79
	public void setRBMAndL1(boolean RBMAndL1) {
78
		isRBMAndL1 = RBMAndL1;
80
		isRBMAndL1 = RBMAndL1;
79
	}
81
	}
80
 
82
 
-
 
83
	public boolean isRBMAndL2() {
-
 
84
		return isRBMAndL2;
-
 
85
	}
-
 
86
 
-
 
87
	public void setRBMAndL2(boolean RBMAndL2) {
-
 
88
		isRBMAndL2 = RBMAndL2;
-
 
89
	}
-
 
90
 
-
 
91
	public boolean isRBMAndL3() {
-
 
92
		return isRBMAndL3;
-
 
93
	}
-
 
94
 
-
 
95
	public void setRBMAndL3(boolean RBMAndL3) {
-
 
96
		isRBMAndL3 = RBMAndL3;
-
 
97
	}
-
 
98
 
81
	public boolean isRBMAndNotL1() {
99
	public boolean isRBMAndNotL1() {
82
		return isRBMAndNotL1;
100
		return isRBMAndNotL1;
83
	}
101
	}
84
 
102
 
85
	public void setRBMAndNotL1(boolean RBMAndNotL1) {
103
	public void setRBMAndNotL1(boolean RBMAndNotL1) {
Line 149... Line 167...
149
				", totalPartnerCollection=" + totalPartnerCollection +
167
				", totalPartnerCollection=" + totalPartnerCollection +
150
				", todayCollectionCount=" + todayCollectionCount +
168
				", todayCollectionCount=" + todayCollectionCount +
151
				", totalPartnerTargetSecondary=" + totalPartnerTargetSecondary +
169
				", totalPartnerTargetSecondary=" + totalPartnerTargetSecondary +
152
				", totalPartnerTargetCollection=" + totalPartnerTargetCollection +
170
				", totalPartnerTargetCollection=" + totalPartnerTargetCollection +
153
				", isRBMAndL1=" + isRBMAndL1 +
171
				", isRBMAndL1=" + isRBMAndL1 +
-
 
172
				", isRBMAndL2=" + isRBMAndL2 +
-
 
173
				", isRBMAndL3=" + isRBMAndL3 +
154
				", isRBMAndNotL1=" + isRBMAndNotL1 +
174
				", isRBMAndNotL1=" + isRBMAndNotL1 +
155
				", isSales=" + isSales +
175
				", isSales=" + isSales +
156
                ", overdueCount=" + overdueCount +
176
                ", overdueCount=" + overdueCount +
157
                ", planTodayCount=" + planTodayCount +
177
                ", planTodayCount=" + planTodayCount +
158
                ", carryForwardCount=" + carryForwardCount +
178
                ", carryForwardCount=" + carryForwardCount +