Subversion Repositories SmartDukaan

Rev

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

Rev 21543 Rev 21600
Line 21... Line 21...
21
		return roleNames;
21
		return roleNames;
22
	}
22
	}
23
	public String getEmail() {
23
	public String getEmail() {
24
		return email;
24
		return email;
25
	}
25
	}
-
 
26
	@Override
-
 
27
	public String toString() {
-
 
28
		return "UserInfo [email=" + email + ", userId=" + userId + ", roleNames=" + roleNames + "]";
-
 
29
	}
-
 
30
	
-
 
31
	
26
	
32
	
27
}
33
}