Subversion Repositories SmartDukaan

Rev

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

Rev 399 Rev 401
Line 73... Line 73...
73
	}
73
	}
74
	
74
	
75
	public void setId(String id){
75
	public void setId(String id){
76
		this.id = id;
76
		this.id = id;
77
	}
77
	}
-
 
78
 
-
 
79
	public Auth getAuth() {
-
 
80
		return auth;
-
 
81
	}
-
 
82
 
-
 
83
	public void setAuth(Auth auth) {
-
 
84
		this.auth = auth;
-
 
85
	}
78
}
86
}