com.ibm.commerce.inventory.objects
Class InventoryAdjustmentAccessBean

java.lang.Object
  |
  +--com.ibm.ivj.ejb.runtime.AbstractAccessBean
        |
        +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
              |
              +--com.ibm.commerce.inventory.objects.InventoryAdjustmentAccessBean
All Implemented Interfaces:
InventoryAdjustmentAccessBeanData, java.io.Serializable

public class InventoryAdjustmentAccessBean
extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
implements InventoryAdjustmentAccessBeanData

This bean provides access to the INVADJUST table.

The following is a description of this table:

This table records adjustments made to inventory.

See Also:
Serialized Form

Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef
 
Constructor Summary
InventoryAdjustmentAccessBean()
          Default constructor.
InventoryAdjustmentAccessBean(javax.ejb.EJBObject object)
          Creates an access bean for the specified EJB
 
Method Summary
 void commitCopyHelper()
          Update(flush) data to the EJBObject (persistent storage).
 java.lang.String getAdjustmentComment()
          This method provides access to the INVADJUST.ADJUSTMENTCOMMENT column of DB2 type VARCHAR(254) NULL.
 java.lang.String getAdjustmentDate()
          This method provides access to the INVADJUST.ADJUSTMENTDATE column of DB2 type TIMESTAMP NULL.
 java.sql.Timestamp getAdjustmentDateInEJBType()
          This method provides access to the INVADJUST.ADJUSTMENTDATE column of DB2 type TIMESTAMP NULL.
 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 NULL.
 java.sql.Timestamp getLastupdateInEJBType()
          This method provides access to the INVADJUST.LASTUPDATE column of DB2 type TIMESTAMP NULL.
 java.lang.String getQuantity()
          This method provides access to the INVADJUST.QUANTITY column of DB2 type INTEGER NULL.
 java.lang.Integer getQuantityInEJBType()
          This method provides access to the INVADJUST.QUANTITY column of DB2 type INTEGER NULL.
 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.
 void refreshCopyHelper()
          Load data from the EJBObject.
 void setAdjustmentComment(java.lang.String aAdjustmentComment)
          This method provides access to the INVADJUST.ADJUSTMENTCOMMENT column of DB2 type VARCHAR(254) NULL.
 void setAdjustmentDate(java.lang.String aAdjustmentDate)
          This method provides access to the INVADJUST.ADJUSTMENTDATE column of DB2 type TIMESTAMP NULL.
 void setAdjustmentDate(java.sql.Timestamp aAdjustmentDate)
          This method provides access to the INVADJUST.ADJUSTMENTDATE column of DB2 type TIMESTAMP NULL.
 void setInitKey_invadjustId(java.lang.String aInitKey_invadjustId)
          Set the primary key for this object
 void setInitKey_invAdjustNum(java.lang.String aInitKey_invAdjustNum)
          Set the primary key for this object
 void setInvadjCodeId(java.lang.Long aInvadjCodeId)
          This method provides access to the INVADJUST.INVADJCODE_ID column of DB2 type BIGINT NOT NULL.
 void setInvadjCodeId(java.lang.String aInvadjCodeId)
          This method provides access to the INVADJUST.INVADJCODE_ID column of DB2 type BIGINT NOT NULL.
 void setInvadjustId(java.lang.Long aInvadjustId)
          This method provides access to the INVADJUST.INVADJUST_ID column of DB2 type BIGINT NOT NULL.
 void setInvadjustId(java.lang.String aInvadjustId)
          This method provides access to the INVADJUST.INVADJUST_ID column of DB2 type BIGINT NOT NULL.
 void setInvAdjustNum(java.lang.Integer aInvAdjustNum)
          This method provides access to the INVADJUST.INVADJUSTNUM column of DB2 type INTEGER NOT NULL.
 void setInvAdjustNum(java.lang.String aInvAdjustNum)
          This method provides access to the INVADJUST.INVADJUSTNUM column of DB2 type INTEGER NOT NULL.
 void setLastupdate(java.lang.String aLastupdate)
          This method provides access to the INVADJUST.LASTUPDATE column of DB2 type TIMESTAMP NULL.
 void setLastupdate(java.sql.Timestamp aLastupdate)
          This method provides access to the INVADJUST.LASTUPDATE column of DB2 type TIMESTAMP NULL.
 void setQuantity(java.lang.Integer aQuantity)
          This method provides access to the INVADJUST.QUANTITY column of DB2 type INTEGER NULL.
 void setQuantity(java.lang.String aQuantity)
          This method provides access to the INVADJUST.QUANTITY column of DB2 type INTEGER NULL.
 void setReceiptId(java.lang.Long aReceiptId)
          This method provides access to the INVADJUST.RECEIPT_ID column of DB2 type BIGINT NOT NULL.
 void setReceiptId(java.lang.String aReceiptId)
          This method provides access to the INVADJUST.RECEIPT_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

InventoryAdjustmentAccessBean

public InventoryAdjustmentAccessBean()

Default constructor. Maps to findByPrimaryKey.


InventoryAdjustmentAccessBean

public InventoryAdjustmentAccessBean(javax.ejb.EJBObject object)
                              throws java.rmi.RemoteException

Creates an access bean for the specified EJB

Parameters:
object - - javax.ejb.EJBObject
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
Method Detail

commitCopyHelper

public void commitCopyHelper()
                      throws java.rmi.RemoteException,
                             javax.ejb.CreateException,
                             javax.ejb.FinderException,
                             javax.naming.NamingException

Update(flush) data to the EJBObject (persistent storage).

Overrides:
commitCopyHelper in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
Returns:
void
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getAdjustmentComment

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) NULL.

The following is a description of this column:

Comment.

Specified by:
getAdjustmentComment in interface InventoryAdjustmentAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getAdjustmentDate

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 NULL.

The following is a description of this column:

Timestamp of adjustment.

Specified by:
getAdjustmentDate in interface InventoryAdjustmentAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getAdjustmentDateInEJBType

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 NULL.

The following is a description of this column:

Timestamp of adjustment.

Returns:
java.sql.Timestamp
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getInvadjCodeId

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.

Specified by:
getInvadjCodeId in interface InventoryAdjustmentAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getInvadjCodeIdInEJBType

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.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getInvadjustId

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.

Specified by:
getInvadjustId in interface InventoryAdjustmentAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getInvadjustIdInEJBType

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.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getInvAdjustNum

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.

Specified by:
getInvAdjustNum in interface InventoryAdjustmentAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getInvAdjustNumInEJBType

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.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getLastupdate

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 NULL.

The following is a description of this column:

Timestamp of last update.

Specified by:
getLastupdate in interface InventoryAdjustmentAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getLastupdateInEJBType

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 NULL.

The following is a description of this column:

Timestamp of last update.

Returns:
java.sql.Timestamp
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getQuantity

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 NULL.

The following is a description of this column:

Quantity adjusted for this receipt.

Specified by:
getQuantity in interface InventoryAdjustmentAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getQuantityInEJBType

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 NULL.

The following is a description of this column:

Quantity adjusted for this receipt.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getReceiptId

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.

Specified by:
getReceiptId in interface InventoryAdjustmentAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getReceiptIdInEJBType

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.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

refreshCopyHelper

public void refreshCopyHelper()
                       throws java.rmi.RemoteException,
                              javax.ejb.CreateException,
                              javax.ejb.FinderException,
                              javax.naming.NamingException

Load data from the EJBObject.

Overrides:
refreshCopyHelper in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
Returns:
void
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

setAdjustmentComment

public void setAdjustmentComment(java.lang.String aAdjustmentComment)

This method provides access to the INVADJUST.ADJUSTMENTCOMMENT column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

Comment.

Specified by:
setAdjustmentComment in interface InventoryAdjustmentAccessBeanData
Parameters:
aAdjustmentComment - java.lang.String
Returns:
void

setAdjustmentDate

public void setAdjustmentDate(java.lang.String aAdjustmentDate)

This method provides access to the INVADJUST.ADJUSTMENTDATE column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Timestamp of adjustment.

Specified by:
setAdjustmentDate in interface InventoryAdjustmentAccessBeanData
Parameters:
aAdjustmentDate - java.lang.String
Returns:
void

setAdjustmentDate

public void setAdjustmentDate(java.sql.Timestamp aAdjustmentDate)

This method provides access to the INVADJUST.ADJUSTMENTDATE column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Timestamp of adjustment.

Parameters:
aAdjustmentDate - java.sql.Timestamp
Returns:
void

setInitKey_invadjustId

public void setInitKey_invadjustId(java.lang.String aInitKey_invadjustId)

Set the primary key for this object

Parameters:
aInitKey_invadjustId - java.lang.String
Returns:
void

setInitKey_invAdjustNum

public void setInitKey_invAdjustNum(java.lang.String aInitKey_invAdjustNum)

Set the primary key for this object

Parameters:
aInitKey_invAdjustNum - java.lang.String
Returns:
void

setInvadjCodeId

public void setInvadjCodeId(java.lang.Long aInvadjCodeId)

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.

Parameters:
aInvadjCodeId - java.lang.Long
Returns:
void

setInvadjCodeId

public void setInvadjCodeId(java.lang.String aInvadjCodeId)

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.

Specified by:
setInvadjCodeId in interface InventoryAdjustmentAccessBeanData
Parameters:
aInvadjCodeId - java.lang.String
Returns:
void

setInvadjustId

public void setInvadjustId(java.lang.Long aInvadjustId)

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.

Parameters:
aInvadjustId - java.lang.Long
Returns:
void

setInvadjustId

public void setInvadjustId(java.lang.String aInvadjustId)

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.

Specified by:
setInvadjustId in interface InventoryAdjustmentAccessBeanData
Parameters:
aInvadjustId - java.lang.String
Returns:
void

setInvAdjustNum

public void setInvAdjustNum(java.lang.Integer aInvAdjustNum)

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.

Parameters:
aInvAdjustNum - java.lang.Integer
Returns:
void

setInvAdjustNum

public void setInvAdjustNum(java.lang.String aInvAdjustNum)

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.

Specified by:
setInvAdjustNum in interface InventoryAdjustmentAccessBeanData
Parameters:
aInvAdjustNum - java.lang.String
Returns:
void

setLastupdate

public void setLastupdate(java.lang.String aLastupdate)

This method provides access to the INVADJUST.LASTUPDATE column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Timestamp of last update.

Specified by:
setLastupdate in interface InventoryAdjustmentAccessBeanData
Parameters:
aLastupdate - java.lang.String
Returns:
void

setLastupdate

public void setLastupdate(java.sql.Timestamp aLastupdate)

This method provides access to the INVADJUST.LASTUPDATE column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Timestamp of last update.

Parameters:
aLastupdate - java.sql.Timestamp
Returns:
void

setQuantity

public void setQuantity(java.lang.Integer aQuantity)

This method provides access to the INVADJUST.QUANTITY column of DB2 type INTEGER NULL.

The following is a description of this column:

Quantity adjusted for this receipt.

Parameters:
aQuantity - java.lang.Integer
Returns:
void

setQuantity

public void setQuantity(java.lang.String aQuantity)

This method provides access to the INVADJUST.QUANTITY column of DB2 type INTEGER NULL.

The following is a description of this column:

Quantity adjusted for this receipt.

Specified by:
setQuantity in interface InventoryAdjustmentAccessBeanData
Parameters:
aQuantity - java.lang.String
Returns:
void

setReceiptId

public void setReceiptId(java.lang.Long aReceiptId)

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.

Parameters:
aReceiptId - java.lang.Long
Returns:
void

setReceiptId

public void setReceiptId(java.lang.String aReceiptId)

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.

Specified by:
setReceiptId in interface InventoryAdjustmentAccessBeanData
Parameters:
aReceiptId - java.lang.String
Returns:
void