Class ServiceInstanceWorkflowPermission


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

      • ServiceInstanceWorkflowPermission

        public ServiceInstanceWorkflowPermission()
    • 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
      • getServiceInstanceWorkflow

        public ServiceInstanceWorkflow getServiceInstanceWorkflow()
        Returns the service instance workflow.
        Returns:
        the service instance workflow.
        Since:
        7.0.0
      • setServiceInstanceWorkflow

        public void setServiceInstanceWorkflow​(ServiceInstanceWorkflow serviceInstanceWorkflow)
        Sets the service instance workflow.
        Parameters:
        serviceInstanceWorkflow - the service instance workflow.
        Since:
        7.0.0
      • getPrincipalId

        public String getPrincipalId()
        Returns the principal identifier.
        Returns:
        the principal identifier.
        Since:
        7.0.0
      • setPrincipalId

        public void setPrincipalId​(String principalId)
        Sets the principal identifier.
        Parameters:
        principalId - the principal identifier.
        Since:
        7.0.0
      • getRole

        public String getRole()
        Returns the role.
        Returns:
        the role.
        Since:
        7.0.0
      • setRole

        public void setRole​(String role)
        Sets the role.
        Parameters:
        role - the role.
        Since:
        7.0.0