Class EntityResult
java.lang.Object
org.broadleafcommerce.openadmin.dto.EntityResult
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
EntityResult
public EntityResult()
-
-
Method Details
-
getEntity
-
setEntity
-
getEntityBackingObject
-
setEntityBackingObject
-