public class ReindexComponentFactory extends AbstractEntityFactory<ReindexComponent>
| Constructor and Description |
|---|
ReindexComponentFactory() |
| Modifier and Type | Method and Description |
|---|---|
ReindexComponent |
build(org.ofbiz.core.entity.GenericValue genericValue)
Builds an instance of this Entity from the given GenericValue.
|
Map<String,Object> |
fieldMapFrom(ReindexComponent 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 Map<String,Object> fieldMapFrom(ReindexComponent value)
EntityFactoryvalue - the Entity valuepublic String getEntityName()
NamedEntityBuilderpublic ReindexComponent build(org.ofbiz.core.entity.GenericValue genericValue)
EntityBuildergenericValue - GenericValue for the entityCopyright © 2002-2018 Atlassian. All Rights Reserved.