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, toString
public static final Long NONE_PROJECT_CATEGORY_ID
public String getEntityName()
NamedEntityBuilder
public ProjectCategory build(org.ofbiz.core.entity.GenericValue genericValue)
EntityBuilder
genericValue
- GenericValue for the entitypublic FieldMap fieldMapFrom(ProjectCategory value)
EntityFactory
value
- the Entity valueCopyright © 2002-2024 Atlassian. All Rights Reserved.