|
||||||||||
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 ProjectComponent
public String getDescription()
ProjectComponent
getDescription
in interface ProjectComponent
public String getLead()
ProjectComponent
getLead
in interface ProjectComponent
public String getName()
ProjectComponent
getName
in interface ProjectComponent
public Long getProjectId()
ProjectComponent
getProjectId
in interface ProjectComponent
public long getAssigneeType()
ProjectComponent
getAssigneeType
in interface ProjectComponent
public boolean equals(Object o)
equals
in class Object
o
- object to compare with
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
public 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 |