Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.obs.ejb.accounting.bean
Class PaymentOutEJB  view PaymentOutEJB download PaymentOutEJB.java

java.lang.Object
  extended bycom.obs.ejb.templates.TemplateUtilityBean
      extended bycom.obs.ejb.templates.TemplateEntityBean
          extended bycom.obs.ejb.templates.CreatedThingEntity
              extended bycom.obs.ejb.templates.PaymentCommon
                  extended bycom.obs.ejb.accounting.bean.PaymentOutEJB
All Implemented Interfaces:
javax.ejb.EnterpriseBean, javax.ejb.EntityBean, java.io.Serializable

public abstract class PaymentOutEJB
extends com.obs.ejb.templates.PaymentCommon
implements javax.ejb.EntityBean


Field Summary
static java.lang.String LocalREF
           
private static java.lang.String SEQ_NAME
           
 
Fields inherited from class com.obs.ejb.templates.TemplateEntityBean
ctx
 
Fields inherited from class com.obs.ejb.templates.TemplateUtilityBean
ictx
 
Constructor Summary
PaymentOutEJB()
           
 
Method Summary
 java.lang.String ejbCreate()
           
 void ejbPostCreate()
           
abstract  com.obs.ejb.accounting.interfaces.PayableLocal getPayable()
           
abstract  void setPayable(com.obs.ejb.accounting.interfaces.PayableLocal payable)
           
 
Methods inherited from class com.obs.ejb.templates.PaymentCommon
getAmount, getPaymentType, getType, setAmount, setPaymentType, setType
 
Methods inherited from class com.obs.ejb.templates.CreatedThingEntity
getActive, getCreateTime, getName, getTimeCreated, markCreated, setActive, setName, setTimeCreated
 
Methods inherited from class com.obs.ejb.templates.TemplateEntityBean
ejbLoad, ejbStore, getId, getObjectID, setEntityContext, setId, unsetEntityContext
 
Methods inherited from class com.obs.ejb.templates.TemplateUtilityBean
ejbActivate, ejbPassivate, ejbRemove, getCalendarFromLong, getCurrentTime, getCurrentTimeLong, getLongFromCalendar, isEmpty, loadByPrimaryKey, loadLocalHome, removeByPrimaryKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.ejb.EntityBean
ejbActivate, ejbLoad, ejbPassivate, ejbRemove, ejbStore, setEntityContext, unsetEntityContext
 

Field Detail

LocalREF

public static final java.lang.String LocalREF
See Also:
Constant Field Values

SEQ_NAME

private static final java.lang.String SEQ_NAME
See Also:
Constant Field Values
Constructor Detail

PaymentOutEJB

public PaymentOutEJB()
Method Detail

getPayable

public abstract com.obs.ejb.accounting.interfaces.PayableLocal getPayable()

setPayable

public abstract void setPayable(com.obs.ejb.accounting.interfaces.PayableLocal payable)

ejbCreate

public java.lang.String ejbCreate()
                           throws javax.ejb.CreateException

ejbPostCreate

public void ejbPostCreate()
                   throws javax.ejb.CreateException