@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.
|
Long getId()
getId
in interface ProjectConstant
String getDescription()
getDescription
in interface ProjectConstant
String getLead()
ApplicationUser getComponentLead()
String getName()
getName
in interface ProjectConstant
Long getProjectId()
getProjectId
in interface ProjectConstant
long getAssigneeType()
AssigneeTypes
org.ofbiz.core.entity.GenericValue getGenericValue()
Copyright © 2002-2016 Atlassian. All Rights Reserved.