package option1.stage2;
import option1.stage1.Time;
public class TimeSlot {
private Time startTime;
private Time endTime;
public Time getStartTime() {
return startTime;
}
public void setStartTime(Time startTime) {
this.startTime = startTime;
}
public Time getEndTime() {
return endTime;
}
/**
* TimeSlots can be of 15 minutes, 30 minutes, 45minutes and 1 hour duration.
* You may assume startTime is already set and is inmultiples of 15 minutes.
* if endTime is more than 60 minutes away fromstartTime, set endTime to 60 minutes
* after startTime
* if endTime is less than 15 minutes away fromstartTime (or for that matter, before
PayPal Gateway not configured
PayPal Gateway not configured