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

Constructor Detail

EntityRepresentationImpl

public EntityRepresentationImpl(String entityName,
                                Map<String,String> 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<String,String> 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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2014 Atlassian. All Rights Reserved.