public class IssueLinkFactory extends AbstractEntityFactory<IssueLink>
| Modifier and Type | Field and Description |
|---|---|
static String |
DESTINATION |
static String |
ID |
static String |
LINK_TYPE |
static String |
SEQUENCE |
static String |
SOURCE |
| Constructor and Description |
|---|
IssueLinkFactory() |
| Modifier and Type | Method and Description |
|---|---|
IssueLink |
build(org.ofbiz.core.entity.GenericValue genericValue)
Builds an instance of this Entity from the given GenericValue.
|
FieldMap |
fieldMapFrom(IssueLink 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 static final String ID
public static final String LINK_TYPE
public static final String SOURCE
public static final String DESTINATION
public static final String SEQUENCE
public String getEntityName()
NamedEntityBuilderpublic IssueLink build(org.ofbiz.core.entity.GenericValue genericValue)
EntityBuildergenericValue - GenericValue for the entitypublic FieldMap fieldMapFrom(IssueLink value)
EntityFactoryvalue - the Entity valueCopyright © 2002-2018 Atlassian. All Rights Reserved.