Class Startable

    • Field Detail

      • description

        protected java.lang.String description
        The description.
    • Constructor Detail

      • Startable

        public Startable()
    • Method Detail

      • getDescription

        public java.lang.String getDescription()
        Get the model description.
        Returns:
        The model description.
      • setDescription

        public void setDescription​(java.lang.String description)
        Set the description.
        Parameters:
        description - The description to set.
      • getSuspend

        public java.lang.Boolean getSuspend()
        Get the suspend.
        Returns:
        the suspend.
      • setSuspend

        public void setSuspend​(java.lang.Boolean suspend)
        Set the suspend.
        Parameters:
        suspend - The suspend to set.
      • getKeepalive

        public java.lang.Boolean getKeepalive()
        Get the keepalive.
        Returns:
        the keepalive.
      • setKeepalive

        public void setKeepalive​(java.lang.Boolean keepalive)
        Set the keepalive.
        Parameters:
        keepalive - The keepalive to set.
      • getSynchronous

        public java.lang.Boolean getSynchronous()
        Get the synchronous.
        Returns:
        The synchronous.
      • setSynchronous

        public void setSynchronous​(java.lang.Boolean synchronous)
        Set the synchronous.
        Parameters:
        synchronous - The synchronous to set.
      • getScope

        public ServiceScope getScope()
        Get the scope.
        Returns:
        The scope
      • setScope

        public void setScope​(ServiceScope scope)
        Set the scope.
        Parameters:
        scope - The scope to set