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, toString
public String getEntityName()
NamedEntityBuilder
public MovedIssueKey build(org.ofbiz.core.entity.GenericValue gv)
EntityBuilder
gv
- GenericValue for the entitypublic Map<String,Object> fieldMapFrom(MovedIssueKey value)
EntityFactory
value
- the Entity valueCopyright © 2002-2019 Atlassian. All Rights Reserved.