com.atlassian.jira.entity
Class NoopEntityBuilder

java.lang.Object
  extended by com.atlassian.jira.entity.NoopEntityBuilder
All Implemented Interfaces:
EntityBuilder<org.ofbiz.core.entity.GenericValue>

public class NoopEntityBuilder
extends Object
implements EntityBuilder<org.ofbiz.core.entity.GenericValue>

No-op implementation of EntityBuilder such that you can just select GenericValues.

Since:
v6.0

Constructor Summary
NoopEntityBuilder()
           
 
Method Summary
 org.ofbiz.core.entity.GenericValue build(org.ofbiz.core.entity.GenericValue genericValue)
          Builds an instance of this Entity from the given GenericValue.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoopEntityBuilder

public NoopEntityBuilder()
Method Detail

build

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

Specified by:
build in interface EntityBuilder<org.ofbiz.core.entity.GenericValue>
Parameters:
genericValue - GenericValue for the entity
Returns:
the entity Object


Copyright © 2002-2014 Atlassian. All Rights Reserved.