com.adobe.livecycle.ibmfilenetprocessengineconnector.client.type.impl
Class StepDefinition

java.lang.Object
  extended by com.adobe.livecycle.ibmfilenetprocessengineconnector.client.type.impl.StepDefinition
All Implemented Interfaces:
java.io.Serializable

public class StepDefinition
extends java.lang.Object
implements java.io.Serializable

Captures the information from a VWStepDefinition

Since:
24 September 2007
See Also:
Serialized Form

Constructor Summary
StepDefinition(java.lang.String workflowMapName, int stepID, java.lang.String stepName)
          Createa a Step Definition with the given step ID and name
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int getStepID()
          Returns the Step ID
 java.lang.String getStepName()
          Returns the Step Name
 java.lang.String getWorkflowMapName()
          Returns the name of the Workflow map that contains the step
 int hashCode()
           
 void setStepID(int aStepID)
          Sets the Step ID
 void setStepName(java.lang.String aStepName)
          Sets the Step Name
 void setWorkflowMapName(java.lang.String aWorkflowMapName)
          Set the name of the Workflow map that contains the step
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StepDefinition

public StepDefinition(java.lang.String workflowMapName,
                      int stepID,
                      java.lang.String stepName)
Createa a Step Definition with the given step ID and name

Parameters:
workflowMapName - Name of the Workflow map which contains the Workflow Step
stepID - ID of the Workflow Step
stepName - Name of the Workflow Step
Method Detail

getWorkflowMapName

public java.lang.String getWorkflowMapName()
Returns the name of the Workflow map that contains the step


setWorkflowMapName

public void setWorkflowMapName(java.lang.String aWorkflowMapName)
Set the name of the Workflow map that contains the step


getStepID

public int getStepID()
Returns the Step ID


setStepID

public void setStepID(int aStepID)
Sets the Step ID


getStepName

public java.lang.String getStepName()
Returns the Step Name


setStepName

public void setStepName(java.lang.String aStepName)
Sets the Step Name


hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
See Also:
Object.toString()