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. |
SPECIFIC_KIND
static final java.lang.String SPECIFIC_KIND
- The Kind used to identify this object type.
- See Also:
- Constant Field Values
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