com.atlassian.jira.projectconfig.beans
Class SimpleProject

java.lang.Object
  extended by com.atlassian.jira.projectconfig.beans.SimpleProject

public class SimpleProject
extends Object

Wrapper for a project, mainly because the project's description can contain html

Since:
v4.4

Constructor Summary
SimpleProject(Project project)
           
 
Method Summary
 boolean equals(Object o)
           
 String getAbbreviatedUrl()
           
 Avatar getAvatar()
           
 String getDescriptionHtml()
           
 Long getId()
           
 String getKey()
           
 String getName()
           
 org.ofbiz.core.entity.GenericValue getProjectCategory()
           
 String getUrl()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleProject

public SimpleProject(Project project)
Method Detail

getId

public Long getId()

getKey

public String getKey()

getName

public String getName()

getUrl

public String getUrl()

getAbbreviatedUrl

public String getAbbreviatedUrl()

getProjectCategory

public org.ofbiz.core.entity.GenericValue getProjectCategory()

getDescriptionHtml

public String getDescriptionHtml()

getAvatar

public Avatar getAvatar()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2012 Atlassian. All Rights Reserved.