eu.xtreemos.xosd.reservationmanager.base
Class ReservationSlotBasicInfo

java.lang.Object
  extended by eu.xtreemos.xosd.reservationmanager.base.ReservationSlotBasicInfo
All Implemented Interfaces:
java.io.Serializable

Deprecated. TTelm should be used directly.

public class ReservationSlotBasicInfo
extends java.lang.Object
implements java.io.Serializable

Author:
matej.artac@xlab.si
See Also:
Serialized Form

Field Summary
 java.lang.Integer amount
          Deprecated. The amount reserved;
 java.util.GregorianCalendar endTime
          Deprecated. The end time after which the resource id no longer available to the owner of the reservation.
 java.util.GregorianCalendar startTime
          Deprecated. The start time when the resource becomes available to the owner of the reservation.
 
Constructor Summary
ReservationSlotBasicInfo(TTElm elm)
          Deprecated. Extract all needed info directly from the TTElm itself.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

startTime

public java.util.GregorianCalendar startTime
Deprecated. 
The start time when the resource becomes available to the owner of the reservation.


endTime

public java.util.GregorianCalendar endTime
Deprecated. 
The end time after which the resource id no longer available to the owner of the reservation.


amount

public java.lang.Integer amount
Deprecated. 
The amount reserved;

Constructor Detail

ReservationSlotBasicInfo

public ReservationSlotBasicInfo(TTElm elm)
Deprecated. 
Extract all needed info directly from the TTElm itself.

Parameters:
elm -