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:
  • Constructor Details

    • EntityResult

      public EntityResult()
  • Method Details

    • getEntity

      public Entity getEntity()
    • setEntity

      public void setEntity(Entity entity)
    • getEntityBackingObject

      public Object getEntityBackingObject()
    • setEntityBackingObject

      public void setEntityBackingObject(Object entityBackingObject)