java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.inventory.objects.ExpectedInventoryRecordsDetailAccessBean
This table contains detailed information about items on an expected inventory record.
Constructor Summary | |
---|---|
ExpectedInventoryRecordsDetailAccessBean() constructor | |
ExpectedInventoryRecordsDetailAccessBean(javax.ejb.EJBObject o) constructor | |
ExpectedInventoryRecordsDetailAccessBean(java.lang.Long arg0,
java.lang.Integer arg1, java.lang.Long arg2,
java.sql.Timestamp arg3) constructor | |
ExpectedInventoryRecordsDetailAccessBean(java.lang.Long arg0,
java.lang.Long arg1, java.sql.Timestamp arg2) constructor |
Method Summary | |
---|---|
void |
commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected
java.lang.String |
defaultJNDIName() |
java.util.Enumeration |
findByExpectedInventoryRecordsId(java.lang.Long arg0)
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.RAID = ? |
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 |
getExpectedInventoryRecordsDetailComment() This method provides access to the RADETAIL.RADETAILCOMMENT column of DB2 type VARCHAR(254). |
java.lang.String |
getExpectedInventoryRecordsDetailId() This method provides access to the RADETAIL.RADETAIL_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getExpectedInventoryRecordsDetailIdInEJBType() This method provides access to the RADETAIL.RADETAIL_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getExpectedInventoryRecordsId() This method provides access to the RADETAIL.RA_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getExpectedInventoryRecordsIdInEJBType() This method provides access to the RADETAIL.RA_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getFfmcenterId() This method provides access to the RADETAIL.FFMCENTER_ID column of DB2 type INTEGER. |
java.lang.Integer |
getFfmcenterIdInEJBType() This method provides access to the RADETAIL.FFMCENTER_ID column of DB2 type INTEGER. |
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. |
java.sql.Timestamp |
getLastupdateInEJBType() This method provides access to the RADETAIL.LASTUPDATE column of DB2 type TIMESTAMP. |
java.lang.String |
getMarkForDelete() This method provides access to the RADETAIL.MARKFORDELETE column of DB2 type INTEGER NOT NULL DEFAULT 0. |
java.lang.Integer |
getMarkForDeleteInEJBType() This method provides access to the RADETAIL.MARKFORDELETE column of DB2 type INTEGER NOT NULL DEFAULT 0. |
java.lang.String |
getQtyAllocated() This method provides access to the RADETAIL.QTYALLOCATED column of DB2 type INTEGER NOT NULL DEFAULT 0. |
java.lang.Integer |
getQtyAllocatedInEJBType() This method provides access to the RADETAIL.QTYALLOCATED column of DB2 type INTEGER NOT NULL DEFAULT 0. |
java.lang.String |
getQtyOrdered() This method provides access to the RADETAIL.QTYORDERED column of DB2 type INTEGER NOT NULL DEFAULT 0. |
java.lang.Integer |
getQtyOrderedInEJBType() This method provides access to the RADETAIL.QTYORDERED column of DB2 type INTEGER NOT NULL DEFAULT 0. |
java.lang.String |
getQtyReceived() This method provides access to the RADETAIL.QTYRECEIVED column of DB2 type INTEGER NOT NULL DEFAULT 0. |
java.lang.Integer |
getQtyReceivedInEJBType() This method provides access to the RADETAIL.QTYRECEIVED column of DB2 type INTEGER NOT NULL DEFAULT 0. |
java.lang.String |
getQtyRemaining() This method provides access to the RADETAIL.QTYREMAINING column of DB2 type INTEGER NOT NULL DEFAULT 0. |
java.lang.Integer |
getQtyRemainingInEJBType() This method provides access to the RADETAIL.QTYREMAINING column of DB2 type INTEGER NOT NULL DEFAULT 0. |
protected
void |
instantiateEJB() |
protected
boolean |
instantiateEJBByPrimaryKey() |
void |
refreshCopyHelper() Load data from the EJBObject. |
void |
setExpectedDate(java.lang.String newValue) This method provides access to the RADETAIL.EXPECTEDDATE column of DB2 type TIMESTAMP NOT NULL. |
void |
setExpectedDate(java.sql.Timestamp newValue) This method provides access to the RADETAIL.EXPECTEDDATE column of DB2 type TIMESTAMP NOT NULL. |
void |
setExpectedInventoryRecordsDetailComment(java.lang.String newValue) This method provides access to the RADETAIL.RADETAILCOMMENT column of DB2 type VARCHAR(254). |
void |
setExpectedInventoryRecordsDetailId(java.lang.Long newValue) This method provides access to the RADETAIL.RADETAIL_ID column of DB2 type BIGINT NOT NULL. |
void |
setExpectedInventoryRecordsDetailId(java.lang.String newValue) This method provides access to the RADETAIL.RADETAIL_ID column of DB2 type BIGINT NOT NULL. |
void |
setExpectedInventoryRecordsId(java.lang.Long newValue) This method provides access to the RADETAIL.RA_ID column of DB2 type BIGINT NOT NULL. |
void |
setExpectedInventoryRecordsId(java.lang.String newValue) This method provides access to the RADETAIL.RA_ID column of DB2 type BIGINT NOT NULL. |
void |
setFfmcenterId(java.lang.Integer newValue) This method provides access to the RADETAIL.FFMCENTER_ID column of DB2 type INTEGER. |
void |
setFfmcenterId(java.lang.String newValue) This method provides access to the RADETAIL.FFMCENTER_ID column of DB2 type INTEGER. |
void |
setInitKey_expectedInventoryRecordsDetailId(java.lang.String newValue) Set the primary key for this object |
void |
setItemspcId(java.lang.Long newValue) This method provides access to the RADETAIL.ITEMSPC_ID column of DB2 type BIGINT NOT NULL. |
void |
setItemspcId(java.lang.String newValue) This method provides access to the RADETAIL.ITEMSPC_ID column of DB2 type BIGINT NOT NULL. |
void |
setLastupdate(java.lang.String newValue) This method provides access to the RADETAIL.LASTUPDATE column of DB2 type TIMESTAMP. |
void |
setLastupdate(java.sql.Timestamp newValue) This method provides access to the RADETAIL.LASTUPDATE column of DB2 type TIMESTAMP. |
void |
setMarkForDelete(java.lang.Integer newValue) This method provides access to the RADETAIL.MARKFORDELETE column of DB2 type INTEGER NOT NULL DEFAULT 0. |
void |
setMarkForDelete(java.lang.String newValue) This method provides access to the RADETAIL.MARKFORDELETE column of DB2 type INTEGER NOT NULL DEFAULT 0. |
void |
setQtyAllocated(java.lang.Integer newValue) This method provides access to the RADETAIL.QTYALLOCATED column of DB2 type INTEGER NOT NULL DEFAULT 0. |
void |
setQtyAllocated(java.lang.String newValue) This method provides access to the RADETAIL.QTYALLOCATED column of DB2 type INTEGER NOT NULL DEFAULT 0. |
void |
setQtyOrdered(java.lang.Integer newValue) This method provides access to the RADETAIL.QTYORDERED column of DB2 type INTEGER NOT NULL DEFAULT 0. |
void |
setQtyOrdered(java.lang.String newValue) This method provides access to the RADETAIL.QTYORDERED column of DB2 type INTEGER NOT NULL DEFAULT 0. |
void |
setQtyReceived(java.lang.Integer newValue) This method provides access to the RADETAIL.QTYRECEIVED column of DB2 type INTEGER NOT NULL DEFAULT 0. |
void |
setQtyReceived(java.lang.String newValue) This method provides access to the RADETAIL.QTYRECEIVED column of DB2 type INTEGER NOT NULL DEFAULT 0. |
void |
setQtyRemaining(java.lang.Integer newValue) This method provides access to the RADETAIL.QTYREMAINING column of DB2 type INTEGER NOT NULL DEFAULT 0. |
void |
setQtyRemaining(java.lang.String newValue) This method provides access to the RADETAIL.QTYREMAINING column of DB2 type INTEGER NOT NULL DEFAULT 0. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public ExpectedInventoryRecordsDetailAccessBean()
public ExpectedInventoryRecordsDetailAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
public ExpectedInventoryRecordsDetailAccessBean(java.lang.Long arg0, java.lang.Integer arg1, java.lang.Long arg2, java.sql.Timestamp arg3) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
arg0
- java.lang.Longarg1
- java.lang.Integerarg2
- java.lang.Longarg3
- java.sql.Timestampjavax.naming.NamingException
javax.ejb.CreateException
java.rmi.RemoteException
javax.ejb.FinderException
public ExpectedInventoryRecordsDetailAccessBean(java.lang.Long arg0, java.lang.Long arg1, java.sql.Timestamp arg2) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
arg0
- java.lang.Longarg1
- java.lang.Longarg2
- java.sql.Timestampjavax.naming.NamingException
javax.ejb.CreateException
java.rmi.RemoteException
javax.ejb.FinderException
Method Detail |
---|
public java.util.Enumeration findByExpectedInventoryRecordsId(java.lang.Long arg0) 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.RAID = ?
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public void setInitKey_expectedInventoryRecordsDetailId(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 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 DEFAULT 0.
The following is a description of this column:
Quantity received to date from the vendor for this expected inventory record.
getQtyReceived
in interface
ExpectedInventoryRecordsDetailAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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 DEFAULT 0.
The following is a description of this column:
Quantity received to date from the vendor for this expected inventory record.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setQtyReceived(java.lang.String newValue)
This method provides access to the RADETAIL.QTYRECEIVED column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Quantity received to date from the vendor for this expected inventory record.
setQtyReceived
in interface
ExpectedInventoryRecordsDetailAccessBeanData
newValue
- Stringpublic void setQtyReceived(java.lang.Integer newValue)
This method provides access to the RADETAIL.QTYRECEIVED column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Quantity received to date from the vendor for this expected inventory record.
newValue
- java.lang.Integerpublic 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
ExpectedInventoryRecordsDetailAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setItemspcId(java.lang.String newValue)
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
ExpectedInventoryRecordsDetailAccessBeanData
newValue
- Stringpublic void setItemspcId(java.lang.Long newValue)
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.
newValue
- java.lang.Longpublic 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.
The following is a description of this column:
FulfillmentCenter identifier.
getFfmcenterId
in interface
ExpectedInventoryRecordsDetailAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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.
The following is a description of this column:
FulfillmentCenter identifier.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setFfmcenterId(java.lang.String newValue)
This method provides access to the RADETAIL.FFMCENTER_ID column of DB2 type INTEGER.
The following is a description of this column:
FulfillmentCenter identifier.
setFfmcenterId
in interface
ExpectedInventoryRecordsDetailAccessBeanData
newValue
- Stringpublic void setFfmcenterId(java.lang.Integer newValue)
This method provides access to the RADETAIL.FFMCENTER_ID column of DB2 type INTEGER.
The following is a description of this column:
FulfillmentCenter identifier.
newValue
- java.lang.Integerpublic 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 DEFAULT 0.
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
ExpectedInventoryRecordsDetailAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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 DEFAULT 0.
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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setQtyRemaining(java.lang.String newValue)
This method provides access to the RADETAIL.QTYREMAINING column of DB2 type INTEGER NOT NULL DEFAULT 0.
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
ExpectedInventoryRecordsDetailAccessBeanData
newValue
- Stringpublic void setQtyRemaining(java.lang.Integer newValue)
This method provides access to the RADETAIL.QTYREMAINING column of DB2 type INTEGER NOT NULL DEFAULT 0.
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.
newValue
- java.lang.Integerpublic 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 DEFAULT 0.
The following is a description of this column:
Quantity ordered from vendor in this expected inventory record.
getQtyOrdered
in interface
ExpectedInventoryRecordsDetailAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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 DEFAULT 0.
The following is a description of this column:
Quantity ordered from vendor in this expected inventory record.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setQtyOrdered(java.lang.String newValue)
This method provides access to the RADETAIL.QTYORDERED column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Quantity ordered from vendor in this expected inventory record.
setQtyOrdered
in interface
ExpectedInventoryRecordsDetailAccessBeanData
newValue
- Stringpublic void setQtyOrdered(java.lang.Integer newValue)
This method provides access to the RADETAIL.QTYORDERED column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Quantity ordered from vendor in this expected inventory record.
newValue
- java.lang.Integerpublic 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.
The following is a description of this column:
Timestamp of last update.
getLastupdate
in interface
ExpectedInventoryRecordsDetailAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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.
The following is a description of this column:
Timestamp of last update.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setLastupdate(java.lang.String newValue)
This method provides access to the RADETAIL.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
Timestamp of last update.
setLastupdate
in interface
ExpectedInventoryRecordsDetailAccessBeanData
newValue
- Stringpublic void setLastupdate(java.sql.Timestamp newValue)
This method provides access to the RADETAIL.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
Timestamp of last update.
newValue
- java.sql.Timestamppublic 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 DEFAULT 0.
The following is a description of this column:
Indicates if this row has been marked for deletion:&l
getMarkForDelete
in interface
ExpectedInventoryRecordsDetailAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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 DEFAULT 0.
The following is a description of this column:
Indicates if this row has been marked for deletion:&l
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setMarkForDelete(java.lang.String newValue)
This method provides access to the RADETAIL.MARKFORDELETE column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Indicates if this row has been marked for deletion:&l
setMarkForDelete
in interface
ExpectedInventoryRecordsDetailAccessBeanData
newValue
- Stringpublic void setMarkForDelete(java.lang.Integer newValue)
This method provides access to the RADETAIL.MARKFORDELETE column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Indicates if this row has been marked for deletion:&l
newValue
- java.lang.Integerpublic java.lang.String getExpectedInventoryRecordsDetailComment() 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).
The following is a description of this column:
Comment.
getExpectedInventoryRecordsDetailComment
in interface
ExpectedInventoryRecordsDetailAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setExpectedInventoryRecordsDetailComment(java.lang.String newValue)
This method provides access to the RADETAIL.RADETAILCOMMENT column of DB2 type VARCHAR(254).
The following is a description of this column:
Comment.
setExpectedInventoryRecordsDetailComment
in interface
ExpectedInventoryRecordsDetailAccessBeanData
newValue
- java.lang.Stringpublic 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 DEFAULT 0.
The following is a description of this column:
Quantity of expected inventory that has been allocated to backorders.
getQtyAllocated
in interface
ExpectedInventoryRecordsDetailAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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 DEFAULT 0.
The following is a description of this column:
Quantity of expected inventory that has been allocated to backorders.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setQtyAllocated(java.lang.String newValue)
This method provides access to the RADETAIL.QTYALLOCATED column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Quantity of expected inventory that has been allocated to backorders.
setQtyAllocated
in interface
ExpectedInventoryRecordsDetailAccessBeanData
newValue
- Stringpublic void setQtyAllocated(java.lang.Integer newValue)
This method provides access to the RADETAIL.QTYALLOCATED column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Quantity of expected inventory that has been allocated to backorders.
newValue
- java.lang.Integerpublic java.lang.String getExpectedInventoryRecordsDetailId() 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.
getExpectedInventoryRecordsDetailId
in interface
ExpectedInventoryRecordsDetailAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getExpectedInventoryRecordsDetailIdInEJBType() 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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setExpectedInventoryRecordsDetailId(java.lang.String newValue)
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.
setExpectedInventoryRecordsDetailId
in interface
ExpectedInventoryRecordsDetailAccessBeanData
newValue
- Stringpublic void setExpectedInventoryRecordsDetailId(java.lang.Long newValue)
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.
newValue
- java.lang.Longpublic 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
ExpectedInventoryRecordsDetailAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public 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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setExpectedDate(java.lang.String newValue)
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
ExpectedInventoryRecordsDetailAccessBeanData
newValue
- Stringpublic void setExpectedDate(java.sql.Timestamp newValue)
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.
newValue
- java.sql.Timestamppublic java.lang.String getExpectedInventoryRecordsId() 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.
getExpectedInventoryRecordsId
in interface
ExpectedInventoryRecordsDetailAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getExpectedInventoryRecordsIdInEJBType() 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
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setExpectedInventoryRecordsId(java.lang.String newValue)
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.
setExpectedInventoryRecordsId
in interface
ExpectedInventoryRecordsDetailAccessBeanData
newValue
- Stringpublic void setExpectedInventoryRecordsId(java.lang.Long newValue)
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.
newValue
- java.lang.Long