public class ProjectComponentImpl extends Object implements ProjectComponent
ProjectComponent.| Constructor and Description |
|---|
ProjectComponentImpl(Long id,
String name,
String description,
String lead,
long assigneeType,
Long projectId,
boolean archived,
boolean deleted,
org.ofbiz.core.entity.GenericValue gv) |
ProjectComponentImpl(Long id,
String name,
String description,
String lead,
long assigneeType,
Long projectId,
boolean archived,
org.ofbiz.core.entity.GenericValue gv) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Returns true if same object, instance of ProjectComponent and equal ID.
|
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
|
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.
|
int |
hashCode()
Returns the hash code of the ID
|
boolean |
isArchived()
Returns archived status of the component.
|
boolean |
isDeleted()
Returns the deletion status of the component.
|
String |
toString()
Nice debug output.
|
public ProjectComponentImpl(Long id, String name, String description, String lead, long assigneeType, Long projectId, boolean archived, org.ofbiz.core.entity.GenericValue gv)
public Long getId()
ProjectComponentgetId in interface ProjectComponentgetId in interface ProjectConstantpublic String getDescription()
ProjectComponentgetDescription in interface ProjectComponentgetDescription in interface ProjectConstantpublic String getLead()
ProjectComponentgetLead in interface ProjectComponentpublic ApplicationUser getComponentLead()
ProjectComponentgetComponentLead in interface ProjectComponentpublic String getName()
ProjectComponentgetName in interface ProjectComponentgetName in interface ProjectConstantpublic Long getProjectId()
ProjectComponentgetProjectId in interface ProjectComponentgetProjectId in interface ProjectConstantpublic long getAssigneeType()
ProjectComponentgetAssigneeType in interface ProjectComponentAssigneeTypespublic boolean isArchived()
ProjectComponentisArchived in interface ProjectComponentpublic boolean isDeleted()
ProjectComponentisDeleted in interface ProjectComponentpublic boolean equals(Object o)
public int hashCode()
public String toString()
public org.ofbiz.core.entity.GenericValue getGenericValue()
getGenericValue in interface ProjectComponentCopyright © 2002-2024 Atlassian. All Rights Reserved.