Subversion Repositories SmartDukaan

Rev

Rev 25903 | Rev 30488 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 25903 Rev 25906
Line 3... Line 3...
3
import java.time.LocalDateTime;
3
import java.time.LocalDateTime;
4
 
4
 
5
import com.spice.profitmandi.dao.enumuration.dtr.FranchiseeActivityStatus;
5
import com.spice.profitmandi.dao.enumuration.dtr.FranchiseeActivityStatus;
6
 
6
 
7
public class CreateFranchiseeRequest {
7
public class CreateFranchiseeRequest {
-
 
8
	private int id;
-
 
9
 
-
 
10
	public int getId() {
-
 
11
		return id;
-
 
12
	}
-
 
13
 
-
 
14
	public void setId(int id) {
-
 
15
		this.id = id;
-
 
16
	}
-
 
17
 
8
	private int fofoId;
18
	private int fofoId;
9
	private String agenda;
19
	private String agenda;
10
	private String partnerRemark;
20
	private String partnerRemark;
11
	private String outsideVisibity;
21
	private String outsideVisibity;
12
	private String instoreVisibility;
22
	private String instoreVisibility;
Line 21... Line 31...
21
	private int mtd;
31
	private int mtd;
22
	private String hygiene;
32
	private String hygiene;
23
	private String resolution;
33
	private String resolution;
24
	private FranchiseeActivityStatus action;
34
	private FranchiseeActivityStatus action;
25
	private LocalDateTime schelduleTimestamp;
35
	private LocalDateTime schelduleTimestamp;
-
 
36
	private LocalDateTime firstSchelduleTimestamp;
26
	private String createdBy;
37
	private String createdBy;
27
 
38
 
28
	public String getCreatedBy() {
39
	public String getCreatedBy() {
29
		return createdBy;
40
		return createdBy;
30
	}
41
	}
31
 
42
 
-
 
43
	public LocalDateTime getFirstSchelduleTimestamp() {
-
 
44
		return firstSchelduleTimestamp;
-
 
45
	}
-
 
46
 
-
 
47
	public void setFirstSchelduleTimestamp(LocalDateTime firstSchelduleTimestamp) {
-
 
48
		this.firstSchelduleTimestamp = firstSchelduleTimestamp;
-
 
49
	}
-
 
50
 
32
	public void setCreatedBy(String createdBy) {
51
	public void setCreatedBy(String createdBy) {
33
		this.createdBy = createdBy;
52
		this.createdBy = createdBy;
34
	}
53
	}
35
 
54
 
36
	public int getFofoId() {
55
	public int getFofoId() {