public class ValidationPipelineArgs
extends java.util.HashMap
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASS_VERSION |
Constructor and Description |
---|
ValidationPipelineArgs() |
Modifier and Type | Method and Description |
---|---|
java.util.Locale |
getLocale()
Return the locale to use for user-visible error messages.
|
Order |
getOrder()
Return the order whose payment or shipping group is being validated.
|
OrderManager |
getOrderManager()
Return the order manager that invoked the current pipeline chain.
|
void |
setLocale(java.util.Locale pLocale)
Set the locale to use for user-visible error messages.
|
void |
setOrder(Order pOrder)
Set the order whose payment or shipping group is being validated.
|
void |
setOrderManager(OrderManager pOrderManager)
Set the order manager that invoked the current pipeline chain.
|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
public void setOrder(Order pOrder)
public Order getOrder()
public void setOrderManager(OrderManager pOrderManager)
public OrderManager getOrderManager()
public void setLocale(java.util.Locale pLocale)
public java.util.Locale getLocale()