eu.xtreemos.xosd.resallocator
Class TimeTableTest.AccessorEntry

java.lang.Object
  extended by eu.xtreemos.xosd.resallocator.TimeTableTest.AccessorEntry
Enclosing class:
TimeTableTest

 class TimeTableTest.AccessorEntry
extends java.lang.Object


Field Summary
 java.lang.String reservation
           
 long sleepTime
           
 int type
           
 
Constructor Summary
TimeTableTest.AccessorEntry(long sleepFromStart, java.lang.String reservation, int type)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sleepTime

public long sleepTime

reservation

public java.lang.String reservation

type

public int type
Constructor Detail

TimeTableTest.AccessorEntry

TimeTableTest.AccessorEntry(long sleepFromStart,
                            java.lang.String reservation,
                            int type)