OrderLineHome Class

com.beasys.commerce.ebusiness.order
OrderLineHome Class

public class OrderLineHome

    extends Object
    implements Serializable, SmartHome

The home class for the OrderLine belonging. Use this class to create instances of OrderLine.

       OrderLine orderLine = OrderLineHome.create();
 


Hierarchy
Object
  OrderLineHome
All Implemented Interfaces

Serializable, SmartHome

Constructor Summary

OrderLineHome()

 

Method Summary

public static OrderLine
create()
Create a new OrderLine Belonging.
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

OrderLineHome

public OrderLineHome()
 

Method Detail

create() Method

public static OrderLine create()
Create a new OrderLine Belonging. First look to see if there is a custom orderLine home from the BelongingHome factory. If not, just use the default BelongingHome.create() operation.