Class ChangingRequestLogEventImpl
java.lang.Object
com.softslate.commerce.businessobjects.core.BaseBusinessObject
com.softslate.commerce.businessobjects.events.ChangingRequestLogEventImpl
- All Implemented Interfaces:
BusinessObject,ChangingRequestLogEvent
public class ChangingRequestLogEventImpl
extends BaseBusinessObject
implements ChangingRequestLogEvent
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate BusinessProcessorprivate Mapprivate RequestLogprivate Map -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetBusinessProcessor(BusinessProcessor businessProcessor) voidsetIncomingParameters(Map incomingParameters) voidsetRequestLog(RequestLog requestLog) voidsetResults(Map results) Methods inherited from class com.softslate.commerce.businessobjects.core.BaseBusinessObject
initializeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.softslate.commerce.businessobjects.core.BusinessObject
initialize
-
Field Details
-
businessProcessor
-
requestLog
-
incomingParameters
-
results
-
-
Constructor Details
-
ChangingRequestLogEventImpl
public ChangingRequestLogEventImpl()
-
-
Method Details
-
getBusinessProcessor
- Specified by:
getBusinessProcessorin interfaceChangingRequestLogEvent
-
setBusinessProcessor
- Specified by:
setBusinessProcessorin interfaceChangingRequestLogEvent
-
getRequestLog
- Specified by:
getRequestLogin interfaceChangingRequestLogEvent
-
setRequestLog
- Specified by:
setRequestLogin interfaceChangingRequestLogEvent
-
getIncomingParameters
- Specified by:
getIncomingParametersin interfaceChangingRequestLogEvent
-
setIncomingParameters
- Specified by:
setIncomingParametersin interfaceChangingRequestLogEvent
-
getResults
- Specified by:
getResultsin interfaceChangingRequestLogEvent
-
setResults
- Specified by:
setResultsin interfaceChangingRequestLogEvent
-