Skip navigation links


com.thortech.xl.vo.workflow
Class RequestWorkflow

java.lang.Object
  extended by com.thortech.xl.vo.workflow.RequestWorkflow

All Implemented Interfaces:
java.io.Serializable

public class RequestWorkflow
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form

Constructor Summary
RequestWorkflow()
           

 

Method Summary
 java.util.Date getEndDate()
           
 java.util.Date getStartDate()
           
 java.lang.String getStatus()
           
 java.lang.String getType()
           
 WorkflowInstance getWorkflowInstance()
           
 java.lang.String getWorkflowInstanceKey()
           
 java.lang.String getWorkflowInstanceName()
           
 void setEndDate(java.util.Date endDate)
           
 void setStartDate(java.util.Date startDate)
           
 void setStatus(java.lang.String status)
           
 void setType(java.lang.String type)
           
 void setWorkflowInstance(WorkflowInstance workflowInstance)
           
 void setWorkflowInstanceKey(java.lang.String workflowInstanceKey)
           
 void setWorkflowInstanceName(java.lang.String workflowInstanceName)
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

RequestWorkflow

public RequestWorkflow()

Method Detail

getType

public java.lang.String getType()
Returns:
Returns the type.

setType

public void setType(java.lang.String type)
Parameters:
type - The type to set.

getWorkflowInstance

public WorkflowInstance getWorkflowInstance()
Returns:
Returns the workflowInstance.

setWorkflowInstance

public void setWorkflowInstance(WorkflowInstance workflowInstance)
Parameters:
workflowInstance - The workflowInstance to set.

getWorkflowInstanceKey

public java.lang.String getWorkflowInstanceKey()
Returns:
Returns the workflowInstanceKey.

setWorkflowInstanceKey

public void setWorkflowInstanceKey(java.lang.String workflowInstanceKey)
Parameters:
workflowInstanceKey - The workflowInstanceKey to set.

getWorkflowInstanceName

public java.lang.String getWorkflowInstanceName()
Returns:
Returns the workflowInstanceName.

setWorkflowInstanceName

public void setWorkflowInstanceName(java.lang.String workflowInstanceName)
Parameters:
workflowInstanceName - The workflowInstanceName to set.

getStatus

public java.lang.String getStatus()
Returns:
Returns the status.

setStatus

public void setStatus(java.lang.String status)
Parameters:
status - The status to set.

getEndDate

public java.util.Date getEndDate()
Returns:
Returns the endDate.

setEndDate

public void setEndDate(java.util.Date endDate)
Parameters:
endDate - The endDate to set.

getStartDate

public java.util.Date getStartDate()
Returns:
Returns the startDate.

setStartDate

public void setStartDate(java.util.Date startDate)
Parameters:
startDate - The startDate to set.

Skip navigation links


Copyright © 2014, Oracle and/or its affiliates. All rights reserved.