com.atlassian.jira.issue.search
Class SearchRequestEntityBuilder

java.lang.Object
  extended by 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
SearchRequestEntityBuilder()
           
 
Method Summary
 SearchRequestEntity build(org.ofbiz.core.entity.GenericValue gv)
          Builds an instance of this Entity from the given GenericValue.
 String getEntityName()
          The name of the Entity as defined in the entitymodel.xml file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchRequestEntityBuilder

public SearchRequestEntityBuilder()
Method Detail

getEntityName

public String getEntityName()
Description copied from interface: NamedEntityBuilder
The name of the Entity as defined in the entitymodel.xml file.

Specified by:
getEntityName in interface NamedEntityBuilder<SearchRequestEntity>
Returns:
the name of the Entity.

build

public SearchRequestEntity build(org.ofbiz.core.entity.GenericValue gv)
Description copied from interface: EntityBuilder
Builds an instance of this Entity from the given GenericValue.

Specified by:
build in interface EntityBuilder<SearchRequestEntity>
Parameters:
gv - GenericValue for the entity
Returns:
the entity Object


Copyright © 2002-2014 Atlassian. All Rights Reserved.