Subversion Repositories SmartDukaan

Rev

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

Rev 30087 Rev 30110
Line 10... Line 10...
10
	private Long achievementPlan;
10
	private Long achievementPlan;
11
	private Integer authId;
11
	private Integer authId;
12
 
12
 
13
	private AuthUser authUser;
13
	private AuthUser authUser;
14
 
14
 
15
	public PartnerSecondaryPlanModel() {
-
 
16
		super();
-
 
17
 
-
 
18
	}
-
 
19
 
-
 
20
	public PartnerSecondaryPlanModel(int fofoId, String brand, Long targetPlan, Long achievementPlan, Integer authId) {
15
	public PartnerSecondaryPlanModel(int fofoId, String brand, Long targetPlan, Long achievementPlan, Integer authId) {
21
		super();
16
		super();
22
		this.fofoId = fofoId;
17
		this.fofoId = fofoId;
23
		this.brand = brand;
18
		this.brand = brand;
24
		this.targetPlan = targetPlan;
19
		this.targetPlan = targetPlan;
25
		this.achievementPlan = achievementPlan;
20
		this.achievementPlan = achievementPlan;
26
		this.authId = authId;
21
		this.authId = authId;
27
	}
22
	}
28
 
23
 
-
 
24
	public PartnerSecondaryPlanModel() {
-
 
25
		super();
-
 
26
 
-
 
27
	}
-
 
28
 
29
	public AuthUser getAuthUser() {
29
	public AuthUser getAuthUser() {
30
		return authUser;
30
		return authUser;
31
	}
31
	}
32
 
32
 
33
	public void setAuthUser(AuthUser authUser) {
33
	public void setAuthUser(AuthUser authUser) {