com.atlassian.jira.entity
Class IssueLinkFactory
java.lang.Object
com.atlassian.jira.entity.AbstractEntityFactory<IssueLink>
com.atlassian.jira.entity.IssueLinkFactory
- All Implemented Interfaces:
- EntityFactory<IssueLink>
public class IssueLinkFactory
- extends AbstractEntityFactory<IssueLink>
IssueLink EntityFactory
- Since:
- v5.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IssueLinkFactory
public IssueLinkFactory()
getEntityName
public String getEntityName()
- Description copied from interface:
EntityFactory
- The name of the Entity as defined in the entitymodel.xml file.
- Returns:
- the name of the Entity.
build
public IssueLink build(org.ofbiz.core.entity.GenericValue genericValue)
- Description copied from interface:
EntityFactory
- Builds an instance of this Entity from the given GenericValue.
- Parameters:
genericValue
- GenericValue for the entity
- Returns:
- the entity Object
fieldMapFrom
public FieldMap fieldMapFrom(IssueLink value)
- Description copied from interface:
EntityFactory
- Builds a FieldMap from an entity Object.
The FieldMap is the data held by a GenericValue, so this basically is the reverse operation of turning an object
into a GenericValue.
- Parameters:
value
- the Entity value
- Returns:
- Map of field values
Copyright © 2002-2012 Atlassian. All Rights Reserved.