java.lang.Objectcom.ibm.commerce.messaging.notification.datatypes.TransportOverrideData
The data structure to use to represent TransportOverride objects. This class is instantiated by the TransportOverrideFactory class only - it is never instantiated directly.
Field Summary | |
static java.lang.String | COPYRIGHT IBM Copyright field |
Fields inherited from interface com.ibm.commerce.messaging.notification.datatypes.TransportOverride |
FACTORY |
Constructor Summary | |
TransportOverrideData(java.lang.String aTransportName, java.lang.String aMsgTypeName, TypedProperty attributes) Constructor. |
Method Summary | |
TypedProperty | getAttributes() Gets the attributes to override. |
java.lang.String | getMsgTypeName() Gets the message type name. |
java.lang.String | getTransportName() Gets the transport name. |
void | setAttributes(TypedProperty attributes) Sets the attributes to override. |
void | setMsgTypeName(java.lang.String aMsgTypeName) Sets the message type. |
void | setTransportName(java.lang.String aTransportName) Sets the transport name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String COPYRIGHT
Constructor Detail |
public TransportOverrideData(java.lang.String aTransportName, java.lang.String aMsgTypeName, TypedProperty attributes)
Method Detail |
public java.lang.String getTransportName()
public void setTransportName(java.lang.String aTransportName)
public java.lang.String getMsgTypeName()
public void setMsgTypeName(java.lang.String aMsgTypeName)
public TypedProperty getAttributes()
public void setAttributes(TypedProperty attributes)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.