com.ibm.commerce.messaging.notification.datatypes
Interface Notification

All Known Implementing Classes:
NotificationData

public interface Notification

Notification object.


Field Summary
static java.lang.String COPYRIGHT
          IBM Copyright field
static  NotificationFactory FACTORY
          Factory used to create instances of this type.
 
Method Summary
 java.lang.Long getNotificationId()
          Gets the notification id for this instance.
  TransportOverride[] getTransportOverrides()
          Gets the array of transport overrides associated with this instance.
 void setTransportOverrides( TransportOverride[] aTransportOverrides)           Sets the transport overrides for this instance.
 

Field Detail
public static final java.lang.String COPYRIGHT
IBM Copyright field
See Also:
Constant Field Values

FACTORY

public static final NotificationFactory FACTORY
Factory used to create instances of this type.
Method Detail

getNotificationId

public java.lang.Long getNotificationId()
Gets the notification id for this instance.
Returns:
notification id

getTransportOverrides

public TransportOverride[] getTransportOverrides()
Gets the array of transport overrides associated with this instance.
Returns:
enumeration of TransportOverride objects

setTransportOverrides

public void setTransportOverrides(TransportOverride[] aTransportOverrides)
Sets the transport overrides for this instance.
Parameters:
aTransportOverrides - array of TransportOverride objects