java.lang.Object | +--com.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)
aTransportName
- the transport name to useMethod Detail |
---|
public java.lang.String getTransportName()
getTransportName
in interface
TransportOverride
public void setTransportName(java.lang.String aTransportName)
setTransportName
in interface
TransportOverride
aTransportName
- The new transport namepublic java.lang.String getMsgTypeName()
getMsgTypeName
in interface
TransportOverride
public void setMsgTypeName(java.lang.String aMsgTypeName)
setMsgTypeName
in interface
TransportOverride
aMsgTypeName
- Tthe new message typepublic TypedProperty getAttributes()
getAttributes
in interface
TransportOverride
public void setAttributes(TypedProperty attributes)
setAttributes
in interface
TransportOverride
attributes
- the new attributes to
override.