Subversion Repositories SmartDukaan

Rev

View as "text/plain" | Blame | Last modification | View Log | RSS feed

package com.spice.profitmandi.dao.hrms;


public class WarehouseIdPrefixModel {

        
        private String prefix;
    private String stateName;
        
    
    public String getPrefix() {
                return prefix;
        }
        public void setPrefix(String prefix) {
                this.prefix = prefix;
        }
        public String getStateName() {
                return stateName;
        }
        public void setStateName(String stateName) {
                this.stateName = stateName;
        }
    
    
    
}