public class

EntityRepresentationImpl

extends Object
implements EntityRepresentation
java.lang.Object
   ↳ com.atlassian.jira.imports.project.core.EntityRepresentationImpl

Summary

Public Constructors
EntityRepresentationImpl(String entityName, Map<StringString> entityValues)
Public Methods
String getEntityName()
Gets the OfBiz entity name for the "entity" that should be persisted (e.g.
Map<StringString> getEntityValues()
Gets the attributes that will be persisted within the entity (i.e.
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.imports.project.core.EntityRepresentation

Public Constructors

public EntityRepresentationImpl (String entityName, Map<StringString> entityValues)

Public Methods

public String getEntityName ()

Gets the OfBiz entity name for the "entity" that should be persisted (e.g. Issue for the Issue object).

Returns
  • the entity name for this representation

public Map<StringString> getEntityValues ()

Gets the attributes that will be persisted within the entity (i.e. column values).

Returns
  • map containing column names as keys and string values

public String toString ()