com.atlassian.jira.imports.project.core
Class EntityRepresentationImpl

java.lang.Object
  extended by com.atlassian.jira.imports.project.core.EntityRepresentationImpl
All Implemented Interfaces:
EntityRepresentation

public class EntityRepresentationImpl
extends Object
implements EntityRepresentation

Since:
v3.13

Constructor Summary
EntityRepresentationImpl(String entityName, Map entityValues)
           
 
Method Summary
 String getEntityName()
          Gets the OfBiz entity name for the "entity" that should be persisted (e.g.
 Map getEntityValues()
          Gets the attributes that will be persisted within the entity (i.e.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityRepresentationImpl

public EntityRepresentationImpl(String entityName,
                                Map entityValues)
Method Detail

getEntityName

public String getEntityName()
Description copied from interface: EntityRepresentation
Gets the OfBiz entity name for the "entity" that should be persisted (e.g. Issue for the Issue object).

Specified by:
getEntityName in interface EntityRepresentation
Returns:
the entity name for this representation

getEntityValues

public Map getEntityValues()
Description copied from interface: EntityRepresentation
Gets the attributes that will be persisted within the entity (i.e. column values).

Specified by:
getEntityValues in interface EntityRepresentation
Returns:
map containing column names as keys and string values


Copyright © 2002-2009 Atlassian. All Rights Reserved.