Subversion Repositories SmartDukaan

Rev

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

Rev 30651 Rev 30978
Line 479... Line 479...
479
		result = prime * result + ((targetSlabs == null) ? 0 : targetSlabs.hashCode());
479
		result = prime * result + ((targetSlabs == null) ? 0 : targetSlabs.hashCode());
480
		result = prime * result + ((targetType == null) ? 0 : targetType.hashCode());
480
		result = prime * result + ((targetType == null) ? 0 : targetType.hashCode());
481
		result = prime * result + ((terms == null) ? 0 : terms.hashCode());
481
		result = prime * result + ((terms == null) ? 0 : terms.hashCode());
482
		return result;
482
		return result;
483
	}
483
	}
-
 
484
 
-
 
485
	public boolean isWithinRange(LocalDateTime testDate) {
-
 
486
		return !(testDate.isBefore(startDate) || testDate.isAfter(endDate));
-
 
487
	}
484
}
488
}