Rev 26460 | Go to most recent revision | View as "text/plain" | Blame | Compare with Previous | Last modification | View Log | RSS feed
package com.spice.profitmandi.dao.model;public class PartnerDetailModel {private double lmtd;private double mtd;private int ticket;private double hygiene;private float investment;private float stockInInvestment;private int leads;public int getLeads() {return leads;}public void setLeads(int leads) {this.leads = leads;}public double getLmtd() {return lmtd;}public void setLmtd(double lmtd) {this.lmtd = lmtd;}public double getMtd() {return mtd;}public void setMtd(double mtd) {this.mtd = mtd;}public int getTicket() {return ticket;}public void setTicket(int ticket) {this.ticket = ticket;}public double getHygiene() {return hygiene;}public void setHygiene(double hygiene) {this.hygiene = hygiene;}public float getInvestment() {return investment;}public void setInvestment(float investment) {this.investment = investment;}public float getStockInInvestment() {return stockInInvestment;}public void setStockInInvestment(float stockInInvestment) {this.stockInInvestment = stockInInvestment;}}