Subversion Repositories SmartDukaan

Rev

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

package com.spice.profitmandi.web.res.order;

public class CaptchaPojo {
        private String captchaImagePath;
        private String captchaText;
        
        public String getCaptchaImagePath() {
                return captchaImagePath;
        }
        public void setCaptchaImagePath(String captchaImagePath) {
                this.captchaImagePath = captchaImagePath;
        }
        public String getCaptchaText() {
                return captchaText;
        }
        public void setCaptchaText(String captchaText) {
                this.captchaText = captchaText;
        }
}