Subversion Repositories SmartDukaan

Rev

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

Rev 23707 Rev 23708
Line 9... Line 9...
9
		return type;
9
		return type;
10
	}
10
	}
11
	public void setType(String type) {
11
	public void setType(String type) {
12
		this.type = type;
12
		this.type = type;
13
	}
13
	}
14
	public GoogleLoginRequest(String type) {
-
 
15
		super();
-
 
16
		this.type = type;
-
 
17
	}
-
 
18
	public String getToken() {
14
	public String getToken() {
19
		return token;
15
		return token;
20
	}
16
	}
21
	public void setToken(String token) {
17
	public void setToken(String token) {
22
		this.token = token;
18
		this.token = token;