Revision 104,
430 bytes
checked in by wojtekp, 13 years ago
(diff) |
|
-
Property svn:mime-type set to
text/plain
|
Rev | Line | |
---|
[104] | 1 | package test.rewolucja.reservation; |
---|
| 2 | |
---|
| 3 | import org.joda.time.DateTime; |
---|
| 4 | |
---|
| 5 | import schedframe.resources.ResourceDescription; |
---|
| 6 | |
---|
| 7 | public 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.