|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.portal.structure.sync.model.serviceinstance.ServiceInstanceWorkflowPermission
public class ServiceInstanceWorkflowPermission
Service instance workflow permission JPA entity.
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 |
---|
public ServiceInstanceWorkflowPermission()
Method Detail |
---|
public String getId()
public void setId(String id)
id
- the identifier.public ServiceInstanceWorkflow getServiceInstanceWorkflow()
public void setServiceInstanceWorkflow(ServiceInstanceWorkflow serviceInstanceWorkflow)
serviceInstanceWorkflow
- the service instance workflow.public String getPrincipalId()
public void setPrincipalId(String principalId)
principalId
- the principal identifier.public String getRole()
public void setRole(String role)
role
- the role.public ServiceInstanceWorkflowPermission.Type getType()
public void setType(ServiceInstanceWorkflowPermission.Type type)
type
- the type.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |