com.bea.wli.calendar.api
Interface AvailabilityInfo

All Superinterfaces:
Serializable

public interface AvailabilityInfo
extends Serializable

Describes a block of free time for a resource (for example a human user). This block is defined in terms of its starting/ending time and the length of the window in minutes.


Method Summary
 int getDurationInMinutes()
           
 Date getEndTime()
           
 Date getStartTime()
           
 

Method Detail

getStartTime

Date getStartTime()

getEndTime

Date getEndTime()

getDurationInMinutes

int getDurationInMinutes()