public class EntityRepresentationImpl extends Object implements EntityRepresentation
Constructor and Description |
---|
EntityRepresentationImpl(String entityName,
Map<String,String> entityValues) |
Modifier and Type | Method and Description |
---|---|
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() |
public String getEntityName()
EntityRepresentation
getEntityName
in interface EntityRepresentation
public Map<String,String> getEntityValues()
EntityRepresentation
getEntityValues
in interface EntityRepresentation
Copyright © 2002-2019 Atlassian. All Rights Reserved.