Subversion Repositories SmartDukaan

Rev

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

Rev 32923 Rev 35567
Line 28... Line 28...
28
 
28
 
29
	public void setL4AuthUser(int l4AuthUser) {
29
	public void setL4AuthUser(int l4AuthUser) {
30
		this.l4AuthUser = l4AuthUser;
30
		this.l4AuthUser = l4AuthUser;
31
	}
31
	}
32
 
32
 
-
 
33
	// Escalation thresholds in WORKING days (excludes weekends)
-
 
34
	public static final int L2_ESCALATION_WORKING_DAYS = 3;   // L1 -> L2 after 3 working days
-
 
35
	public static final int L3_ESCALATION_WORKING_DAYS = 3;   // L2 -> L3 after 3 more working days (6 total)
-
 
36
	public static final int FINAL_ESCALATION_WORKING_DAYS = 2; // L3 -> Final after 2 more working days (8 total)
-
 
37
 
-
 
38
	// Legacy constants (deprecated - use working days instead)
-
 
39
	@Deprecated
33
	public static final int L2EscalationDays = 5;
40
	public static final int L2EscalationDays = 5;
-
 
41
	@Deprecated
34
	public static final int L3EscalationDays = 10;
42
	public static final int L3EscalationDays = 10;
-
 
43
	@Deprecated
35
	public static final int FinalEscalationDays = 15;
44
	public static final int FinalEscalationDays = 15;
36
 
45
 
37
	@Id
46
	@Id
38
	@Column
47
	@Column
39
	@GeneratedValue(strategy = GenerationType.IDENTITY)
48
	@GeneratedValue(strategy = GenerationType.IDENTITY)