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()
           
 
Method Summary
 java.lang.String getTypeDescription()
           
 java.lang.String getTypeIconUrl()
           
 void setTypeDescription(java.lang.String typeDescription)
           
 void setTypeIconUrl(java.lang.String typeIconUrl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JiraTypeImpl

public JiraTypeImpl()
Method Detail

getTypeDescription

@NotNull
public java.lang.String getTypeDescription()
Specified by:
getTypeDescription in interface JiraType

setTypeDescription

public void setTypeDescription(java.lang.String typeDescription)
Specified by:
setTypeDescription in interface JiraType

getTypeIconUrl

@NotNull
public java.lang.String getTypeIconUrl()
Specified by:
getTypeIconUrl in interface JiraType

setTypeIconUrl

public void setTypeIconUrl(java.lang.String typeIconUrl)
Specified by:
setTypeIconUrl in interface JiraType


Copyright © 2010 Atlassian. All Rights Reserved.