Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1481 Rev 1482
Line 23... Line 23...
23
import com.google.gwt.user.client.rpc.AsyncCallback;
23
import com.google.gwt.user.client.rpc.AsyncCallback;
Line 24... Line 24...
24
 
24
 
Line 25... Line 25...
25
public class ProxyCollectionAPublication<D> extends Proxy {
25
public class ProxyCollectionAPublication<D> extends Proxy {
26
	
-
 
Line 27... Line 26...
27
	String collectionId = null;
26
	
28
	String roleId = null;
27
	String collectionId = null;
Line 29... Line 28...
29
	
28