Class TimeOutActionImpl

    • Constructor Detail

      • TimeOutActionImpl

        public TimeOutActionImpl()
    • Method Detail

      • setAction

        public void setAction​(Action action)
      • setDelay

        public void setDelay​(String delay)
      • setOrder

        public void setOrder​(int order)
      • getDelay

        public String getDelay()
        Description copied from interface: TimeOutAction
        Get delay after which the action is launched. (format : #d delay in days, #h delay in hours)
        Specified by:
        getDelay in interface TimeOutAction
        Returns:
        delay as String
      • getOrder

        public int getOrder()
        Description copied from interface: TimeOutAction
        Get timeoutAction order. As several timeout might be defined, an order is set.
        Specified by:
        getOrder in interface TimeOutAction
        Returns:
        timeout order
      • getDateItem

        public Item getDateItem()
        Description copied from interface: TimeOutAction
        Get date item from data folder used to determine when the action is launched.
        Specified by:
        getDateItem in interface TimeOutAction
        Returns:
        item