Order_paymentTransaction_SmartEntityReference Class

com.beasys.commerce.ebusiness.order
Order_paymentTransaction_SmartEntityReference Class

public class Order_paymentTransaction_SmartEntityReference

    extends BMPSmartEntityReference

Base class for all SmartEntityReference for 1:1 Entities for BMP. Each subclass must implement its own query to fill the map.


Hierarchy
Object
  BMPSmartEntityReference
    Order_paymentTransaction_SmartEntityReference
All Implemented Interfaces

Serializable, SmartEntityReference

Constructor Summary

Order_paymentTransaction_SmartEntityReference(String attributeIdentifier, Object container)

constructor
 

Method Summary

public EJBObject
doQuery(String attributeIdentifier, Object container)
Perform the database query to fill this map.
 
Methods from  com.beasys.commerce.foundation.plugin.bmp.BMPSmartEntityReference
compareTo, compareTo, getEJBObject, getJNDIName, setEJBObject
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   
Methods from interface com.beasys.commerce.foundation.SmartEntityReference
compareTo, compareTo, getEJBObject, getJNDIName, setEJBObject
 

Constructor Detail

Order_paymentTransaction_SmartEntityReference

public Order_paymentTransaction_SmartEntityReference(String attributeIdentifier, 
                                                     Object container)
constructor
 

Method Detail

doQuery(String, Object) Method

public EJBObject doQuery(String attributeIdentifier, 
                         Object container)
Perform the database query to fill this map.

Overrides
BMPSmartEntityReference.doQuery(String, Object)