public interface

EntityRepresentation

com.atlassian.jira.imports.project.core.EntityRepresentation
Known Indirect Subclasses

Class Overview

Represents a Entity and attributes that can be persisted via OfBiz

Summary

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.

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