|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractAccessBean | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.inventory.objects.RaDetailAccessBean
This bean provides access to the RADETAIL table.
The following is a description of this table:
This table contains detailed information about items on an expected inventory record.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
RaDetailAccessBean()
Default constructor. |
|
RaDetailAccessBean(javax.ejb.EJBObject object)
Creates an access bean for the specified EJB |
|
RaDetailAccessBean(java.lang.Long RaId,
java.lang.Long ItemspcId,
java.sql.Timestamp ExpectedDate)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
Method Summary | |
void |
commitCopyHelper()
Update(flush) data to the EJBObject (persistent storage). |
java.util.Enumeration |
findByRaId(java.lang.Long RaId)
Retrieves all the Expected Inventory Record Details with the specified RAID The SQL query used to fetch the requested row from the RADETAIL table is: SELECT * FROM RADETAIL T1 WHERE T1.RA_ID = ? |
java.lang.String |
getExpectedDate()
This method provides access to the RADETAIL.EXPECTEDDATE column of DB2 type TIMESTAMP NOT NULL. |
java.sql.Timestamp |
getExpectedDateInEJBType()
This method provides access to the RADETAIL.EXPECTEDDATE column of DB2 type TIMESTAMP NOT NULL. |
java.lang.String |
getFfmcenterId()
This method provides access to the RADETAIL.FFMCENTER_ID column of DB2 type INTEGER NULL. |
java.lang.Integer |
getFfmcenterIdInEJBType()
This method provides access to the RADETAIL.FFMCENTER_ID column of DB2 type INTEGER NULL. |
java.lang.String |
getItemspcId()
This method provides access to the RADETAIL.ITEMSPC_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getItemspcIdInEJBType()
This method provides access to the RADETAIL.ITEMSPC_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getLastupdate()
This method provides access to the RADETAIL.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getLastupdateInEJBType()
This method provides access to the RADETAIL.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getMarkForDelete()
This method provides access to the RADETAIL.MARKFORDELETE column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getMarkForDeleteInEJBType()
This method provides access to the RADETAIL.MARKFORDELETE column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getQtyAllocated()
This method provides access to the RADETAIL.QTYALLOCATED column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getQtyAllocatedInEJBType()
This method provides access to the RADETAIL.QTYALLOCATED column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getQtyOrdered()
This method provides access to the RADETAIL.QTYORDERED column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getQtyOrderedInEJBType()
This method provides access to the RADETAIL.QTYORDERED column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getQtyReceived()
This method provides access to the RADETAIL.QTYRECEIVED column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getQtyReceivedInEJBType()
This method provides access to the RADETAIL.QTYRECEIVED column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getQtyRemaining()
This method provides access to the RADETAIL.QTYREMAINING column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getQtyRemainingInEJBType()
This method provides access to the RADETAIL.QTYREMAINING column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getRaDetailComment()
This method provides access to the RADETAIL.RADETAILCOMMENT column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getRaDetailId()
This method provides access to the RADETAIL.RADETAIL_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getRaDetailIdInEJBType()
This method provides access to the RADETAIL.RADETAIL_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getRaId()
This method provides access to the RADETAIL.RA_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getRaIdInEJBType()
This method provides access to the RADETAIL.RA_ID column of DB2 type BIGINT NOT NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setExpectedDate(java.lang.String aExpectedDate)
This method provides access to the RADETAIL.EXPECTEDDATE column of DB2 type TIMESTAMP NOT NULL. |
void |
setExpectedDate(java.sql.Timestamp aExpectedDate)
This method provides access to the RADETAIL.EXPECTEDDATE column of DB2 type TIMESTAMP NOT NULL. |
void |
setFfmcenterId(java.lang.Integer aFfmcenterId)
This method provides access to the RADETAIL.FFMCENTER_ID column of DB2 type INTEGER NULL. |
void |
setFfmcenterId(java.lang.String aFfmcenterId)
This method provides access to the RADETAIL.FFMCENTER_ID column of DB2 type INTEGER NULL. |
void |
setInitKey_raDetailId(java.lang.String aInitKey_raDetailId)
Set the primary key for this object |
void |
setItemspcId(java.lang.Long aItemspcId)
This method provides access to the RADETAIL.ITEMSPC_ID column of DB2 type BIGINT NOT NULL. |
void |
setItemspcId(java.lang.String aItemspcId)
This method provides access to the RADETAIL.ITEMSPC_ID column of DB2 type BIGINT NOT NULL. |
void |
setLastupdate(java.lang.String aLastupdate)
This method provides access to the RADETAIL.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
void |
setLastupdate(java.sql.Timestamp aLastupdate)
This method provides access to the RADETAIL.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
void |
setMarkForDelete(java.lang.Integer aMarkForDelete)
This method provides access to the RADETAIL.MARKFORDELETE column of DB2 type INTEGER NOT NULL. |
void |
setMarkForDelete(java.lang.String aMarkForDelete)
This method provides access to the RADETAIL.MARKFORDELETE column of DB2 type INTEGER NOT NULL. |
void |
setQtyAllocated(java.lang.Integer aQtyAllocated)
This method provides access to the RADETAIL.QTYALLOCATED column of DB2 type INTEGER NOT NULL. |
void |
setQtyAllocated(java.lang.String aQtyAllocated)
This method provides access to the RADETAIL.QTYALLOCATED column of DB2 type INTEGER NOT NULL. |
void |
setQtyOrdered(java.lang.Integer aQtyOrdered)
This method provides access to the RADETAIL.QTYORDERED column of DB2 type INTEGER NOT NULL. |
void |
setQtyOrdered(java.lang.String aQtyOrdered)
This method provides access to the RADETAIL.QTYORDERED column of DB2 type INTEGER NOT NULL. |
void |
setQtyReceived(java.lang.Integer aQtyReceived)
This method provides access to the RADETAIL.QTYRECEIVED column of DB2 type INTEGER NOT NULL. |
void |
setQtyReceived(java.lang.String aQtyReceived)
This method provides access to the RADETAIL.QTYRECEIVED column of DB2 type INTEGER NOT NULL. |
void |
setQtyRemaining(java.lang.Integer aQtyRemaining)
This method provides access to the RADETAIL.QTYREMAINING column of DB2 type INTEGER NOT NULL. |
void |
setQtyRemaining(java.lang.String aQtyRemaining)
This method provides access to the RADETAIL.QTYREMAINING column of DB2 type INTEGER NOT NULL. |
void |
setRaDetailComment(java.lang.String aRaDetailComment)
This method provides access to the RADETAIL.RADETAILCOMMENT column of DB2 type VARCHAR(254) NULL. |
void |
setRaDetailId(java.lang.Long aRaDetailId)
This method provides access to the RADETAIL.RADETAIL_ID column of DB2 type BIGINT NOT NULL. |
void |
setRaDetailId(java.lang.String aRaDetailId)
This method provides access to the RADETAIL.RADETAIL_ID column of DB2 type BIGINT NOT NULL. |
void |
setRaId(java.lang.Long aRaId)
This method provides access to the RADETAIL.RA_ID column of DB2 type BIGINT NOT NULL. |
void |
setRaId(java.lang.String aRaId)
This method provides access to the RADETAIL.RA_ID column of DB2 type BIGINT NOT NULL. |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean |
__getCache, __getCache, __getKey, __setCache, __setCache, __setKey, commitCopyHelper, createAccessBeans, createAccessBeans, instantiateEJBByPrimaryKey, refreshCopyHelper, setEJBRef |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
defaultJNDIName, defaultNameServiceType, defaultNameServiceURL, getEJBRef, getGlobalHome, getHome, getInit_GlobalNameServiceTypeName, getInit_GlobalNameServiceURLName, getInit_JNDIName, getInit_NameServiceTypeName, getInit_NameServiceURLName, getInitContext, getInitContext, instantiateEJB, resetEJBRef, resetHomeCache, setInit_GlobalNameServiceTypeName, setInit_GlobalNameServiceURLName, setInit_JNDIName, setInit_NameServiceTypeName, setInit_NameServiceURLName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RaDetailAccessBean()
Default constructor. Maps to findByPrimaryKey.
public RaDetailAccessBean(javax.ejb.EJBObject object) throws java.rmi.RemoteException
Creates an access bean for the specified EJB
object
- - javax.ejb.EJBObjectjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic RaDetailAccessBean(java.lang.Long RaId, java.lang.Long ItemspcId, java.sql.Timestamp ExpectedDate) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
Maps to a corresponding ejbCreate method in the home interface of the EJB
RaId
- - java.lang.LongItemspcId
- - java.lang.LongExpectedDate
- - java.sql.Timestampjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionMethod Detail |
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
commitCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByRaId(java.lang.Long RaId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all the Expected Inventory Record Details with the specified RAID
The SQL query used to fetch the requested row from the
RADETAIL table is:
SELECT * FROM RADETAIL T1 WHERE T1.RA_ID = ?
RaId
- - java.lang.Longjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getExpectedDate() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RADETAIL.EXPECTEDDATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
Date the inventory is expected.
getExpectedDate
in interface RaDetailAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.sql.Timestamp getExpectedDateInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RADETAIL.EXPECTEDDATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
Date the inventory is expected.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getFfmcenterId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RADETAIL.FFMCENTER_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
FulfillmentCenter identifier.
getFfmcenterId
in interface RaDetailAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getFfmcenterIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RADETAIL.FFMCENTER_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
FulfillmentCenter identifier.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getItemspcId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RADETAIL.ITEMSPC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Item identifier.
getItemspcId
in interface RaDetailAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getItemspcIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RADETAIL.ITEMSPC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Item identifier.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getLastupdate() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RADETAIL.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Timestamp of last update.
getLastupdate
in interface RaDetailAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.sql.Timestamp getLastupdateInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RADETAIL.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Timestamp of last update.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getMarkForDelete() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RADETAIL.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates if this row has been marked for deletion:
0 = No.
1 = Yes, this row has been marked for deletion and should not be used.
getMarkForDelete
in interface RaDetailAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getMarkForDeleteInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RADETAIL.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates if this row has been marked for deletion:
0 = No.
1 = Yes, this row has been marked for deletion and should not be used.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getQtyAllocated() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RADETAIL.QTYALLOCATED column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Quantity of expected inventory that has been allocated to backorders.
getQtyAllocated
in interface RaDetailAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getQtyAllocatedInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RADETAIL.QTYALLOCATED column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Quantity of expected inventory that has been allocated to backorders.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getQtyOrdered() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RADETAIL.QTYORDERED column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Quantity ordered from vendor in this expected inventory record.
getQtyOrdered
in interface RaDetailAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getQtyOrderedInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RADETAIL.QTYORDERED column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Quantity ordered from vendor in this expected inventory record.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getQtyReceived() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RADETAIL.QTYRECEIVED column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Quantity received to date from the vendor for this expected inventory record.
getQtyReceived
in interface RaDetailAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getQtyReceivedInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RADETAIL.QTYRECEIVED column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Quantity received to date from the vendor for this expected inventory record.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getQtyRemaining() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RADETAIL.QTYREMAINING column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Quantity still expected from vendor for this expected inventory record. This quantity should usually be equal to the quantity ordered minus the quantity received, but could be different if the vendor is unable to ship the total quantity.
getQtyRemaining
in interface RaDetailAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getQtyRemainingInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RADETAIL.QTYREMAINING column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Quantity still expected from vendor for this expected inventory record. This quantity should usually be equal to the quantity ordered minus the quantity received, but could be different if the vendor is unable to ship the total quantity.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getRaDetailComment() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RADETAIL.RADETAILCOMMENT column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Comment.
getRaDetailComment
in interface RaDetailAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getRaDetailId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RADETAIL.RADETAIL_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Unique identifier.
getRaDetailId
in interface RaDetailAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getRaDetailIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RADETAIL.RADETAIL_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Unique identifier.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getRaId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RADETAIL.RA_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Expected inventory record identifier.
getRaId
in interface RaDetailAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getRaIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RADETAIL.RA_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Expected inventory record identifier.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
refreshCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void setExpectedDate(java.lang.String aExpectedDate)
This method provides access to the RADETAIL.EXPECTEDDATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
Date the inventory is expected.
setExpectedDate
in interface RaDetailAccessBeanData
aExpectedDate
- java.lang.Stringpublic void setExpectedDate(java.sql.Timestamp aExpectedDate)
This method provides access to the RADETAIL.EXPECTEDDATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
Date the inventory is expected.
aExpectedDate
- java.sql.Timestamppublic void setFfmcenterId(java.lang.Integer aFfmcenterId)
This method provides access to the RADETAIL.FFMCENTER_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
FulfillmentCenter identifier.
aFfmcenterId
- java.lang.Integerpublic void setFfmcenterId(java.lang.String aFfmcenterId)
This method provides access to the RADETAIL.FFMCENTER_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
FulfillmentCenter identifier.
setFfmcenterId
in interface RaDetailAccessBeanData
aFfmcenterId
- java.lang.Stringpublic void setInitKey_raDetailId(java.lang.String aInitKey_raDetailId)
Set the primary key for this object
aInitKey_raDetailId
- java.lang.Stringpublic void setItemspcId(java.lang.Long aItemspcId)
This method provides access to the RADETAIL.ITEMSPC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Item identifier.
aItemspcId
- java.lang.Longpublic void setItemspcId(java.lang.String aItemspcId)
This method provides access to the RADETAIL.ITEMSPC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Item identifier.
setItemspcId
in interface RaDetailAccessBeanData
aItemspcId
- java.lang.Stringpublic void setLastupdate(java.lang.String aLastupdate)
This method provides access to the RADETAIL.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Timestamp of last update.
setLastupdate
in interface RaDetailAccessBeanData
aLastupdate
- java.lang.Stringpublic void setLastupdate(java.sql.Timestamp aLastupdate)
This method provides access to the RADETAIL.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Timestamp of last update.
aLastupdate
- java.sql.Timestamppublic void setMarkForDelete(java.lang.Integer aMarkForDelete)
This method provides access to the RADETAIL.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates if this row has been marked for deletion:
0 = No.
1 = Yes, this row has been marked for deletion and should not be used.
aMarkForDelete
- java.lang.Integerpublic void setMarkForDelete(java.lang.String aMarkForDelete)
This method provides access to the RADETAIL.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates if this row has been marked for deletion:
0 = No.
1 = Yes, this row has been marked for deletion and should not be used.
setMarkForDelete
in interface RaDetailAccessBeanData
aMarkForDelete
- java.lang.Stringpublic void setQtyAllocated(java.lang.Integer aQtyAllocated)
This method provides access to the RADETAIL.QTYALLOCATED column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Quantity of expected inventory that has been allocated to backorders.
aQtyAllocated
- java.lang.Integerpublic void setQtyAllocated(java.lang.String aQtyAllocated)
This method provides access to the RADETAIL.QTYALLOCATED column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Quantity of expected inventory that has been allocated to backorders.
setQtyAllocated
in interface RaDetailAccessBeanData
aQtyAllocated
- java.lang.Stringpublic void setQtyOrdered(java.lang.Integer aQtyOrdered)
This method provides access to the RADETAIL.QTYORDERED column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Quantity ordered from vendor in this expected inventory record.
aQtyOrdered
- java.lang.Integerpublic void setQtyOrdered(java.lang.String aQtyOrdered)
This method provides access to the RADETAIL.QTYORDERED column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Quantity ordered from vendor in this expected inventory record.
setQtyOrdered
in interface RaDetailAccessBeanData
aQtyOrdered
- java.lang.Stringpublic void setQtyReceived(java.lang.Integer aQtyReceived)
This method provides access to the RADETAIL.QTYRECEIVED column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Quantity received to date from the vendor for this expected inventory record.
aQtyReceived
- java.lang.Integerpublic void setQtyReceived(java.lang.String aQtyReceived)
This method provides access to the RADETAIL.QTYRECEIVED column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Quantity received to date from the vendor for this expected inventory record.
setQtyReceived
in interface RaDetailAccessBeanData
aQtyReceived
- java.lang.Stringpublic void setQtyRemaining(java.lang.Integer aQtyRemaining)
This method provides access to the RADETAIL.QTYREMAINING column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Quantity still expected from vendor for this expected inventory record. This quantity should usually be equal to the quantity ordered minus the quantity received, but could be different if the vendor is unable to ship the total quantity.
aQtyRemaining
- java.lang.Integerpublic void setQtyRemaining(java.lang.String aQtyRemaining)
This method provides access to the RADETAIL.QTYREMAINING column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Quantity still expected from vendor for this expected inventory record. This quantity should usually be equal to the quantity ordered minus the quantity received, but could be different if the vendor is unable to ship the total quantity.
setQtyRemaining
in interface RaDetailAccessBeanData
aQtyRemaining
- java.lang.Stringpublic void setRaDetailComment(java.lang.String aRaDetailComment)
This method provides access to the RADETAIL.RADETAILCOMMENT column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Comment.
setRaDetailComment
in interface RaDetailAccessBeanData
aRaDetailComment
- java.lang.Stringpublic void setRaDetailId(java.lang.Long aRaDetailId)
This method provides access to the RADETAIL.RADETAIL_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Unique identifier.
aRaDetailId
- java.lang.Longpublic void setRaDetailId(java.lang.String aRaDetailId)
This method provides access to the RADETAIL.RADETAIL_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Unique identifier.
setRaDetailId
in interface RaDetailAccessBeanData
aRaDetailId
- java.lang.Stringpublic void setRaId(java.lang.Long aRaId)
This method provides access to the RADETAIL.RA_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Expected inventory record identifier.
aRaId
- java.lang.Longpublic void setRaId(java.lang.String aRaId)
This method provides access to the RADETAIL.RA_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Expected inventory record identifier.
setRaId
in interface RaDetailAccessBeanData
aRaId
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |