Subversion Repositories SmartDukaan

Rev

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

Rev 27884 Rev 27900
Line 5... Line 5...
5
public class DatasetModel {
5
public class DatasetModel {
6
 
6
 
7
	public String label;
7
	public String label;
8
	public String backgroundColor;
8
	public String backgroundColor;
9
	public List<Double> data;
9
	public List<Double> data;
-
 
10
	public String type;
-
 
11
	public int order;
-
 
12
	
-
 
13
	
-
 
14
 
-
 
15
	public String getType() {
-
 
16
		return type;
-
 
17
	}
-
 
18
 
-
 
19
	public void setType(String type) {
-
 
20
		this.type = type;
-
 
21
	}
-
 
22
 
-
 
23
 
-
 
24
	public int getOrder() {
-
 
25
		return order;
-
 
26
	}
-
 
27
 
-
 
28
	public void setOrder(int order) {
-
 
29
		this.order = order;
-
 
30
	}
-
 
31
 
10
 
32
 
11
	public String stack;
33
	public String stack;
12
 
34
 
13
	public String getLabel() {
35
	public String getLabel() {
14
		return label;
36
		return label;