Subversion Repositories eFlore/Applications.del

Rev

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

Rev 445 Rev 446
Line 5... Line 5...
5
public class EvenementChangementPage extends GwtEvent<GestionnaireEvenementChangementPage> {
5
public class EvenementChangementPage extends GwtEvent<GestionnaireEvenementChangementPage> {
Line 6... Line 6...
6
 
6
 
Line 7... Line 7...
7
	public static com.google.gwt.event.shared.GwtEvent.Type<GestionnaireEvenementChangementPage> TYPE = new com.google.gwt.event.shared.GwtEvent.Type<GestionnaireEvenementChangementPage>();
7
	public static com.google.gwt.event.shared.GwtEvent.Type<GestionnaireEvenementChangementPage> TYPE = new com.google.gwt.event.shared.GwtEvent.Type<GestionnaireEvenementChangementPage>();
-
 
8
 
Line 8... Line 9...
8
 
9
	private int pageAAfficher;
9
	private int pageAAfficher;
10
	private String groupePagination = null;
10
 
11
 
-
 
12
	public EvenementChangementPage(int pageAAfficher) {
-
 
13
		this.pageAAfficher = pageAAfficher;
-
 
14
	}
-
 
15
	
-
 
16
	public EvenementChangementPage(int pageAAfficher, String groupePagination) {
Line 11... Line 17...
11
	public EvenementChangementPage(int pageAAfficher) {
17
		this.pageAAfficher = pageAAfficher;
12
		this.pageAAfficher = pageAAfficher;
18
		this.groupePagination = groupePagination;
13
	}
19
	}
14
 
20
 
Line 27... Line 33...
27
	}
33
	}
Line 28... Line 34...
28
 
34
 
29
	public void setPageAAfficher(int pageAAfficher) {
35
	public void setPageAAfficher(int pageAAfficher) {
30
		this.pageAAfficher = pageAAfficher;
36
		this.pageAAfficher = pageAAfficher;
-
 
37
	}
-
 
38
	
-
 
39
	public String getGroupePagination() {
-
 
40
		return groupePagination;
-
 
41
	}
-
 
42
 
-
 
43
	public void setGroupePagination(String groupePagination) {
-
 
44
		this.groupePagination = groupePagination;
31
	}
45
	}
32
}
46
}