Subversion Repositories SmartDukaan

Rev

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

Rev 24159 Rev 24429
Line 8... Line 8...
8
	private String brand;
8
	private String brand;
9
 
9
 
10
	private String email;
10
	private String email;
11
 
11
 
12
	private String mobile;
12
	private String mobile;
-
 
13
	
-
 
14
	private boolean sdPortalAccess;
-
 
15
 
-
 
16
	public boolean isSdPortalAccess() {
-
 
17
		return sdPortalAccess;
-
 
18
	}
-
 
19
 
-
 
20
	public void setSdPortalAccess(boolean sdPortalAccess) {
-
 
21
		this.sdPortalAccess = sdPortalAccess;
-
 
22
	}
13
 
23
 
14
	private int retailerId;
24
	private int retailerId;
15
 
25
 
16
	public int getId() {
26
	public int getId() {
17
		return id;
27
		return id;