Uses of Interface
org.broadleafcommerce.openadmin.server.domain.Entity

Packages that use Entity
org.broadleafcommerce.openadmin.server.domain   
 

Uses of Entity in org.broadleafcommerce.openadmin.server.domain
 

Classes in org.broadleafcommerce.openadmin.server.domain that implement Entity
 class EntityImpl
           
 

Fields in org.broadleafcommerce.openadmin.server.domain declared as Entity
protected  Entity PropertyImpl.entity
           
protected  Entity SandBoxItemImpl.entity
           
 

Methods in org.broadleafcommerce.openadmin.server.domain that return Entity
 Entity Property.getEntity()
           
 Entity PropertyImpl.getEntity()
           
 Entity SandBoxItem.getEntity()
           
 Entity SandBoxItemImpl.getEntity()
           
 

Methods in org.broadleafcommerce.openadmin.server.domain with parameters of type Entity
 void Property.setEntity(Entity entity)
           
 void PropertyImpl.setEntity(Entity entity)
           
 void SandBoxItem.setEntity(Entity entity)
           
 void SandBoxItemImpl.setEntity(Entity entity)
           
 



Copyright © 2011. All Rights Reserved.