com.atlassian.bamboo.jira.jirametadata
Class JiraTypeImpl

java.lang.Object
  extended by com.atlassian.bamboo.jira.jirametadata.JiraTypeImpl
All Implemented Interfaces:
JiraType

public class JiraTypeImpl
extends java.lang.Object
implements JiraType


Constructor Summary
JiraTypeImpl()
           
JiraTypeImpl(java.lang.String typeDescription, java.lang.String typeIconUrl)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getTypeDescription()
           
 java.lang.String getTypeIconUrl()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JiraTypeImpl

public JiraTypeImpl()

JiraTypeImpl

public JiraTypeImpl(java.lang.String typeDescription,
                    java.lang.String typeIconUrl)
Method Detail

getTypeDescription

@NotNull
public java.lang.String getTypeDescription()
Specified by:
getTypeDescription in interface JiraType
Returns:
Description of JIRA issue type

getTypeIconUrl

@NotNull
public java.lang.String getTypeIconUrl()
Specified by:
getTypeIconUrl in interface JiraType
Returns:
URL to the icon representing JIRA issue type

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2012 Atlassian. All Rights Reserved.