Subversion Repositories SmartDukaan

Rev

Rev 24123 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 24123 Rev 24159
Line 2... Line 2...
2
 
2
 
3
import java.time.LocalDateTime;
3
import java.time.LocalDateTime;
4
 
4
 
5
public class AddLocationModel {
5
public class AddLocationModel {
6
 
6
 
-
 
7
	private int userId;
7
	private String name;
8
	private String name;
8
 
9
 
9
	private String line1;
10
	private String line1;
10
 
11
 
-
 
12
	public int getUserId() {
-
 
13
		return userId;
-
 
14
	}
-
 
15
 
-
 
16
	public void setUserId(int userId) {
-
 
17
		this.userId = userId;
-
 
18
	}
-
 
19
 
11
	private String line2;
20
	private String line2;
12
 
21
 
13
	private String city;
22
	private String city;
14
 
23
 
15
	private String state;
24
	private String state;