Class AllocatedWork


  • public class AllocatedWork
    extends Object
    • Constructor Detail

      • AllocatedWork

        public AllocatedWork​(long duration)
    • Method Detail

      • getAllocatedTime

        public long getAllocatedTime()
      • setAllocatedTime

        public void setAllocatedTime​(long allocatedTime)
      • getWaitTime

        public long getWaitTime()
      • setWaitTime

        public void setWaitTime​(long waitTime)
      • getDuration

        public long getDuration()
      • setDuration

        public void setDuration​(long duration)
      • isAllocated

        public boolean isAllocated()