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,
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.
|
String |
toString()
Nice debug output.
|
public Long getId()
ProjectComponent
getId
in interface ProjectComponent
getId
in interface ProjectConstant
public String getDescription()
ProjectComponent
getDescription
in interface ProjectComponent
getDescription
in interface ProjectConstant
public String getLead()
ProjectComponent
getLead
in interface ProjectComponent
public ApplicationUser getComponentLead()
ProjectComponent
getComponentLead
in interface ProjectComponent
public String getName()
ProjectComponent
getName
in interface ProjectComponent
getName
in interface ProjectConstant
public Long getProjectId()
ProjectComponent
getProjectId
in interface ProjectComponent
getProjectId
in interface ProjectConstant
public long getAssigneeType()
ProjectComponent
getAssigneeType
in interface ProjectComponent
AssigneeTypes
public boolean isArchived()
ProjectComponent
isArchived
in interface ProjectComponent
public boolean equals(Object o)
public int hashCode()
public String toString()
public org.ofbiz.core.entity.GenericValue getGenericValue()
getGenericValue
in interface ProjectComponent
Copyright © 2002-2021 Atlassian. All Rights Reserved.