View as "text/plain" | Blame | Last modification | View Log | RSS feed
package com.spice.profitmandi.common.model;import java.util.List;public class Legend {private PieLables labels;private String position;public Legend() {super();// TODO Auto-generated constructor stub}public PieLables getLabels() {return labels;}public void setLabels(PieLables labels) {this.labels = labels;}public String getPosition() {return position;}public void setPosition(String position) {this.position = position;}}