java.lang.Object
de.hybris.platform.b2ctelcotmfresources.v1.dto.Event

public class Event extends Object
event with common attributes.
  • Constructor Details

    • Event

      public Event()
  • Method Details

    • correlationId

      public Event correlationId(String correlationId)
    • getCorrelationId

      public String getCorrelationId()
      The correlation id for this event.
      Returns:
      correlationId
    • setCorrelationId

      public void setCorrelationId(String correlationId)
    • description

      public Event description(String description)
    • getDescription

      public String getDescription()
      An explnatory of the event.
      Returns:
      description
    • setDescription

      public void setDescription(String description)
    • href

      public Event href(String href)
    • getHref

      public String getHref()
      Reference of the related entity.
      Returns:
      href
    • setHref

      public void setHref(String href)
    • domain

      public Event domain(String domain)
    • getDomain

      public String getDomain()
      The domain of the event.
      Returns:
      domain
    • setDomain

      public void setDomain(String domain)
    • eventId

      public Event eventId(String eventId)
    • getEventId

      public String getEventId()
      The identifier of the notification.
      Returns:
      eventId
    • setEventId

      public void setEventId(String eventId)
    • eventTime

      public Event eventTime(Date eventTime)
    • getEventTime

      @Valid public @Valid Date getEventTime()
      Time of the event occurrence.
      Returns:
      eventTime
    • setEventTime

      public void setEventTime(Date eventTime)
    • eventType

      public Event eventType(String eventType)
    • getEventType

      public String getEventType()
      The type of the notification.
      Returns:
      eventType
    • setEventType

      public void setEventType(String eventType)
    • priority

      public Event priority(String priority)
    • getPriority

      public String getPriority()
      A priority.
      Returns:
      priority
    • setPriority

      public void setPriority(String priority)
    • timeOcurred

      public Event timeOcurred(Date timeOcurred)
    • getTimeOcurred

      @Valid public @Valid Date getTimeOcurred()
      The time the event occured.
      Returns:
      timeOcurred
    • setTimeOcurred

      public void setTimeOcurred(Date timeOcurred)
    • title

      public Event title(String title)
    • getTitle

      public String getTitle()
      The title of the event.
      Returns:
      title
    • setTitle

      public void setTitle(String title)
    • event

      public Event event(Object event)
    • getEvent

      @Valid public @Valid Object getEvent()
      Get event
      Returns:
      event
    • setEvent

      public void setEvent(Object event)
    • relatedParty

      public Event relatedParty(List<RelatedParty> relatedParty)
    • addRelatedPartyItem

      public Event addRelatedPartyItem(RelatedParty relatedPartyItem)
    • getRelatedParty

      @Valid public @Valid List<RelatedParty> getRelatedParty()
      Get relatedParty
      Returns:
      relatedParty
    • setRelatedParty

      public void setRelatedParty(List<RelatedParty> relatedParty)
    • reportingSystem

      public Event reportingSystem(EntityRef reportingSystem)
    • getReportingSystem

      @Valid public @Valid EntityRef getReportingSystem()
      Get reportingSystem
      Returns:
      reportingSystem
    • setReportingSystem

      public void setReportingSystem(EntityRef reportingSystem)
    • source

      public Event source(EntityRef source)
    • getSource

      @Valid public @Valid EntityRef getSource()
      Get source
      Returns:
      source
    • setSource

      public void setSource(EntityRef source)
    • atBaseType

      public Event atBaseType(String atBaseType)
    • getAtBaseType

      public String getAtBaseType()
      When sub-classing, this defines the super-class
      Returns:
      atBaseType
    • setAtBaseType

      public void setAtBaseType(String atBaseType)
    • atSchemaLocation

      public Event atSchemaLocation(String atSchemaLocation)
    • getAtSchemaLocation

      public String getAtSchemaLocation()
      A URI to a JSON-Schema file that defines additional attributes and relationships
      Returns:
      atSchemaLocation
    • setAtSchemaLocation

      public void setAtSchemaLocation(String atSchemaLocation)
    • atType

      public Event atType(String atType)
    • getAtType

      public String getAtType()
      When sub-classing, this defines the sub-class entity name
      Returns:
      atType
    • setAtType

      public void setAtType(String atType)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object