Subversion Repositories SmartDukaan

Rev

Rev 27705 | Go to most recent revision | View as "text/plain" | Blame | Compare with Previous | Last modification | View Log | RSS feed

package com.spice.profitmandi.common.model;

public class LegendModel {

        public Boolean display;

        public Boolean getDisplay() {
                return display;
        }

        public void setDisplay(Boolean display) {
                this.display = display;
        }

}