Subversion Repositories SmartDukaan

Rev

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

Rev 22845 Rev 22859
Line 221... Line 221...
221
	}
221
	}
222
 
222
 
223
	public void setActivated(boolean activated) {
223
	public void setActivated(boolean activated) {
224
		this.activated = activated;
224
		this.activated = activated;
225
	}
225
	}
-
 
226
	
-
 
227
	public String getState() {
-
 
228
		return state;
-
 
229
	}
-
 
230
 
-
 
231
	public void setState(String state) {
-
 
232
		this.state = state;
-
 
233
	}
226
 
234
 
227
	
235
	
228
	@Override
236
	@Override
229
	public int hashCode() {
237
	public int hashCode() {
230
		final int prime = 31;
238
		final int prime = 31;
Line 253... Line 261...
253
				+ ", mobileNumber=" + mobileNumber + ", city=" + city + ", pinCode=" + pinCode + ", createTimestamp="
261
				+ ", mobileNumber=" + mobileNumber + ", city=" + city + ", pinCode=" + pinCode + ", createTimestamp="
254
				+ createTimestamp + ", updateTimestamp=" + updateTimestamp + ", username=" + username + ", password="
262
				+ createTimestamp + ", updateTimestamp=" + updateTimestamp + ", username=" + username + ", password="
255
				+ password + ", mobile_verified=" + mobile_verified + ", referral_url=" + referral_url + ", referrer="
263
				+ password + ", mobile_verified=" + mobile_verified + ", referral_url=" + referral_url + ", referrer="
256
				+ referrer + ", group_id=" + group_id + ", status=" + status + ", activated=" + activated  + "]";
264
				+ referrer + ", group_id=" + group_id + ", status=" + status + ", activated=" + activated  + "]";
257
	}
265
	}
258
 
-
 
259
	public String getState() {
-
 
260
		return state;
-
 
261
	}
-
 
262
 
-
 
263
	public void setState(String state) {
-
 
264
		this.state = state;
-
 
265
	}
-
 
266
 
-
 
267
	
-
 
268
	
266
	
269
}
267
}
270
268