@PublicApi public interface ProjectComponent extends ProjectConstant
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.
| Modifier and Type | Method and Description |
|---|---|
long |
getAssigneeType()
Returns the assignee type.
|
ApplicationUser |
getComponentLead()
Returns the lead for this project component.
|
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.
|
boolean |
isArchived()
Returns archived status of the component.
|
Long getId()
getId in interface ProjectConstantString getDescription()
getDescription in interface ProjectConstantString getLead()
ApplicationUser getComponentLead()
String getName()
getName in interface ProjectConstantLong getProjectId()
getProjectId in interface ProjectConstantlong getAssigneeType()
AssigneeTypesorg.ofbiz.core.entity.GenericValue getGenericValue()
boolean isArchived()
Copyright © 2002-2019 Atlassian. All Rights Reserved.