public class EntityPropertyFactory extends AbstractEntityFactory<EntityProperty>
Constructor and Description |
---|
EntityPropertyFactory() |
Modifier and Type | Method and Description |
---|---|
EntityProperty |
build(org.ofbiz.core.entity.GenericValue gv)
Builds an instance of this Entity from the given GenericValue.
|
Map<String,Object> |
fieldMapFrom(EntityProperty entityProperty)
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 String getEntityName()
NamedEntityBuilder
public EntityProperty build(org.ofbiz.core.entity.GenericValue gv)
EntityBuilder
gv
- GenericValue for the entitypublic Map<String,Object> fieldMapFrom(EntityProperty entityProperty)
EntityFactory
entityProperty
- the Entity valueCopyright © 2002-2024 Atlassian. All Rights Reserved.