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

Packages that use OrderLine
org.company.thesandbox.domain   
 

Uses of OrderLine in org.company.thesandbox.domain
 

Methods in org.company.thesandbox.domain that return OrderLine
 OrderLine RecordImplBase.getOrderLine()
           
 

Methods in org.company.thesandbox.domain that return types with arguments of type OrderLine
 java.util.Set<OrderLine> OrderImplBase.getOrderLines()
           
 

Methods in org.company.thesandbox.domain with parameters of type OrderLine
 void OrderImplBase.addToOrderLines(OrderLine element)
          Implements adding single element to a collection
 void OrderImplBase.removeFromOrderLines(OrderLine element)
          Implements removal of a single element from feature
 void RecordImplBase.setOrderLine(OrderLine element)
          Implements adding single element to a collection.
 void OrderImplBase.z_internalAddToorderLines(OrderLine element)
          This operation should NOT be used by clients.
 void OrderImplBase.z_internalRemoveFromorderLines(OrderLine element)
          This operation should NOT be used by clients.
 void RecordImplBase.z_internalRemoveorderLine(OrderLine element)
          This operation should NOT be used by clients.
 



Copyright © 2010. All Rights Reserved.