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()
EntityRepresentationgetEntityName in interface EntityRepresentationpublic Map<String,String> getEntityValues()
EntityRepresentationgetEntityValues in interface EntityRepresentationCopyright © 2002-2021 Atlassian. All Rights Reserved.