public class MovedIssueKeyFactory extends AbstractEntityFactory<MovedIssueKey>
| Constructor and Description |
|---|
MovedIssueKeyFactory() |
| Modifier and Type | Method and Description |
|---|---|
MovedIssueKey |
build(org.ofbiz.core.entity.GenericValue gv)
Builds an instance of this Entity from the given GenericValue.
|
Map<String,Object> |
fieldMapFrom(MovedIssueKey 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 String getEntityName()
NamedEntityBuilderpublic MovedIssueKey build(org.ofbiz.core.entity.GenericValue gv)
EntityBuildergv - GenericValue for the entitypublic Map<String,Object> fieldMapFrom(MovedIssueKey value)
EntityFactoryvalue - the Entity valueCopyright © 2002-2022 Atlassian. All Rights Reserved.