Package com.atlassian.jira.issue.search
Class SearchRequestEntityBuilder
java.lang.Object
com.atlassian.jira.issue.search.SearchRequestEntityBuilder
- All Implemented Interfaces:
EntityBuilder<SearchRequestEntity>,NamedEntityBuilder<SearchRequestEntity>
public class SearchRequestEntityBuilder
extends Object
implements NamedEntityBuilder<SearchRequestEntity>
- Since:
- v5.2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild(org.ofbiz.core.entity.GenericValue gv) Builds an instance of this Entity from the given GenericValue.The name of the Entity as defined in the entitymodel.xml file.
-
Constructor Details
-
SearchRequestEntityBuilder
public SearchRequestEntityBuilder()
-
-
Method Details
-
getEntityName
Description copied from interface:NamedEntityBuilderThe name of the Entity as defined in the entitymodel.xml file.- Specified by:
getEntityNamein interfaceNamedEntityBuilder<SearchRequestEntity>- Returns:
- the name of the Entity.
-
build
Description copied from interface:EntityBuilderBuilds an instance of this Entity from the given GenericValue.- Specified by:
buildin interfaceEntityBuilder<SearchRequestEntity>- Parameters:
gv- GenericValue for the entity- Returns:
- the entity Object
-