com.atlassian.jira.imports.project.core
Interface EntityRepresentation

All Known Implementing Classes:
EntityRepresentationImpl

public interface EntityRepresentation

Represents a Entity and attributes that can be persisted via OfBiz

Since:
v3.13

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.
 

Method Detail

getEntityName

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

getEntityValues

Map 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


Copyright © 2002-2009 Atlassian. All Rights Reserved.