|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.bc.project.component.ProjectComponentImpl
public class ProjectComponentImpl
Standard implementation of the ProjectComponent.
| Constructor Summary | |
|---|---|
protected |
ProjectComponentImpl(Long id,
String name,
String description,
String lead,
long assigneeType,
Long projectId,
org.ofbiz.core.entity.GenericValue gv)
|
|
ProjectComponentImpl(String name,
String description,
String lead,
long assigneeType)
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Returns true if same object, instance of ProjectComponent and equal ID. |
long |
getAssigneeType()
Returns the assignee type. |
String |
getDescription()
Returns the component description. |
org.ofbiz.core.entity.GenericValue |
getGenericValue()
Deprecated. use this object instead |
Long |
getId()
Returns the component ID. |
String |
getLead()
Returns the name of the lead for this project component. |
String |
getName()
Returns the name of this project component. |
Long |
getProjectId()
Returns the id of the project of this component. |
int |
hashCode()
Returns the hash code of the ID |
String |
toString()
Nice debug output. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ProjectComponentImpl(String name,
String description,
String lead,
long assigneeType)
protected ProjectComponentImpl(Long id,
String name,
String description,
String lead,
long assigneeType,
Long projectId,
org.ofbiz.core.entity.GenericValue gv)
| Method Detail |
|---|
public Long getId()
ProjectComponent
getId in interface ProjectComponentpublic String getDescription()
ProjectComponent
getDescription in interface ProjectComponentpublic String getLead()
ProjectComponent
getLead in interface ProjectComponentpublic String getName()
ProjectComponent
getName in interface ProjectComponentpublic Long getProjectId()
ProjectComponent
getProjectId in interface ProjectComponentpublic long getAssigneeType()
ProjectComponent
getAssigneeType in interface ProjectComponentpublic boolean equals(Object o)
equals in class Objecto - object to compare with
public int hashCode()
hashCode in class Objectpublic String toString()
toString in class Objectpublic org.ofbiz.core.entity.GenericValue getGenericValue()
getGenericValue in interface ProjectComponent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||