|
|||||||||
| Home >> All >> com >> obs >> ejb >> accounting >> [ bean overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.obs.ejb.accounting.bean
Class PaymentOutEJB

java.lang.Objectcom.obs.ejb.templates.TemplateUtilityBean
com.obs.ejb.templates.TemplateEntityBean
com.obs.ejb.templates.CreatedThingEntity
com.obs.ejb.templates.PaymentCommon
com.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
- extends com.obs.ejb.templates.PaymentCommon
| 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
|
|||||||||
| Home >> All >> com >> obs >> ejb >> accounting >> [ bean overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC