Class EventCompletionDetails


  • public class EventCompletionDetails
    extends Object
    Event completion details
    Author:
    Roy Wetherall
    • Constructor Detail

      • EventCompletionDetails

        public EventCompletionDetails​(NodeRef nodeRef,
                                      String eventName,
                                      String eventLabel,
                                      boolean eventExecutionAutomatic,
                                      boolean eventComplete,
                                      Date eventCompletedAt,
                                      String eventCompletedBy)
        Constructor
        Parameters:
        nodeRef - node reference
        eventName - event name
        eventLabel - event label
        eventExecutionAutomatic - indicates whether the event is executed automatically or not
        eventComplete - indicates whether the event is complete or not
        eventCompletedAt - when the event was completed
        eventCompletedBy - who completed the event
    • Method Detail

      • getNodeRef

        public NodeRef getNodeRef()
        Returns:
        the node reference
      • getEventName

        public String getEventName()
        Returns:
        the eventName
      • setEventName

        public void setEventName​(String eventName)
        Parameters:
        eventName - the eventName to set
      • getEventLabel

        public String getEventLabel()
        Returns:
        The display label of the event
      • isEventExecutionAutomatic

        public boolean isEventExecutionAutomatic()
        Returns:
        the eventExecutionAutomatic
      • setEventExecutionAutomatic

        public void setEventExecutionAutomatic​(boolean eventExecutionAutomatic)
        Parameters:
        eventExecutionAutomatic - the eventExecutionAutomatic to set
      • isEventComplete

        public boolean isEventComplete()
        Returns:
        the eventComplete
      • setEventComplete

        public void setEventComplete​(boolean eventComplete)
        Parameters:
        eventComplete - the eventComplete to set
      • getEventCompletedAt

        public Date getEventCompletedAt()
        Returns:
        the eventCompletedAt
      • setEventCompletedAt

        public void setEventCompletedAt​(Date eventCompletedAt)
        Parameters:
        eventCompletedAt - the eventCompletedAt to set
      • getEventCompletedBy

        public String getEventCompletedBy()
        Returns:
        the eventCompletedBy
      • setEventCompletedBy

        public void setEventCompletedBy​(String eventCompletedBy)
        Parameters:
        eventCompletedBy - the eventCompletedBy to set