Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
28493 tejbeer 1
package com.spice.profitmandi.dao.hrms;
2
 
3
 
4
public class WarehouseIdPrefixModel {
5
 
6
 
7
	private String prefix;
8
    private String stateName;
9
 
10
 
11
    public String getPrefix() {
12
		return prefix;
13
	}
14
	public void setPrefix(String prefix) {
15
		this.prefix = prefix;
16
	}
17
	public String getStateName() {
18
		return stateName;
19
	}
20
	public void setStateName(String stateName) {
21
		this.stateName = stateName;
22
	}
23
 
24
 
25
 
26
}