com.atlassian.jira.entity
Class StringEntityBuilder

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

public final class StringEntityBuilder
extends Object
implements EntityBuilder<String>

Since:
v5.2

Constructor Summary
StringEntityBuilder(String fieldName)
           
 
Method Summary
 String 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

StringEntityBuilder

public StringEntityBuilder(String fieldName)
Method Detail

build

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


Copyright © 2002-2013 Atlassian. All Rights Reserved.