Subversion Repositories SmartDukaan

Rev

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

Rev 11808 Rev 11990
Line 207... Line 207...
207
		return userinfo;
207
		return userinfo;
208
	}
208
	}
209
	
209
	
210
	@Override
210
	@Override
211
	public String toString() {
211
	public String toString() {
212
		return "UserSessionInfo [isLoggedIn=" + isLoggedIn + ", userId=" + userId + ", email=" + email
212
		return "UserSessionInfo [isLoggedIn=" + isLoggedIn + ", userId="
-
 
213
				+ userId + ", email=" + email + ", totalItems=" + totalItems
213
				+ ", totalItems=" + totalItems + ", cartId=" + cartId
214
				+ ", cartId=" + cartId + ", pincode=" + pincode
214
				+ ", pincode=" + pincode + ", totalAmount=" + totalAmount + "]";
215
				+ ", totalAmount=" + totalAmount + ", isPrivateDealUser="
-
 
216
				+ isPrivateDealUser + "]";
215
	}
217
	}
216
 
218
 
217
	public static void main(String[] args) {
219
	public static void main(String[] args) {
218
		System.out.println();
220
		System.out.println();
219
		String cookieValue = "fG0CKt4DUD_D9iP1Ero0v2Io1AgVLoGqXDp0NWAPkzZuw3zHKot5owJK6IodZQfE2aS-obOK3BwXUNRirVHDyd-ycsyG4GfBPd0Ypl1MkxuVBmY4csB0FEg_IgWUm9GaGEzvtmmiZ5bE24XlpUPqR4AoTUAp8d92DDTG61FOFktDIGg3L0Tyk4qpVlAU3xQ3";
221
		String cookieValue = "fG0CKt4DUD_D9iP1Ero0v2Io1AgVLoGqXDp0NWAPkzZuw3zHKot5owJK6IodZQfE2aS-obOK3BwXUNRirVHDyd-ycsyG4GfBPd0Ypl1MkxuVBmY4csB0FEg_IgWUm9GaGEzvtmmiZ5bE24XlpUPqR4AoTUAp8d92DDTG61FOFktDIGg3L0Tyk4qpVlAU3xQ3";