TransactionEntryHome Class

com.beasys.commerce.ebusiness.payment
TransactionEntryHome Class

public class TransactionEntryHome

    extends Object
    implements Serializable, SmartHome

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

       TransactionEntry transactionEntry = TransactionEntryHome.create();
 


Hierarchy
Object
  TransactionEntryHome
All Implemented Interfaces

Serializable, SmartHome

Constructor Summary

TransactionEntryHome()

 

Method Summary

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

Constructor Detail

TransactionEntryHome

public TransactionEntryHome()
 

Method Detail

create() Method

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