Subversion Repositories SmartDukaan

Rev

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

Rev 27705 Rev 28430
Line 1... Line 1...
1
package com.spice.profitmandi.common.model;
1
package com.spice.profitmandi.common.model;
2
 
2
 
3
public class LegendModel {
3
public class LegendModel {
-
 
4
    
4
 
5
	
5
	private String position;
6
	private String position;
6
 
7
 
7
	@Override
8
    @Override
8
	public String toString() {
9
	public String toString() {
9
		return "LegendModel [position=" + position + "]";
10
		return "LegendModel [position=" + position + "]";
10
	}
11
	}
11
 
12
 
12
	public String getPosition() {
13
	public String getPosition() {