Class ServiceInstanceWorkflowPermission
- java.lang.Object
-
- lumis.portal.structure.sync.model.serviceinstance.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) $
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ServiceInstanceWorkflowPermission.Type
The type of permission.
-
Constructor Summary
Constructors Constructor Description ServiceInstanceWorkflowPermission()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.
-
-
-
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
-
-