com.atlassian.jira.entity
Class IdEntityBuilder

java.lang.Object
  extended by com.atlassian.jira.entity.IdEntityBuilder
All Implemented Interfaces:
EntityBuilder<Long>

public class IdEntityBuilder
extends Object
implements EntityBuilder<Long>

Since:
v6.1

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

Field Detail

ID

public static final String ID
See Also:
Constant Field Values
Method Detail

getInstance

public static IdEntityBuilder getInstance()

build

public Long 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<Long>
Parameters:
genericValue - GenericValue for the entity
Returns:
the entity Object


Copyright © 2002-2013 Atlassian. All Rights Reserved.