java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.inventory.objects.InventoryAdjustmentAccessBean
This table records adjustments made to inventory. This access bean corresponds to the database table 'INVADJUST'.
Constructor Summary | |
InventoryAdjustmentAccessBean() Zero argument constructor used to initialize the access bean. |
|
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 accesses a non-CMP field |
void | setAdjustmentDate(java.lang.String newValue) This method accesses a non-CMP field |
void | setAdjustmentDate(java.sql.Timestamp newValue) This method accesses a non-CMP field |
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 accesses a non-CMP field |
void | setInvadjCodeId(java.lang.String newValue) This method accesses a non-CMP field |
void | setInvadjustId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setInvadjustId(java.lang.String newValue) This method accesses a non-CMP field |
void | setInvAdjustNum(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setInvAdjustNum(java.lang.String newValue) This method accesses a non-CMP field |
void | setLastupdate(java.lang.String newValue) This method accesses a non-CMP field |
void | setLastupdate(java.sql.Timestamp newValue) This method accesses a non-CMP field |
void | setQuantity(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setQuantity(java.lang.String newValue) This method accesses a non-CMP field |
void | setReceiptId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setReceiptId(java.lang.String newValue) This method accesses a non-CMP field |
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
Method Detail |
public void setInitKey_invadjustId(java.lang.String newValue)
Set the primary key for this object
public void setInitKey_invAdjustNum(java.lang.String newValue)
Set the primary key for this object
protected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws 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).
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
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.
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.
public void setQuantity(java.lang.String newValue)
public void setQuantity(java.lang.Integer newValue)
public 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.
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.
public void setInvadjCodeId(java.lang.String newValue)
public void setInvadjCodeId(java.lang.Long newValue)
public 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.
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.
public void setLastupdate(java.lang.String newValue)
public void setLastupdate(java.sql.Timestamp newValue)
public 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.
public void setAdjustmentComment(java.lang.String newValue)
public 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.
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.
public void setReceiptId(java.lang.String newValue)
public void setReceiptId(java.lang.Long newValue)
public 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.
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.
public void setInvAdjustNum(java.lang.String newValue)
public void setInvAdjustNum(java.lang.Integer newValue)
public 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.
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.
public void setAdjustmentDate(java.lang.String newValue)
public void setAdjustmentDate(java.sql.Timestamp newValue)
public 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.
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.
public void setInvadjustId(java.lang.String newValue)
public void setInvadjustId(java.lang.Long newValue)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.