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, toString
public 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()
NamedEntityBuilder
public IssueLink build(org.ofbiz.core.entity.GenericValue genericValue)
EntityBuilder
genericValue
- GenericValue for the entitypublic FieldMap fieldMapFrom(IssueLink value)
EntityFactory
value
- the Entity valueCopyright © 2002-2016 Atlassian. All Rights Reserved.