Class ServiceInstanceWorkflow
- java.lang.Object
-
- lumis.portal.structure.sync.model.serviceinstance.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 Summary
Constructors Constructor Description ServiceInstanceWorkflow()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
Returns the identifier.ServiceInstance
getServiceInstance()
Returns the service instance.String
getWorkflowId()
Returns the workflow identifier.void
setId(String id)
Sets the identifier.void
setServiceInstance(ServiceInstance serviceInstance)
Sets the service instance.void
setWorkflowId(String workflowId)
Sets the workflow identifier.
-
-
-
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
-
-