com.atlassian.jira.web.action.issue.bulkedit
Class WorkflowTransitionKey

java.lang.Object
  extended by com.atlassian.jira.web.action.issue.bulkedit.WorkflowTransitionKey

public class WorkflowTransitionKey
extends Object


Constructor Summary
WorkflowTransitionKey(String workflowName, String actionDescriptor)
           
 
Method Summary
 boolean equals(Object o)
           
 String getActionDescriptorId()
           
 String getWorkflowName()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowTransitionKey

public WorkflowTransitionKey(String workflowName,
                             String actionDescriptor)
Method Detail

getWorkflowName

public String getWorkflowName()

getActionDescriptorId

public String getActionDescriptorId()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2002-2007 Atlassian. All Rights Reserved.