com.atlassian.jira.projectconfig.contextproviders
Class WorkflowSummaryPanelContextProvider.SimpleWorkflow

java.lang.Object
  extended by com.atlassian.jira.projectconfig.contextproviders.WorkflowSummaryPanelContextProvider.SimpleWorkflow
All Implemented Interfaces:
NamedDefault
Enclosing class:
WorkflowSummaryPanelContextProvider

public static class WorkflowSummaryPanelContextProvider.SimpleWorkflow
extends Object
implements NamedDefault


Method Summary
 boolean equals(Object o)
           
 String getDescription()
           
 String getName()
           
 String getUrl()
           
 int hashCode()
           
 boolean isDefault()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getName

public String getName()
Specified by:
getName in interface NamedDefault

getUrl

public String getUrl()

getDescription

public String getDescription()

isDefault

public boolean isDefault()
Specified by:
isDefault in interface NamedDefault

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2012 Atlassian. All Rights Reserved.