org.broadleafcommerce.openadmin.dto
Class EntityResult

java.lang.Object
  extended by 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

Constructor Summary
EntityResult()
           
 
Method Summary
 Entity getEntity()
           
 Object getEntityBackingObject()
           
 void setEntity(Entity entity)
           
 void setEntityBackingObject(Object entityBackingObject)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntityResult

public EntityResult()
Method Detail

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.