com.atlassian.jira.web.action.admin.workflow
Class WorkflowMigrationMappingKey

java.lang.Object
  extended bycom.atlassian.jira.web.action.admin.workflow.WorkflowMigrationMappingKey

class WorkflowMigrationMappingKey
extends Object


Constructor Summary
WorkflowMigrationMappingKey(org.ofbiz.core.entity.GenericValue issueType, org.ofbiz.core.entity.GenericValue status)
           
WorkflowMigrationMappingKey(String issueTypeId, String statusId)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WorkflowMigrationMappingKey

public WorkflowMigrationMappingKey(org.ofbiz.core.entity.GenericValue issueType,
                                   org.ofbiz.core.entity.GenericValue status)

WorkflowMigrationMappingKey

public WorkflowMigrationMappingKey(String issueTypeId,
                                   String statusId)
Method Detail

equals

public boolean equals(Object o)

hashCode

public int hashCode()

toString

public String toString()


Copyright © 2002-2006 Atlassian. All Rights Reserved.