Class HvlBpmnSchedulerModel

java.lang.Object
tr.com.havelsan.javarch.bpmn.common.scheduler.model.HvlBpmnSchedulerModel
All Implemented Interfaces:
Serializable

public class HvlBpmnSchedulerModel extends Object implements Serializable
A data transfer object is used for bpmn scheduler operations.
See Also:
  • Constructor Details

    • HvlBpmnSchedulerModel

      public HvlBpmnSchedulerModel()
  • Method Details

    • getBusinessKey

      public String getBusinessKey()
      Gets business key.
      Returns:
      the business key
    • setBusinessKey

      public void setBusinessKey(String businessKey)
      Sets business key.
      Parameters:
      businessKey - the business key
    • getPeriodType

      public HvlBpmnSchedulerPeriodType getPeriodType()
      Gets period type.
      Returns:
      the period type
    • setPeriodType

      public void setPeriodType(HvlBpmnSchedulerPeriodType periodType)
      Sets period type.
      Parameters:
      periodType - the period type
    • getPeriod

      public String getPeriod()
      Gets period.
      Returns:
      the period
    • setPeriod

      public void setPeriod(String period)
      Sets period.
      Parameters:
      period - the period
    • isSingleExecution

      public boolean isSingleExecution()
      Is single execution boolean.
      Returns:
      the boolean
    • setSingleExecution

      public void setSingleExecution(boolean singleExecution)
      Sets single execution.
      Parameters:
      singleExecution - the single execution
    • getUrl

      public String getUrl()
      Gets url.
      Returns:
      the url
    • setUrl

      public void setUrl(String url)
      Sets url.
      Parameters:
      url - the url
    • getEventTopic

      public String getEventTopic()
      Gets event topic.
      Returns:
      the event topic
    • setEventTopic

      public void setEventTopic(String eventTopic)
      Sets event topic.
      Parameters:
      eventTopic - the event topic
    • getPayload

      public Map<String,Object> getPayload()
      Gets payload.
      Returns:
      the payload
    • setPayload

      public void setPayload(Map<String,Object> payload)
      Sets payload.
      Parameters:
      payload - the payload