Subversion Repositories eFlore/Archives.cel-v1

Rev

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

Rev 12 Rev 13
Line 8... Line 8...
8
	private String location=null;
8
	private String location=null;
9
	private String location_id=null;
9
	private String location_id=null;
10
	private String date=null;
10
	private String date=null;
11
	private String complementlocation=null;
11
	private String complementlocation=null;
12
	private String comment=null;
12
	private String comment=null;
-
 
13
	private String ordre=null;
Line 13... Line 14...
13
 
14
 
Line 14... Line 15...
14
	
15
	
15
	public InventoryItem(String name,String nomenclaturalNumber, String location, String location_id, String date, String complementlocation, String comment) {
16
	public InventoryItem(String name,String nomenclaturalNumber, String location, String location_id, String date, String complementlocation, String comment,String ordre) {
Line 29... Line 30...
29
		 
30
		 
30
		this.location_id=location_id;
31
		this.location_id=location_id;
31
		this.date=date;
32
		this.date=date;
32
		this.complementlocation=complementlocation;
33
		this.complementlocation=complementlocation;
-
 
34
		this.comment=comment;
Line 33... Line 35...
33
		this.comment=comment;
35
		this.ordre=ordre;
Line 34... Line 36...
34
		
36
		
Line 66... Line 68...
66
 
68
 
67
 
69
 
68
	public String getDate() {
70
	public String getDate() {
-
 
71
		return date;
69
		return date;
72
	}
-
 
73
 
-
 
74
 
-
 
75
	public String getOrdre() {
Line 70... Line 76...
70
	}
76
		return ordre;