com.crystaldecisions.sdk.plugin.desktop.event
Interface INotificationScheduleBase

All Known Subinterfaces:
INotificationSchedule

public interface INotificationScheduleBase


Field Summary
static java.lang.String SPECIFIC_KIND
          The Kind used to identify this object type.
 
Method Summary
 java.lang.String getNotificationEventCUID()
          This method is used to retrieve the CUID of NotificationObject.
 java.util.Date getNotificationEventEndTime()
           
 java.util.Date getNotificationEventStartTime()
           
 void setNotificationEventCUID(java.lang.String notificationCUID)
           
 void setNotificationEventEndTime(java.util.Date endTime)
           
 void setNotificationEventStartTime(java.util.Date startTime)
           
 

Field Detail

SPECIFIC_KIND

static final java.lang.String SPECIFIC_KIND
The Kind used to identify this object type.

See Also:
Constant Field Values
Method Detail

setNotificationEventCUID

void setNotificationEventCUID(java.lang.String notificationCUID)
                              throws SDKException
Throws:
SDKException

getNotificationEventCUID

java.lang.String getNotificationEventCUID()
                                          throws SDKException

This method is used to retrieve the CUID of NotificationObject.

Returns:
NotificationObjectCUID
Throws:
SDKException - An SDKException

setNotificationEventStartTime

void setNotificationEventStartTime(java.util.Date startTime)
                                   throws SDKException
Throws:
SDKException

getNotificationEventStartTime

java.util.Date getNotificationEventStartTime()
                                             throws SDKException
Throws:
SDKException

setNotificationEventEndTime

void setNotificationEventEndTime(java.util.Date endTime)
                                 throws SDKException
Throws:
SDKException

getNotificationEventEndTime

java.util.Date getNotificationEventEndTime()
                                           throws SDKException
Throws:
SDKException