|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@PublicApi public interface ProjectComponent
A key domain object representing a "working part" of a Project such that an
Issue can be raised against or be relevant only to some parts. Typical usage
in projects to develop a technology product have a ProjectComponent for each
subsystem or module, e.g. GUI, Database, Indexing, Importing.
Components can have a lead, or user responsible for the issues raised against
that component.
The AssigneeType value (AssigneeTypes)
refers to the default assignee for issues raised on that component.
| Method Summary | |
|---|---|
long |
getAssigneeType()
Returns the assignee type. |
String |
getDescription()
Returns the component description. |
org.ofbiz.core.entity.GenericValue |
getGenericValue()
Deprecated. use this object instead of the stinky GenericValue! |
Long |
getId()
Returns the component ID. |
String |
getLead()
Returns the key 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. |
| Method Detail |
|---|
Long getId()
getId in interface ProjectConstantString getDescription()
getDescription in interface ProjectConstantString getLead()
String getName()
getName in interface ProjectConstantLong getProjectId()
getProjectId in interface ProjectConstantlong getAssigneeType()
AssigneeTypesorg.ofbiz.core.entity.GenericValue getGenericValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||