com.atlassian.jira.upgrade.tasks
Class FieldLayoutSchemeMatrixEntry

java.lang.Object
  extended bycom.atlassian.jira.upgrade.tasks.FieldLayoutSchemeMatrixEntry

class FieldLayoutSchemeMatrixEntry
extends Object


Constructor Summary
FieldLayoutSchemeMatrixEntry(String issuetype, Long fieldLayoutScheme)
           
 
Method Summary
 boolean equals(Object o)
           
 Long getFieldLayoutScheme()
           
 String getIssuetype()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldLayoutSchemeMatrixEntry

public FieldLayoutSchemeMatrixEntry(String issuetype,
                                    Long fieldLayoutScheme)
Method Detail

getIssuetype

public String getIssuetype()

getFieldLayoutScheme

public Long getFieldLayoutScheme()

equals

public boolean equals(Object o)

hashCode

public int hashCode()


Copyright © 2002-2006 Atlassian. All Rights Reserved.