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

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

public class ServiceInstanceWorkflow
extends Object

Service instance workflow JPA entity.

Since:
7.0.0

Constructor Summary
ServiceInstanceWorkflow()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceInstanceWorkflow

public ServiceInstanceWorkflow()
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


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