Subversion Repositories SmartDukaan

Rev

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

Rev 24429 Rev 26131
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
	
13
 
14
	private boolean sdPortalAccess;
14
	private boolean sdPortalAccess;
15
 
15
 
-
 
16
	private boolean status;
-
 
17
 
-
 
18
	public boolean isStatus() {
-
 
19
		return status;
-
 
20
	}
-
 
21
 
-
 
22
	public void setStatus(boolean status) {
-
 
23
		this.status = status;
-
 
24
	}
-
 
25
 
16
	public boolean isSdPortalAccess() {
26
	public boolean isSdPortalAccess() {
17
		return sdPortalAccess;
27
		return sdPortalAccess;
18
	}
28
	}
19
 
29
 
20
	public void setSdPortalAccess(boolean sdPortalAccess) {
30
	public void setSdPortalAccess(boolean sdPortalAccess) {