source: xssim/src/test/rewolucja/reservation/GssimReservationNew.java @ 104

Revision 104, 430 bytes checked in by wojtekp, 13 years ago (diff)
  • Property svn:mime-type set to text/plain
Line 
1package test.rewolucja.reservation;
2
3import org.joda.time.DateTime;
4
5import schedframe.resources.ResourceDescription;
6
7public class GssimReservationNew  extends ReservationNew{
8
9        private static final long serialVersionUID = 1737393144828310288L;
10       
11       
12        public GssimReservationNew(ResourceDescription allocatedResource,
13                        DateTime startTime, DateTime endTime) {
14                super(allocatedResource, startTime, endTime, new DateTime());
15        }
16
17}
Note: See TracBrowser for help on using the repository browser.