Subversion Repositories SmartDukaan

Rev

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

Rev 32021 Rev 32024
Line 42... Line 42...
42
 
42
 
43
 
43
 
44
	public LocalDateTime getBillingEndDate() {
44
	public LocalDateTime getBillingEndDate() {
45
		return this.endDate.plusDays(30);
45
		return this.endDate.plusDays(30);
46
	}
46
	}
-
 
47
 
-
 
48
	public LocalDateTime getBillingStartDate() {
-
 
49
		return this.startDate.minusDays(30);
-
 
50
	}
47
	public LocalDateTime getProcessTimestamp() {
51
	public LocalDateTime getProcessTimestamp() {
48
		return processTimestamp;
52
		return processTimestamp;
49
	}
53
	}
50
 
54
 
51
	public void setProcessTimestamp(LocalDateTime processTimestamp) {
55
	public void setProcessTimestamp(LocalDateTime processTimestamp) {