com.ibm.commerce.inventory.objects
Class ManifestAccessBean

java.lang.Object
  com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
      com.ibm.commerce.inventory.objects.ManifestAccessBean
All Implemented Interfaces:
ManifestAccessBeanData

public class ManifestAccessBean
extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
implements ManifestAccessBeanData

One record exists for each manifest (shipment confirmation) produced for an order release. If a release is packaged in two boxes there will be two rows in the manifest table. This access bean corresponds to the database table 'MANIFEST'.

See Also:
Serialized Form

Constructor Summary
ManifestAccessBean()
Zero argument constructor used to initialize the access bean.
ManifestAccessBean(javax.ejb.EJBObject o)
constructor
ManifestAccessBean(java.sql.Timestamp newDateShipped, java.math.BigDecimal newShippingCosts, java.lang.Long newOrdersId, java.lang.Integer newOrderReleaseNum)
Maps to a corresponding ejbCreate method in the home interface of the EJB
ManifestAccessBean(java.sql.Timestamp newDateShipped, java.math.BigDecimal newShippingCosts, java.lang.Long newOrdersId, java.lang.Integer newOrderReleaseNum, java.lang.String newPackageId)
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).
protected java.lang.String defaultJNDIName()
java.util.Enumeration findByOrderReleaseNumAndOrdersId(java.lang.Integer orderReleaseNum, java.lang.Long ordersId) Retrieves all the manifest information with the specified ORDRELEASENUM and ORDERS_ID The SQL query used to fetch the requested rows from the MANIFEST table is:
SELECT * FROM MANIFEST T1 WHERE T1.ORDRELEASENUM = ? AND T1.ORDERS_ID = ?
java.util.Enumeration findByOrdersId(java.lang.Long ordersId) Retrieves all the manifest information with the specified ORDERS_ID The SQL query used to fetch the requested rows from the MANIFEST table is:
SELECT * FROM MANIFEST T1 WHERE T1.ORDERS_ID = ?
java.util.Enumeration findByOrdersIdAndOrdreleaseNumAndManifestStatus(java.lang.Long aOrdersId, java.lang.Integer aOrdReleaseNum, java.lang.String aManifestStatus) Retrieves all the manifest information with the specified ORDERS_ID and ORDRELEASENUM and MANIFESTSTATUS The SQL query used to fetch the requested rows from the MANIFEST table is:
SELECT * FROM MANIFEST T1 WHERE T1.ORDERS_ID = ? AND T1.ORDRELEASENUM = ? AND T1.MANIFESTSTATUS = ?
java.lang.String getDateShipped()
This method provides access to the MANIFEST.DATESHIPPED column of DB2 type TIMESTAMP NOT NULL.
java.sql.Timestamp getDateShippedInEJBType()
This method provides access to the MANIFEST.DATESHIPPED column of DB2 type TIMESTAMP NOT NULL.
java.lang.String getField1()
This method provides access to the MANIFEST.FIELD1 column of DB2 type VARCHAR(254).
java.lang.String getLastupdate()
This method provides access to the MANIFEST.LASTUPDATE column of DB2 type TIMESTAMP.
java.sql.Timestamp getLastupdateInEJBType()
This method provides access to the MANIFEST.LASTUPDATE column of DB2 type TIMESTAMP.
java.lang.String getManifestId()
This method provides access to the MANIFEST.MANIFEST_ID column of DB2 type BIGINT NOT NULL.
java.lang.Long getManifestIdInEJBType()
This method provides access to the MANIFEST.MANIFEST_ID column of DB2 type BIGINT NOT NULL.
java.lang.String getManifestStatus()
This method provides access to the MANIFEST.MANIFESTSTATUS column of DB2 type CHAR(1) NOT NULL DEFAULT 'S'.
java.lang.String getOrdersId()
This method provides access to the MANIFEST.ORDERS_ID column of DB2 type BIGINT NOT NULL.
java.lang.Long getOrdersIdInEJBType()
This method provides access to the MANIFEST.ORDERS_ID column of DB2 type BIGINT NOT NULL.
java.lang.String getOrdReleaseNum()
This method provides access to the MANIFEST.ORDRELEASENUM column of DB2 type INTEGER NOT NULL.
java.lang.Integer getOrdReleaseNumInEJBType()
This method provides access to the MANIFEST.ORDRELEASENUM column of DB2 type INTEGER NOT NULL.
java.lang.String getPackageId()
This method provides access to the MANIFEST.PACKAGEID column of DB2 type CHAR(20).
java.lang.String getPickupRecordId()
This method provides access to the MANIFEST.PICKUPRECORDID column of DB2 type CHAR(20).
java.lang.String getSetCCurr()
This method provides access to the MANIFEST.SETCCURR column of DB2 type CHAR(3).
java.lang.String getShipModeId()
This method provides access to the MANIFEST.SHIPMODE_ID column of DB2 type INTEGER.
java.lang.Integer getShipModeIdInEJBType()
This method provides access to the MANIFEST.SHIPMODE_ID column of DB2 type INTEGER.
java.lang.String getShippingCosts()
This method provides access to the MANIFEST.SHIPPINGCOSTS column of DB2 type DECIMAL(20 5) NOT NULL.
java.math.BigDecimal getShippingCostsInEJBType()
This method provides access to the MANIFEST.SHIPPINGCOSTS column of DB2 type DECIMAL(20 5) NOT NULL.
java.lang.String getTrackingId()
This method provides access to the MANIFEST.TRACKINGID column of DB2 type VARCHAR(40).
java.lang.String getWeight()
This method provides access to the MANIFEST.WEIGHT column of DB2 type FLOAT.
java.lang.Double getWeightInEJBType()
This method provides access to the MANIFEST.WEIGHT column of DB2 type FLOAT.
java.lang.String getWeightMeasure()
This method provides access to the MANIFEST.WEIGHTMEASURE column of DB2 type CHAR(16).
protected void instantiateEJB()
protected boolean instantiateEJBByPrimaryKey()
void refreshCopyHelper()
Load data from the EJBObject.
void setDateShipped(java.lang.String newValue)
This method accesses a non-CMP field
void setDateShipped(java.sql.Timestamp newValue)
This method accesses a non-CMP field
void setField1(java.lang.String newValue)
This method accesses a non-CMP field
void setInitKey_manifestId(java.lang.String newValue)
Set the primary key for this object
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 setManifestId(java.lang.Long newValue)
This method accesses a non-CMP field
void setManifestId(java.lang.String newValue)
This method accesses a non-CMP field
void setManifestStatus(java.lang.String newValue)
This method accesses a non-CMP field
void setOrdersId(java.lang.Long newValue)
This method accesses a non-CMP field
void setOrdersId(java.lang.String newValue)
This method accesses a non-CMP field
void setOrdReleaseNum(java.lang.Integer newValue)
This method accesses a non-CMP field
void setOrdReleaseNum(java.lang.String newValue)
This method accesses a non-CMP field
void setPackageId(java.lang.String newValue)
This method accesses a non-CMP field
void setPickupRecordId(java.lang.String newValue)
This method accesses a non-CMP field
void setSetCCurr(java.lang.String newValue)
This method accesses a non-CMP field
void setShipModeId(java.lang.Integer newValue)
This method accesses a non-CMP field
void setShipModeId(java.lang.String newValue)
This method accesses a non-CMP field
void setShippingCosts(java.math.BigDecimal newValue)
This method accesses a non-CMP field
void setShippingCosts(java.lang.String newValue)
This method accesses a non-CMP field
void setTrackingId(java.lang.String newValue)
This method accesses a non-CMP field
void setWeight(java.lang.Double newValue)
This method accesses a non-CMP field
void setWeight(java.lang.String newValue)
This method accesses a non-CMP field
void setWeightMeasure(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

ManifestAccessBean

public ManifestAccessBean()
Zero argument constructor used to initialize the access bean. This constructor corresponds to the following home interface method: public abstract com.ibm.commerce.inventory.objects.Manifest com.ibm.commerce.inventory.objimpl.ManifestHomeBase.findByPrimaryKey(com.ibm.commerce.inventory.objects.ManifestKey) throws java.rmi.RemoteException,javax.ejb.FinderException The home interface method properties need to be set by calling the following setter methods before calling any business methods: setInitKey_manifestId( java.lang.Long )

ManifestAccessBean

public ManifestAccessBean(javax.ejb.EJBObject o)
                   throws java.rmi.RemoteException
constructor
Parameters:
o - javax.ejb.EJBObject
Throws:
java.rmi.RemoteException

ManifestAccessBean

public ManifestAccessBean(java.sql.Timestamp newDateShipped,
                          java.math.BigDecimal newShippingCosts,
                          java.lang.Long newOrdersId,
                          java.lang.Integer newOrderReleaseNum)
                   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

Parameters:
newDateShipped - - java.sql.Timestamp
newShippingCosts - - java.math.BigDecimal
newOrdersId - - java.lang.Long
newOrderReleaseNum - - java.lang.Integer
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception

ManifestAccessBean

public ManifestAccessBean(java.sql.Timestamp newDateShipped,
                          java.math.BigDecimal newShippingCosts,
                          java.lang.Long newOrdersId,
                          java.lang.Integer newOrderReleaseNum,
                          java.lang.String newPackageId)
                   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

Parameters:
newDateShipped - - java.sql.Timestamp
newShippingCosts - - java.math.BigDecimal
newOrdersId - - java.lang.Long
newOrderReleaseNum - - java.lang.Integer
newPackageId - - java.lang.String
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
Method Detail

findByOrderReleaseNumAndOrdersId

public java.util.Enumeration findByOrderReleaseNumAndOrdersId(java.lang.Integer orderReleaseNum,
                                                              java.lang.Long ordersId)
                                                       throws java.rmi.RemoteException,
                                                              javax.ejb.FinderException,
                                                              javax.naming.NamingException

Retrieves all the manifest information with the specified ORDRELEASENUM and ORDERS_ID
The SQL query used to fetch the requested rows from the
MANIFEST table is:
SELECT * FROM MANIFEST T1 WHERE T1.ORDRELEASENUM = ? AND T1.ORDERS_ID = ?

Parameters:
orderReleaseNum - - java.lang.Integer
ordersId - - java.lang.Long
Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException

findByOrdersId

public java.util.Enumeration findByOrdersId(java.lang.Long ordersId)
                                     throws java.rmi.RemoteException,
                                            javax.ejb.FinderException,
                                            javax.naming.NamingException

Retrieves all the manifest information with the specified ORDERS_ID
The SQL query used to fetch the requested rows from the
MANIFEST table is:
SELECT * FROM MANIFEST T1 WHERE T1.ORDERS_ID = ?

Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException

findByOrdersIdAndOrdreleaseNumAndManifestStatus

public java.util.Enumeration findByOrdersIdAndOrdreleaseNumAndManifestStatus(java.lang.Long aOrdersId,
                                                                             java.lang.Integer aOrdReleaseNum,
                                                                             java.lang.String aManifestStatus)
                                                                      throws java.rmi.RemoteException,
                                                                             javax.ejb.FinderException,
                                                                             javax.naming.NamingException

Retrieves all the manifest information with the specified ORDERS_ID and ORDRELEASENUM and MANIFESTSTATUS
The SQL query used to fetch the requested rows from the
MANIFEST table is:
SELECT * FROM MANIFEST T1 WHERE T1.ORDERS_ID = ? AND T1.ORDRELEASENUM = ? AND T1.MANIFESTSTATUS = ?

Parameters:
aOrdersId - - java.lang.Long
aOrdReleaseNum - - java.lang.Integer
aManifestStatus - - java.lang.String
Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException

setInitKey_manifestId

public void setInitKey_manifestId(java.lang.String newValue)

Set the primary key for this object

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

defaultJNDIName

protected java.lang.String defaultJNDIName()
Returns:
String

instantiateEJB

protected void instantiateEJB()
                       throws java.rmi.RemoteException,
                              javax.ejb.FinderException,
                              javax.naming.NamingException
Returns:
void
Throws:
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException

instantiateEJBByPrimaryKey

protected boolean instantiateEJBByPrimaryKey()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.naming.NamingException
Returns:
boolean
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.naming.NamingException

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

Returns:
void
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

refreshCopyHelper

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

Load data from the EJBObject.

Returns:
void
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getSetCCurr

public java.lang.String getSetCCurr()
                             throws java.rmi.RemoteException,
                                    javax.ejb.CreateException,
                                    javax.ejb.FinderException,
                                    javax.naming.NamingException

This method provides access to the MANIFEST.SETCCURR column of DB2 type CHAR(3).

The following is a description of this column:

Currency in which the shipment was charged.

Specified by:
getSetCCurr in interface ManifestAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setSetCCurr

public void setSetCCurr(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setSetCCurr in interface ManifestAccessBeanData

getOrdReleaseNum

public java.lang.String getOrdReleaseNum()
                                  throws java.rmi.RemoteException,
                                         javax.ejb.CreateException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException

This method provides access to the MANIFEST.ORDRELEASENUM column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Uniquely identifies the release for this order.

Specified by:
getOrdReleaseNum in interface ManifestAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getOrdReleaseNumInEJBType

public java.lang.Integer getOrdReleaseNumInEJBType()
                                            throws java.rmi.RemoteException,
                                                   javax.ejb.CreateException,
                                                   javax.ejb.FinderException,
                                                   javax.naming.NamingException

This method provides access to the MANIFEST.ORDRELEASENUM column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Uniquely identifies the release for this order.

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

setOrdReleaseNum

public void setOrdReleaseNum(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setOrdReleaseNum in interface ManifestAccessBeanData

setOrdReleaseNum

public void setOrdReleaseNum(java.lang.Integer newValue)
This method accesses a non-CMP field

getWeightMeasure

public java.lang.String getWeightMeasure()
                                  throws java.rmi.RemoteException,
                                         javax.ejb.CreateException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException

This method provides access to the MANIFEST.WEIGHTMEASURE column of DB2 type CHAR(16).

The following is a description of this column:

The unit of measure of the package weight.

Specified by:
getWeightMeasure in interface ManifestAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setWeightMeasure

public void setWeightMeasure(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setWeightMeasure in interface ManifestAccessBeanData

getManifestId

public java.lang.String getManifestId()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException

This method provides access to the MANIFEST.MANIFEST_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Generated unique key.

Specified by:
getManifestId in interface ManifestAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getManifestIdInEJBType

public java.lang.Long getManifestIdInEJBType()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.ejb.FinderException,
                                             javax.naming.NamingException

This method provides access to the MANIFEST.MANIFEST_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Generated unique key.

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

setManifestId

public void setManifestId(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setManifestId in interface ManifestAccessBeanData

setManifestId

public void setManifestId(java.lang.Long newValue)
This method accesses a non-CMP field

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 MANIFEST.LASTUPDATE column of DB2 type TIMESTAMP.

The following is a description of this column:

Timestamp of last update.

Specified by:
getLastupdate in interface ManifestAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

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 MANIFEST.LASTUPDATE column of DB2 type TIMESTAMP.

The following is a description of this column:

Timestamp of last update.

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

setLastupdate

public void setLastupdate(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setLastupdate in interface ManifestAccessBeanData

setLastupdate

public void setLastupdate(java.sql.Timestamp newValue)
This method accesses a non-CMP field

getTrackingId

public java.lang.String getTrackingId()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException

This method provides access to the MANIFEST.TRACKINGID column of DB2 type VARCHAR(40).

The following is a description of this column:

Tracking identifier.

Specified by:
getTrackingId in interface ManifestAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setTrackingId

public void setTrackingId(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setTrackingId in interface ManifestAccessBeanData

getWeight

public java.lang.String getWeight()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException

This method provides access to the MANIFEST.WEIGHT column of DB2 type FLOAT.

The following is a description of this column:

The weight of the package.

Specified by:
getWeight in interface ManifestAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getWeightInEJBType

public java.lang.Double getWeightInEJBType()
                                    throws java.rmi.RemoteException,
                                           javax.ejb.CreateException,
                                           javax.ejb.FinderException,
                                           javax.naming.NamingException

This method provides access to the MANIFEST.WEIGHT column of DB2 type FLOAT.

The following is a description of this column:

The weight of the package.

Returns:
java.lang.Double
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setWeight

public void setWeight(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setWeight in interface ManifestAccessBeanData

setWeight

public void setWeight(java.lang.Double newValue)
This method accesses a non-CMP field

getShippingCosts

public java.lang.String getShippingCosts()
                                  throws java.rmi.RemoteException,
                                         javax.ejb.CreateException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException

This method provides access to the MANIFEST.SHIPPINGCOSTS column of DB2 type DECIMAL(20 5) NOT NULL.

The following is a description of this column:

Shipping costs.

Specified by:
getShippingCosts in interface ManifestAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getShippingCostsInEJBType

public java.math.BigDecimal getShippingCostsInEJBType()
                                               throws java.rmi.RemoteException,
                                                      javax.ejb.CreateException,
                                                      javax.ejb.FinderException,
                                                      javax.naming.NamingException

This method provides access to the MANIFEST.SHIPPINGCOSTS column of DB2 type DECIMAL(20 5) NOT NULL.

The following is a description of this column:

Shipping costs.

Returns:
java.math.BigDecimal
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setShippingCosts

public void setShippingCosts(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setShippingCosts in interface ManifestAccessBeanData

setShippingCosts

public void setShippingCosts(java.math.BigDecimal newValue)
This method accesses a non-CMP field

getField1

public java.lang.String getField1()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException

This method provides access to the MANIFEST.FIELD1 column of DB2 type VARCHAR(254).

The following is a description of this column:

Customizable.

Specified by:
getField1 in interface ManifestAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setField1

public void setField1(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setField1 in interface ManifestAccessBeanData

getOrdersId

public java.lang.String getOrdersId()
                             throws java.rmi.RemoteException,
                                    javax.ejb.CreateException,
                                    javax.ejb.FinderException,
                                    javax.naming.NamingException

This method provides access to the MANIFEST.ORDERS_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

ORDERS_ID from ORDERS table for which the manifest is performed.

Specified by:
getOrdersId in interface ManifestAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getOrdersIdInEJBType

public java.lang.Long getOrdersIdInEJBType()
                                    throws java.rmi.RemoteException,
                                           javax.ejb.CreateException,
                                           javax.ejb.FinderException,
                                           javax.naming.NamingException

This method provides access to the MANIFEST.ORDERS_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

ORDERS_ID from ORDERS table for which the manifest is performed.

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

setOrdersId

public void setOrdersId(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setOrdersId in interface ManifestAccessBeanData

setOrdersId

public void setOrdersId(java.lang.Long newValue)
This method accesses a non-CMP field

getShipModeId

public java.lang.String getShipModeId()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException

This method provides access to the MANIFEST.SHIPMODE_ID column of DB2 type INTEGER.

The following is a description of this column:

Shipping provider.

Specified by:
getShipModeId in interface ManifestAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getShipModeIdInEJBType

public java.lang.Integer getShipModeIdInEJBType()
                                         throws java.rmi.RemoteException,
                                                javax.ejb.CreateException,
                                                javax.ejb.FinderException,
                                                javax.naming.NamingException

This method provides access to the MANIFEST.SHIPMODE_ID column of DB2 type INTEGER.

The following is a description of this column:

Shipping provider.

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

setShipModeId

public void setShipModeId(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setShipModeId in interface ManifestAccessBeanData

setShipModeId

public void setShipModeId(java.lang.Integer newValue)
This method accesses a non-CMP field

getDateShipped

public java.lang.String getDateShipped()
                                throws java.rmi.RemoteException,
                                       javax.ejb.CreateException,
                                       javax.ejb.FinderException,
                                       javax.naming.NamingException

This method provides access to the MANIFEST.DATESHIPPED column of DB2 type TIMESTAMP NOT NULL.

The following is a description of this column:

The date the package shipped.

Specified by:
getDateShipped in interface ManifestAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getDateShippedInEJBType

public java.sql.Timestamp getDateShippedInEJBType()
                                           throws java.rmi.RemoteException,
                                                  javax.ejb.CreateException,
                                                  javax.ejb.FinderException,
                                                  javax.naming.NamingException

This method provides access to the MANIFEST.DATESHIPPED column of DB2 type TIMESTAMP NOT NULL.

The following is a description of this column:

The date the package shipped.

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

setDateShipped

public void setDateShipped(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setDateShipped in interface ManifestAccessBeanData

setDateShipped

public void setDateShipped(java.sql.Timestamp newValue)
This method accesses a non-CMP field

getPackageId

public java.lang.String getPackageId()
                              throws java.rmi.RemoteException,
                                     javax.ejb.CreateException,
                                     javax.ejb.FinderException,
                                     javax.naming.NamingException

This method provides access to the MANIFEST.PACKAGEID column of DB2 type CHAR(20).

The following is a description of this column:

Package identifier.

Specified by:
getPackageId in interface ManifestAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setPackageId

public void setPackageId(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setPackageId in interface ManifestAccessBeanData

getPickupRecordId

public java.lang.String getPickupRecordId()
                                   throws java.rmi.RemoteException,
                                          javax.ejb.CreateException,
                                          javax.ejb.FinderException,
                                          javax.naming.NamingException

This method provides access to the MANIFEST.PICKUPRECORDID column of DB2 type CHAR(20).

The following is a description of this column:

Pickup record identifier.

Specified by:
getPickupRecordId in interface ManifestAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setPickupRecordId

public void setPickupRecordId(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setPickupRecordId in interface ManifestAccessBeanData

getManifestStatus

public java.lang.String getManifestStatus()
                                   throws java.rmi.RemoteException,
                                          javax.ejb.CreateException,
                                          javax.ejb.FinderException,
                                          javax.naming.NamingException

This method provides access to the MANIFEST.MANIFESTSTATUS column of DB2 type CHAR(1) NOT NULL DEFAULT 'S'.

The following is a description of this column:

S=Shipped V=Void. Initial status = S

Specified by:
getManifestStatus in interface ManifestAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setManifestStatus

public void setManifestStatus(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setManifestStatus in interface ManifestAccessBeanData

Feedback