java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.inventory.objects.InventoryAdjustmentAccessBean
This table records adjustments made to inventory.
Constructor Summary | |
---|---|
InventoryAdjustmentAccessBean() constructor | |
InventoryAdjustmentAccessBean(javax.ejb.EJBObject o) constructor |
Method Summary | |
---|---|
void |
commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected
java.lang.String |
defaultJNDIName() |
java.lang.String |
getAdjustmentComment() This method provides access to the INVADJUST.ADJUSTMENTCOMMENT column of DB2 type VARCHAR(254). |
java.lang.String |
getAdjustmentDate() This method provides access to the INVADJUST.ADJUSTMENTDATE column of DB2 type TIMESTAMP. |
java.sql.Timestamp |
getAdjustmentDateInEJBType() This method provides access to the INVADJUST.ADJUSTMENTDATE column of DB2 type TIMESTAMP. |
java.lang.String |
getInvadjCodeId() This method provides access to the INVADJUST.INVADJCODE_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getInvadjCodeIdInEJBType() This method provides access to the INVADJUST.INVADJCODE_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getInvadjustId() This method provides access to the INVADJUST.INVADJUST_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getInvadjustIdInEJBType() This method provides access to the INVADJUST.INVADJUST_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getInvAdjustNum() This method provides access to the INVADJUST.INVADJUSTNUM column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getInvAdjustNumInEJBType() This method provides access to the INVADJUST.INVADJUSTNUM column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getLastupdate() This method provides access to the INVADJUST.LASTUPDATE column of DB2 type TIMESTAMP. |
java.sql.Timestamp |
getLastupdateInEJBType() This method provides access to the INVADJUST.LASTUPDATE column of DB2 type TIMESTAMP. |
java.lang.String |
getQuantity() This method provides access to the INVADJUST.QUANTITY column of DB2 type INTEGER. |
java.lang.Integer |
getQuantityInEJBType() This method provides access to the INVADJUST.QUANTITY column of DB2 type INTEGER. |
java.lang.String |
getReceiptId() This method provides access to the INVADJUST.RECEIPT_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getReceiptIdInEJBType() This method provides access to the INVADJUST.RECEIPT_ID column of DB2 type BIGINT NOT NULL. |
protected
void |
instantiateEJB() |
protected
boolean |
instantiateEJBByPrimaryKey() |
void |
refreshCopyHelper() Load data from the EJBObject. |
void |
setAdjustmentComment(java.lang.String newValue) This method provides access to the INVADJUST.ADJUSTMENTCOMMENT column of DB2 type VARCHAR(254). |
void |
setAdjustmentDate(java.lang.String newValue) This method provides access to the INVADJUST.ADJUSTMENTDATE column of DB2 type TIMESTAMP. |
void |
setAdjustmentDate(java.sql.Timestamp newValue) This method provides access to the INVADJUST.ADJUSTMENTDATE column of DB2 type TIMESTAMP. |
void |
setInitKey_invadjustId(java.lang.String newValue) Set the primary key for this object |
void |
setInitKey_invAdjustNum(java.lang.String newValue) Set the primary key for this object |
void |
setInvadjCodeId(java.lang.Long newValue) This method provides access to the INVADJUST.INVADJCODE_ID column of DB2 type BIGINT NOT NULL. |
void |
setInvadjCodeId(java.lang.String newValue) This method provides access to the INVADJUST.INVADJCODE_ID column of DB2 type BIGINT NOT NULL. |
void |
setInvadjustId(java.lang.Long newValue) This method provides access to the INVADJUST.INVADJUST_ID column of DB2 type BIGINT NOT NULL. |
void |
setInvadjustId(java.lang.String newValue) This method provides access to the INVADJUST.INVADJUST_ID column of DB2 type BIGINT NOT NULL. |
void |
setInvAdjustNum(java.lang.Integer newValue) This method provides access to the INVADJUST.INVADJUSTNUM column of DB2 type INTEGER NOT NULL. |
void |
setInvAdjustNum(java.lang.String newValue) This method provides access to the INVADJUST.INVADJUSTNUM column of DB2 type INTEGER NOT NULL. |
void |
setLastupdate(java.lang.String newValue) This method provides access to the INVADJUST.LASTUPDATE column of DB2 type TIMESTAMP. |
void |
setLastupdate(java.sql.Timestamp newValue) This method provides access to the INVADJUST.LASTUPDATE column of DB2 type TIMESTAMP. |
void |
setQuantity(java.lang.Integer newValue) This method provides access to the INVADJUST.QUANTITY column of DB2 type INTEGER. |
void |
setQuantity(java.lang.String newValue) This method provides access to the INVADJUST.QUANTITY column of DB2 type INTEGER. |
void |
setReceiptId(java.lang.Long newValue) This method provides access to the INVADJUST.RECEIPT_ID column of DB2 type BIGINT NOT NULL. |
void |
setReceiptId(java.lang.String newValue) This method provides access to the INVADJUST.RECEIPT_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 InventoryAdjustmentAccessBean()
public InventoryAdjustmentAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
Method Detail |
---|
public void setInitKey_invadjustId(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringpublic void setInitKey_invAdjustNum(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 getQuantity() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the INVADJUST.QUANTITY column of DB2 type INTEGER.
The following is a description of this column:
Quantity adjusted for this receipt.
getQuantity
in interface
InventoryAdjustmentAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getQuantityInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the INVADJUST.QUANTITY column of DB2 type INTEGER.
The following is a description of this column:
Quantity adjusted for this receipt.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setQuantity(java.lang.String newValue)
This method provides access to the INVADJUST.QUANTITY column of DB2 type INTEGER.
The following is a description of this column:
Quantity adjusted for this receipt.
setQuantity
in interface
InventoryAdjustmentAccessBeanData
newValue
- Stringpublic void setQuantity(java.lang.Integer newValue)
This method provides access to the INVADJUST.QUANTITY column of DB2 type INTEGER.
The following is a description of this column:
Quantity adjusted for this receipt.
newValue
- java.lang.Integerpublic java.lang.String getInvadjCodeId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the INVADJUST.INVADJCODE_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to INVADJCODE table to indicate the type of adjustment being done.
getInvadjCodeId
in interface
InventoryAdjustmentAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getInvadjCodeIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the INVADJUST.INVADJCODE_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to INVADJCODE table to indicate the type of adjustment being done.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setInvadjCodeId(java.lang.String newValue)
This method provides access to the INVADJUST.INVADJCODE_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to INVADJCODE table to indicate the type of adjustment being done.
setInvadjCodeId
in interface
InventoryAdjustmentAccessBeanData
newValue
- Stringpublic void setInvadjCodeId(java.lang.Long newValue)
This method provides access to the INVADJUST.INVADJCODE_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to INVADJCODE table to indicate the type of adjustment being done.
newValue
- java.lang.Longpublic java.lang.String getLastupdate() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the INVADJUST.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
Timestamp of last update.
getLastupdate
in interface
InventoryAdjustmentAccessBeanData
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 INVADJUST.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 INVADJUST.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
Timestamp of last update.
setLastupdate
in interface
InventoryAdjustmentAccessBeanData
newValue
- Stringpublic void setLastupdate(java.sql.Timestamp newValue)
This method provides access to the INVADJUST.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 getAdjustmentComment() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the INVADJUST.ADJUSTMENTCOMMENT column of DB2 type VARCHAR(254).
The following is a description of this column:
Comment.
getAdjustmentComment
in interface
InventoryAdjustmentAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setAdjustmentComment(java.lang.String newValue)
This method provides access to the INVADJUST.ADJUSTMENTCOMMENT column of DB2 type VARCHAR(254).
The following is a description of this column:
Comment.
setAdjustmentComment
in interface
InventoryAdjustmentAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getReceiptId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the INVADJUST.RECEIPT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Indicates the receipt which was adjusted.
getReceiptId
in interface
InventoryAdjustmentAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getReceiptIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the INVADJUST.RECEIPT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Indicates the receipt which was adjusted.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setReceiptId(java.lang.String newValue)
This method provides access to the INVADJUST.RECEIPT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Indicates the receipt which was adjusted.
setReceiptId
in interface
InventoryAdjustmentAccessBeanData
newValue
- Stringpublic void setReceiptId(java.lang.Long newValue)
This method provides access to the INVADJUST.RECEIPT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Indicates the receipt which was adjusted.
newValue
- java.lang.Longpublic java.lang.String getInvAdjustNum() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the INVADJUST.INVADJUSTNUM column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
A number that uniquely identifies this receipt adjustment along with its specified INVADJUST_ID.
getInvAdjustNum
in interface
InventoryAdjustmentAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getInvAdjustNumInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the INVADJUST.INVADJUSTNUM column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
A number that uniquely identifies this receipt adjustment along with its specified INVADJUST_ID.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setInvAdjustNum(java.lang.String newValue)
This method provides access to the INVADJUST.INVADJUSTNUM column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
A number that uniquely identifies this receipt adjustment along with its specified INVADJUST_ID.
setInvAdjustNum
in interface
InventoryAdjustmentAccessBeanData
newValue
- Stringpublic void setInvAdjustNum(java.lang.Integer newValue)
This method provides access to the INVADJUST.INVADJUSTNUM column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
A number that uniquely identifies this receipt adjustment along with its specified INVADJUST_ID.
newValue
- java.lang.Integerpublic java.lang.String getAdjustmentDate() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the INVADJUST.ADJUSTMENTDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
Timestamp of adjustment.
getAdjustmentDate
in interface
InventoryAdjustmentAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.sql.Timestamp getAdjustmentDateInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the INVADJUST.ADJUSTMENTDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
Timestamp of adjustment.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setAdjustmentDate(java.lang.String newValue)
This method provides access to the INVADJUST.ADJUSTMENTDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
Timestamp of adjustment.
setAdjustmentDate
in interface
InventoryAdjustmentAccessBeanData
newValue
- Stringpublic void setAdjustmentDate(java.sql.Timestamp newValue)
This method provides access to the INVADJUST.ADJUSTMENTDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
Timestamp of adjustment.
newValue
- java.sql.Timestamppublic java.lang.String getInvadjustId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the INVADJUST.INVADJUST_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
System generated identifier which groups together the RECEIPT rows that were updated during an adjustment.
getInvadjustId
in interface
InventoryAdjustmentAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getInvadjustIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the INVADJUST.INVADJUST_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
System generated identifier which groups together the RECEIPT rows that were updated during an adjustment.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setInvadjustId(java.lang.String newValue)
This method provides access to the INVADJUST.INVADJUST_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
System generated identifier which groups together the RECEIPT rows that were updated during an adjustment.
setInvadjustId
in interface
InventoryAdjustmentAccessBeanData
newValue
- Stringpublic void setInvadjustId(java.lang.Long newValue)
This method provides access to the INVADJUST.INVADJUST_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
System generated identifier which groups together the RECEIPT rows that were updated during an adjustment.
newValue
- java.lang.Long