Class ServiceInstanceWorkflow
- java.lang.Object
-
- lumis.portal.structure.sync.model.serviceinstance.ServiceInstanceWorkflow
-
public class ServiceInstanceWorkflow extends java.lang.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 java.lang.String
getId()
Returns the identifier.ServiceInstance
getServiceInstance()
Returns the service instance.java.lang.String
getWorkflowId()
Returns the workflow identifier.void
setId(java.lang.String id)
Sets the identifier.void
setServiceInstance(ServiceInstance serviceInstance)
Sets the service instance.void
setWorkflowId(java.lang.String workflowId)
Sets the workflow identifier.
-
-
-
Method Detail
-
getId
public java.lang.String getId()
Returns the identifier.- Returns:
- the identifier.
- Since:
- 7.0.0
-
setId
public void setId(java.lang.String id)
Sets the identifier.- Parameters:
id
- the identifier.- Since:
- 7.0.0
-
getWorkflowId
public java.lang.String getWorkflowId()
Returns the workflow identifier.- Returns:
- the workflow identifier.
- Since:
- 7.0.0
-
setWorkflowId
public void setWorkflowId(java.lang.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
-
-