public class ScheduledOrderEvent extends OrderEvent implements PropertyUpdateEvent
| Modifier and Type | Field and Description |
|---|---|
static int |
ACTIVATE_TYPE
Event update type when a scheduled order is activated
|
static int |
ADD_TYPE
Event update type when a scheduled order is added
|
static java.lang.String |
CLASS_VERSION |
static int |
DEACTIVATE_TYPE
Event update type when a scheduled order is deactivated
|
protected java.lang.String |
mScheduledOrderId |
static int |
UPDATE_TYPE
Event update type when a scheduled order is updated
|
| Constructor and Description |
|---|
ScheduledOrderEvent() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getPropertyUpdates() |
java.lang.String |
getScheduledOrderId() |
int |
getUpdateType() |
void |
setPropertyUpdates(java.util.List pPropertyUpdates)
Sets the List of property updates
|
void |
setScheduledOrderId(java.lang.String pScheduledOrderId) |
void |
setUpdateType(int pUpdateType)
Update type.
|
getAmount, getOrderId, setAmount, setOrderId, toStringgetAgentProfile, getCurrentSiteId, getCustomerProfile, getCustomerProfileId, getEventDate, getIPAddress, getOrganizationId, getParentSessionId, getProfileId, getSessionId, getTicketId, getType, initializeBaseProperties, setCurrentSiteId, setCustomerProfile, setCustomerProfileId, setEventDate, setIPAddress, setOrganizationId, setParentSessionId, setProfileId, setSessionId, setTicketId, setTypepublic static final java.lang.String CLASS_VERSION
public static final int ADD_TYPE
public static final int UPDATE_TYPE
public static final int ACTIVATE_TYPE
public static final int DEACTIVATE_TYPE
protected java.lang.String mScheduledOrderId
public java.lang.String getScheduledOrderId()
public void setScheduledOrderId(java.lang.String pScheduledOrderId)
public int getUpdateType()
public void setUpdateType(int pUpdateType)
pUpdateType - the type of update made.public java.util.List getPropertyUpdates()
getPropertyUpdates in interface PropertyUpdateEventpublic void setPropertyUpdates(java.util.List pPropertyUpdates)
pPropertyUpdates - the collection of property updates.