|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.portal.structure.sync.model.serviceinstance.ServiceInstanceWorkflow
public class ServiceInstanceWorkflow
Service instance workflow JPA entity.
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 |
---|
public ServiceInstanceWorkflow()
Method Detail |
---|
public String getId()
public void setId(String id)
id
- the identifier.public String getWorkflowId()
public void setWorkflowId(String workflowId)
workflowId
- the workflow identifier.public ServiceInstance getServiceInstance()
public void setServiceInstance(ServiceInstance serviceInstance)
serviceInstance
- the service instance.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |