public class RemoteIssueLinkFactory extends AbstractEntityFactory<RemoteIssueLink>
| Constructor and Description |
|---|
RemoteIssueLinkFactory() |
| Modifier and Type | Method and Description |
|---|---|
RemoteIssueLink |
build(org.ofbiz.core.entity.GenericValue genericValue)
Builds an instance of this Entity from the given GenericValue.
|
FieldMap |
fieldMapFrom(RemoteIssueLink 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 RemoteIssueLink build(org.ofbiz.core.entity.GenericValue genericValue)
EntityBuildergenericValue - GenericValue for the entitypublic FieldMap fieldMapFrom(RemoteIssueLink value)
EntityFactoryvalue - the Entity valueCopyright © 2002-2022 Atlassian. All Rights Reserved.