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
Modifier and TypeMethodDescriptionGets the OfBiz entity name for the "entity" that should be persisted (e.g.Gets the attributes that will be persisted within the entity (i.e.
-
Method Details
-
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
Gets the attributes that will be persisted within the entity (i.e. column values).- Returns:
- map containing column names as keys and string values
-