com.atlassian.jira.project
Class ProjectImpl

java.lang.Object
  extended by com.atlassian.jira.project.ProjectImpl
All Implemented Interfaces:
Project

public class ProjectImpl
extends Object
implements Project

Represents an immutable Project domain object for JIRA.


Constructor Summary
ProjectImpl(org.ofbiz.core.entity.GenericValue projectGv)
           
 
Method Summary
 boolean equals(Object o)
           
 Long getAssigneeType()
           
 Avatar getAvatar()
          Gives the currently-configured Avatar for this project.
 Collection getComponents()
           
 Long getCounter()
           
 String getDescription()
           
 org.ofbiz.core.entity.GenericValue getGenericValue()
           
 Long getId()
           
 String getKey()
           
 User getLead()
           
 String getLeadUserName()
           
 String getName()
           
 org.ofbiz.core.entity.GenericValue getProjectCategory()
           
 String getUrl()
           
 Collection getVersions()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProjectImpl

public ProjectImpl(org.ofbiz.core.entity.GenericValue projectGv)
Method Detail

getId

public Long getId()
Specified by:
getId in interface Project

getName

public String getName()
Specified by:
getName in interface Project

getKey

public String getKey()
Specified by:
getKey in interface Project

getUrl

public String getUrl()
Specified by:
getUrl in interface Project

getLead

public User getLead()
Specified by:
getLead in interface Project

getLeadUserName

public String getLeadUserName()
Specified by:
getLeadUserName in interface Project

getDescription

public String getDescription()
Specified by:
getDescription in interface Project

getAssigneeType

public Long getAssigneeType()
Specified by:
getAssigneeType in interface Project

getCounter

public Long getCounter()
Specified by:
getCounter in interface Project

getComponents

public Collection getComponents()
Specified by:
getComponents in interface Project

getVersions

public Collection getVersions()
Specified by:
getVersions in interface Project

getProjectCategory

public org.ofbiz.core.entity.GenericValue getProjectCategory()
Specified by:
getProjectCategory in interface Project

getAvatar

@NotNull
public Avatar getAvatar()
Description copied from interface: Project
Gives the currently-configured Avatar for this project.

Specified by:
getAvatar in interface Project
Returns:
the current Avatar, never null.

getGenericValue

public org.ofbiz.core.entity.GenericValue getGenericValue()
Specified by:
getGenericValue in interface Project
Returns:
the GenericValue backing this project object

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-2009 Atlassian. All Rights Reserved.