org.broadleafcommerce.openadmin.dto
Class EntityResult
java.lang.Object
org.broadleafcommerce.openadmin.dto.EntityResult
- All Implemented Interfaces:
- Serializable
public class EntityResult
- extends Object
- implements Serializable
The DynamicEntityDao infrastructure provides a generic representation of an entity in
the system. Some utilities and services want both the generic representation and the
entity as it was persisted (e.g. the result of the merge call.
This object returns both properties.
- Author:
- bpolster
- See Also:
Entity},
Property},
Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntityResult
public EntityResult()
getEntity
public Entity getEntity()
setEntity
public void setEntity(Entity entity)
getEntityBackingObject
public Object getEntityBackingObject()
setEntityBackingObject
public void setEntityBackingObject(Object entityBackingObject)
Copyright © 2013. All Rights Reserved.