com.atlassian.jira.workflow
Class JiraWorkflowDTOImpl

java.lang.Object
  extended by com.atlassian.jira.workflow.JiraWorkflowDTOImpl
All Implemented Interfaces:
JiraWorkflowDTO

public class JiraWorkflowDTOImpl
extends Object
implements JiraWorkflowDTO

This is a simple data transfer object used to convey workflow information out of the Workflow store.

Since:
v3.13

Constructor Summary
JiraWorkflowDTOImpl(Long id, String name, com.opensymphony.workflow.loader.WorkflowDescriptor descriptor)
           
 
Method Summary
 boolean equals(Object o)
           
 ImmutableWorkflowDescriptor getDescriptor()
           
 Long getId()
           
 String getName()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JiraWorkflowDTOImpl

public JiraWorkflowDTOImpl(Long id,
                           String name,
                           com.opensymphony.workflow.loader.WorkflowDescriptor descriptor)
Method Detail

getId

public Long getId()
Specified by:
getId in interface JiraWorkflowDTO

getDescriptor

public ImmutableWorkflowDescriptor getDescriptor()
Specified by:
getDescriptor in interface JiraWorkflowDTO

getName

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

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2002-2009 Atlassian. All Rights Reserved.