|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.commerce.programadapter.messagemapper.MessageMapperGenericImpl
Generic MessageMapper that contains the set and getters. To be used as a base of MessageMappers so other MessageMappers do not have to implement these redundant methods.
Fields inherited from interface com.ibm.commerce.programadapter.messagemapper.MessageMapper |
COPYRIGHT, defaultCommandClassName, NAME |
Constructor Summary | |
MessageMapperGenericImpl()
MessageMapperGenericImpl constructor. |
Method Summary | |
CommandProperty |
createFromMessage(java.lang.Object message)
Dummy method. |
void |
destroy()
Dummy method. |
java.lang.Integer |
getMessageMapperId()
Returns the MessageMapper Id. |
java.lang.String |
getMessageMapperName()
Returns the MessageMapper name. |
void |
init(TypedProperty configuration)
Dummy Method. |
void |
setMessageMapperId(java.lang.Integer messageMapperId)
Sets the MessageMapper Id. |
void |
setMessageMapperName(java.lang.String name)
Sets the MessageMapper name. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MessageMapperGenericImpl()
Method Detail |
public CommandProperty createFromMessage(java.lang.Object message)
createFromMessage
in interface MessageMapper
com.ibm.commerce.programadapter.messagemapper.MessageMapper
Object
- message - the object to convertpublic void destroy()
destroy
in interface MessageMapper
public java.lang.Integer getMessageMapperId()
getMessageMapperId
in interface MessageMapper
public java.lang.String getMessageMapperName()
getMessageMapperName
in interface MessageMapper
public void init(TypedProperty configuration)
init
in interface MessageMapper
com.ibm.commerce.programadapter.messagemapper.MessageMapper
com.ibm.commerce.datatype.TypedProperty
- configuration.public void setMessageMapperId(java.lang.Integer messageMapperId)
setMessageMapperId
in interface MessageMapper
public void setMessageMapperName(java.lang.String name)
setMessageMapperName
in interface MessageMapper
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |