Subversion Repositories SmartDukaan

Rev

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

Rev 31285 Rev 32421
Line 24... Line 24...
24
	private int count;
24
	private int count;
25
	private int todayTertiary;
25
	private int todayTertiary;
26
	private long lastThreeDaytertiary;
26
	private long lastThreeDaytertiary;
27
	private int walletAmount;
27
	private int walletAmount;
28
	private String authUser;
28
	private String authUser;
-
 
29
	private String rbms;
29
	private PartnerType partnerType;
30
	private PartnerType partnerType;
30
	private long investment_ok;
31
	private long investment_ok;
31
	private int fofoId;
32
	private int fofoId;
32
 
33
 
33
	public int getFofoId() {
34
	public int getFofoId() {
Line 150... Line 151...
150
			return 0;
151
			return 0;
151
		}
152
		}
152
		return ((this.hygiene * 1.0) / this.totalHygiene) * 100;
153
		return ((this.hygiene * 1.0) / this.totalHygiene) * 100;
153
	}
154
	}
154
 
155
 
-
 
156
	public String getRbms() {
-
 
157
		return rbms;
-
 
158
	}
-
 
159
 
-
 
160
	public void setRbms(String rbms) {
-
 
161
		this.rbms = rbms;
-
 
162
	}
-
 
163
 
155
	public void setTicket(int ticket) {
164
	public void setTicket(int ticket) {
156
		this.ticket = ticket;
165
		this.ticket = ticket;
157
	}
166
	}
158
 
167
 
159
	public PartnerDailyInvestment getInvestment() {
168
	public PartnerDailyInvestment getInvestment() {