Uses of Class
org.company.thesandbox.domain.Order

Packages that use Order
org.company.thesandbox.domain   
 

Uses of Order in org.company.thesandbox.domain
 

Methods in org.company.thesandbox.domain that return types with arguments of type Order
 java.util.Set<Order> CustomerImplBase.getOrders()
           
 

Methods in org.company.thesandbox.domain with parameters of type Order
 void CustomerImplBase.addToOrders(Order element)
          Implements adding single element to a collection
 void CustomerImplBase.removeFromOrders(Order element)
          Implements removal of a single element from feature
 void CustomerImplBase.z_internalAddToorders(Order element)
          This operation should NOT be used by clients.
 void CustomerImplBase.z_internalRemoveFromorders(Order element)
          This operation should NOT be used by clients.
 



Copyright © 2010. All Rights Reserved.