java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.order.objects.OrderMemberGroupRelationshipAccessBean
This table is used to track the customer profiles to which
Constructor Summary | |
---|---|
OrderMemberGroupRelationshipAccessBean() constructor | |
OrderMemberGroupRelationshipAccessBean(javax.ejb.EJBObject o) constructor | |
OrderMemberGroupRelationshipAccessBean(java.lang.Long arg0,
java.lang.Long arg1) constructor |
Method Summary | |
---|---|
void |
commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected
java.lang.String |
defaultJNDIName() |
java.lang.String |
getMemberGroupId() This method provides access to the ORDERMGP.MBRGRP_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getMemberGroupIdInEJBType() This method provides access to the ORDERMGP.MBRGRP_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getOrdersId() This method provides access to the ORDERMGP.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getOrdersIdInEJBType() This method provides access to the ORDERMGP.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
protected
void |
instantiateEJB() |
protected
boolean |
instantiateEJBByPrimaryKey() |
void |
refreshCopyHelper() Load data from the EJBObject. |
void |
setInitKey_iMemberGroupId(java.lang.String newValue) Set the primary key for this object |
void |
setInitKey_iOrdersId(java.lang.String newValue) Set the primary key for this object |
void |
setMemberGroupId(java.lang.Long newValue) This method provides access to the ORDERMGP.MBRGRP_ID column of DB2 type BIGINT NOT NULL. |
void |
setMemberGroupId(java.lang.String newValue) This method provides access to the ORDERMGP.MBRGRP_ID column of DB2 type BIGINT NOT NULL. |
void |
setOrdersId(java.lang.Long newValue) This method provides access to the ORDERMGP.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
void |
setOrdersId(java.lang.String newValue) This method provides access to the ORDERMGP.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public OrderMemberGroupRelationshipAccessBean()
public OrderMemberGroupRelationshipAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
public OrderMemberGroupRelationshipAccessBean(java.lang.Long arg0, java.lang.Long arg1) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
arg0
- java.lang.Longarg1
- java.lang.Longjavax.naming.NamingException
javax.ejb.CreateException
java.rmi.RemoteException
javax.ejb.FinderException
Method Detail |
---|
public void setInitKey_iMemberGroupId(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringpublic void setInitKey_iOrdersId(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringprotected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.naming.NamingException
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.String getMemberGroupId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERMGP.MBRGRP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to the MBRGRP table.
getMemberGroupId
in interface
OrderMemberGroupRelationshipAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getMemberGroupIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERMGP.MBRGRP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to the MBRGRP table.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setMemberGroupId(java.lang.String newValue)
This method provides access to the ORDERMGP.MBRGRP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to the MBRGRP table.
setMemberGroupId
in interface
OrderMemberGroupRelationshipAccessBeanData
newValue
- Stringpublic void setMemberGroupId(java.lang.Long newValue)
This method provides access to the ORDERMGP.MBRGRP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to the MBRGRP table.
newValue
- java.lang.Longpublic java.lang.String getOrdersId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERMGP.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to the ORDERS table.
getOrdersId
in interface
OrderMemberGroupRelationshipAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getOrdersIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ORDERMGP.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to the ORDERS table.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setOrdersId(java.lang.String newValue)
This method provides access to the ORDERMGP.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to the ORDERS table.
setOrdersId
in interface
OrderMemberGroupRelationshipAccessBeanData
newValue
- Stringpublic void setOrdersId(java.lang.Long newValue)
This method provides access to the ORDERMGP.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to the ORDERS table.
newValue
- java.lang.Long