com.atlassian.jira.web.bean
Class WorkflowDescriptorInfo

java.lang.Object
  extended by com.atlassian.jira.web.bean.WorkflowDescriptorInfo

public class WorkflowDescriptorInfo
extends Object


Constructor Summary
WorkflowDescriptorInfo(String description, boolean orderable, boolean deletable, boolean editable)
           
 
Method Summary
 String getDescription()
           
 boolean isDeletable()
           
 boolean isEditable()
           
 boolean isOrderable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowDescriptorInfo

public WorkflowDescriptorInfo(String description,
                              boolean orderable,
                              boolean deletable,
                              boolean editable)
Method Detail

getDescription

public String getDescription()

isOrderable

public boolean isOrderable()

isDeletable

public boolean isDeletable()

isEditable

public boolean isEditable()


Copyright © 2002-2009 Atlassian. All Rights Reserved.