|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.webmethods.sc.calendar.Event
public class Event
Base Event class for all types of events may be added to the IWorkdayCalendar
Field Summary | |
---|---|
static String |
EVENT_TYPE_BUSY
Event Type Busy |
static String |
EVENT_TYPE_BUSY_TENTATIVE
Event Type Tentatively Busy |
static String |
EVENT_TYPE_HOLIDAY
Event Type Holiday |
static String |
EVENT_TYPE_OUT_OF_THE_OFFICE
Event Type Out of the Office |
static String |
EVENT_TYPE_TIMEOFF
Event Type Time Off |
static String |
EVENT_TYPE_WORKDAY
Event Type Workday |
Constructor Summary | |
---|---|
Event()
Default constructor |
|
Event(String type,
String name)
Creates an event of specified type and name |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getName()
Returns event name |
String |
getType()
Returns event type |
void |
setName(String name)
Sets event name |
void |
setType(String type)
Sets event type |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String EVENT_TYPE_WORKDAY
public static final String EVENT_TYPE_HOLIDAY
public static final String EVENT_TYPE_TIMEOFF
public static final String EVENT_TYPE_BUSY
public static final String EVENT_TYPE_BUSY_TENTATIVE
public static final String EVENT_TYPE_OUT_OF_THE_OFFICE
Constructor Detail |
---|
public Event()
public Event(String type, String name)
Method Detail |
---|
public String getType()
public void setType(String type)
public String getName()
public void setName(String name)
public boolean equals(Object obj)
equals
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |