|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.compoze.collab.groupware.TimeSlot
public class TimeSlot
Represents a time slot for free/busy information.
| Field Summary | |
|---|---|
protected BusyStatus |
m_status
|
| Constructor Summary | |
|---|---|
TimeSlot(Date startTime,
Date endTime,
BusyStatus status)
Constructor. |
|
| Method Summary | |
|---|---|
BusyStatus |
getBusyStatus()
Gets the busy status during the start and end times. |
Date |
getEndTime()
Gets the end time of the time slot. |
Date |
getStartTime()
Gets the start time of the time slot. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected BusyStatus m_status
| Constructor Detail |
|---|
public TimeSlot(Date startTime,
Date endTime,
BusyStatus status)
startTime - the start timeendTime - the end timestatus - the busy status| Method Detail |
|---|
public Date getStartTime()
public Date getEndTime()
public BusyStatus getBusyStatus()
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||