Class FinancialAccountAttributeValueChangeEvent
java.lang.Object
de.hybris.platform.tuawebservicesresources.v2.dto.FinancialAccountAttributeValueChangeEvent
The notification data structure
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncorrelationId(String correlationId) description(String description) booleanThe correlation id for this event.An explnatory of the event.The domain of the event.The identifier of the notification.@Valid DateTime of the event occurrence.The type of the notification.The path identifying the object field concerned by this notification.Get payloadA priority.@Valid DateThe time the event occured.getTitle()The title of the event.inthashCode()voidsetCorrelationId(String correlationId) voidsetDescription(String description) voidvoidsetEventId(String eventId) voidsetEventTime(Date eventTime) voidsetEventType(String eventType) voidsetFieldPath(String fieldPath) voidvoidsetPriority(String priority) voidsetTimeOcurred(Date timeOcurred) voidtimeOcurred(Date timeOcurred) toString()
-
Constructor Details
-
FinancialAccountAttributeValueChangeEvent
public FinancialAccountAttributeValueChangeEvent()
-
-
Method Details
-
eventId
-
getEventId
The identifier of the notification.- Returns:
- eventId
-
setEventId
-
eventTime
-
getEventTime
Time of the event occurrence.- Returns:
- eventTime
-
setEventTime
-
eventType
-
getEventType
The type of the notification.- Returns:
- eventType
-
setEventType
-
correlationId
-
getCorrelationId
The correlation id for this event.- Returns:
- correlationId
-
setCorrelationId
-
domain
-
getDomain
The domain of the event.- Returns:
- domain
-
setDomain
-
title
-
getTitle
The title of the event.- Returns:
- title
-
setTitle
-
description
-
getDescription
An explnatory of the event.- Returns:
- description
-
setDescription
-
priority
-
getPriority
A priority.- Returns:
- priority
-
setPriority
-
timeOcurred
-
getTimeOcurred
The time the event occured.- Returns:
- timeOcurred
-
setTimeOcurred
-
fieldPath
-
getFieldPath
The path identifying the object field concerned by this notification.- Returns:
- fieldPath
-
setFieldPath
-
payload
public FinancialAccountAttributeValueChangeEvent payload(FinancialAccountAttributeValueChangeEventPayload payload) -
getPayload
Get payload- Returns:
- payload
-
setPayload
-
equals
-
hashCode
public int hashCode() -
toString
-