lumis.portal.structure.sync.model.serviceinstance
Class ServiceInstanceWorkflowPermission

Package class diagram package ServiceInstanceWorkflowPermission
java.lang.Object
  extended by lumis.portal.structure.sync.model.serviceinstance.ServiceInstanceWorkflowPermission

public class ServiceInstanceWorkflowPermission
extends Object

Service instance workflow permission JPA entity.

Since:
7.0.0

Nested Class Summary
static class ServiceInstanceWorkflowPermission.Type
          The type of permission.
 
Constructor Summary
ServiceInstanceWorkflowPermission()
           
 
Method Summary
 String getId()
          Returns the identifier.
 String getPrincipalId()
          Returns the principal identifier.
 String getRole()
          Returns the role.
 ServiceInstanceWorkflow getServiceInstanceWorkflow()
          Returns the service instance workflow.
 ServiceInstanceWorkflowPermission.Type getType()
          Returns the type.
 void setId(String id)
          Sets the identifier.
 void setPrincipalId(String principalId)
          Sets the principal identifier.
 void setRole(String role)
          Sets the role.
 void setServiceInstanceWorkflow(ServiceInstanceWorkflow serviceInstanceWorkflow)
          Sets the service instance workflow.
 void setType(ServiceInstanceWorkflowPermission.Type type)
          Sets the type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

getType

public ServiceInstanceWorkflowPermission.Type getType()
Returns the type.

Returns:
the type.
Since:
7.0.0

setType

public void setType(ServiceInstanceWorkflowPermission.Type type)
Sets the type.

Parameters:
type - the type.
Since:
7.0.0


Lumisportal  7.0.0.121130 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.