com.atlassian.jira.issue.operation
Class WorkflowIssueOperationImpl

java.lang.Object
  extended by com.atlassian.jira.issue.operation.WorkflowIssueOperationImpl
All Implemented Interfaces:
IssueOperation, WorkflowIssueOperation

public class WorkflowIssueOperationImpl
extends Object
implements WorkflowIssueOperation

Copyright (c) 2002-2004 All rights reserved.


Constructor Summary
WorkflowIssueOperationImpl(com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor)
           
 
Method Summary
 boolean equals(Object o)
           
 com.opensymphony.workflow.loader.ActionDescriptor getActionDescriptor()
           
 String getDescriptionKey()
           
 String getNameKey()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowIssueOperationImpl

public WorkflowIssueOperationImpl(com.opensymphony.workflow.loader.ActionDescriptor actionDescriptor)
Method Detail

getActionDescriptor

public com.opensymphony.workflow.loader.ActionDescriptor getActionDescriptor()
Specified by:
getActionDescriptor in interface WorkflowIssueOperation

getNameKey

public String getNameKey()
Specified by:
getNameKey in interface IssueOperation

getDescriptionKey

public String getDescriptionKey()
Specified by:
getDescriptionKey in interface IssueOperation

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.