public class ProjectCategoryFactory extends AbstractEntityFactory<ProjectCategory>
| Modifier and Type | Class and Description |
|---|---|
static class |
ProjectCategoryFactory.Builder |
| Modifier and Type | Field and Description |
|---|---|
static Long |
NONE_PROJECT_CATEGORY_ID
Project category ID for 'None' project category.
|
| Constructor and Description |
|---|
ProjectCategoryFactory() |
| Modifier and Type | Method and Description |
|---|---|
ProjectCategory |
build(org.ofbiz.core.entity.GenericValue genericValue)
Builds an instance of this Entity from the given GenericValue.
|
FieldMap |
fieldMapFrom(ProjectCategory value)
Builds a FieldMap from an entity Object.
|
String |
getEntityName()
The name of the Entity as defined in the entitymodel.xml file.
|
buildList, genericValueFrom, toStringpublic static final Long NONE_PROJECT_CATEGORY_ID
public String getEntityName()
NamedEntityBuilderpublic ProjectCategory build(org.ofbiz.core.entity.GenericValue genericValue)
EntityBuildergenericValue - GenericValue for the entitypublic FieldMap fieldMapFrom(ProjectCategory value)
EntityFactoryvalue - the Entity valueCopyright © 2002-2017 Atlassian. All Rights Reserved.