Class ServiceInstanceWorkflow


  • public class ServiceInstanceWorkflow
    extends Object
    Service instance workflow JPA entity.
    Since:
    7.0.0
    Version:
    $Revision: 15055 $ $Date: 2012-11-29 18:48:37 -0200 (Thu, 29 Nov 2012) $
    • Constructor Detail

      • ServiceInstanceWorkflow

        public ServiceInstanceWorkflow()
    • Method Detail

      • getId

        public String getId()
        Returns the identifier.
        Returns:
        the identifier.
        Since:
        7.0.0
      • setId

        public void setId​(String id)
        Sets the identifier.
        Parameters:
        id - the identifier.
        Since:
        7.0.0
      • getWorkflowId

        public String getWorkflowId()
        Returns the workflow identifier.
        Returns:
        the workflow identifier.
        Since:
        7.0.0
      • setWorkflowId

        public void setWorkflowId​(String workflowId)
        Sets the workflow identifier.
        Parameters:
        workflowId - the workflow identifier.
        Since:
        7.0.0
      • getServiceInstance

        public ServiceInstance getServiceInstance()
        Returns the service instance.
        Returns:
        the service instance.
        Since:
        7.0.0
      • setServiceInstance

        public void setServiceInstance​(ServiceInstance serviceInstance)
        Sets the service instance.
        Parameters:
        serviceInstance - the service instance.
        Since:
        7.0.0