org.broadleafcommerce.core.order.service.call
Class ActivityMessageDTO
java.lang.Object
org.broadleafcommerce.core.order.service.call.ActivityMessageDTO
public class ActivityMessageDTO
- extends Object
ActivityMessageDTO will hold messages that will be passed between activities/workflows. As opposed to
Created by priyesh patel.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
message
protected String message
priority
protected Integer priority
type
protected String type
errorCode
protected String errorCode
ActivityMessageDTO
public ActivityMessageDTO(String type,
Integer priority,
String message)
getMessage
public String getMessage()
setMessage
public void setMessage(String message)
getPriority
public Integer getPriority()
setPriority
public void setPriority(Integer priority)
getType
public String getType()
setType
public void setType(String type)
getErrorCode
public String getErrorCode()
setErrorCode
public void setErrorCode(String errorCode)
Copyright © 2013. All Rights Reserved.