java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.inventory.objects.ManifestAccessBean
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.
Constructor Summary | |
---|---|
ManifestAccessBean() constructor | |
ManifestAccessBean(javax.ejb.EJBObject o) constructor | |
ManifestAccessBean(java.sql.Timestamp arg0, java.math.BigDecimal arg1,
java.lang.Long arg2, java.lang.Integer arg3) constructor | |
ManifestAccessBean(java.sql.Timestamp arg0, java.math.BigDecimal arg1,
java.lang.Long arg2, java.lang.Integer arg3,
java.lang.String arg4) constructor |
Method Summary | |
---|---|
void |
commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected
java.lang.String |
defaultJNDIName() |
java.util.Enumeration |
findByOrderReleaseNumAndOrdersId(java.lang.Integer arg0,
java.lang.Long arg1)
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 arg0)
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 arg0,
java.lang.Integer arg1, java.lang.String arg2)
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 provides access to the MANIFEST.DATESHIPPED column of DB2 type TIMESTAMP NOT NULL. |
void |
setDateShipped(java.sql.Timestamp newValue) This method provides access to the MANIFEST.DATESHIPPED column of DB2 type TIMESTAMP NOT NULL. |
void |
setField1(java.lang.String newValue) This method provides access to the MANIFEST.FIELD1 column of DB2 type VARCHAR(254). |
void |
setInitKey_manifestId(java.lang.String newValue) Set the primary key for this object |
void |
setLastupdate(java.lang.String newValue) This method provides access to the MANIFEST.LASTUPDATE column of DB2 type TIMESTAMP. |
void |
setLastupdate(java.sql.Timestamp newValue) This method provides access to the MANIFEST.LASTUPDATE column of DB2 type TIMESTAMP. |
void |
setManifestId(java.lang.Long newValue) This method provides access to the MANIFEST.MANIFEST_ID column of DB2 type BIGINT NOT NULL. |
void |
setManifestId(java.lang.String newValue) This method provides access to the MANIFEST.MANIFEST_ID column of DB2 type BIGINT NOT NULL. |
void |
setManifestStatus(java.lang.String newValue) This method provides access to the MANIFEST.MANIFESTSTATUS column of DB2 type CHAR(1) NOT NULL DEFAULT 'S'. |
void |
setOrdersId(java.lang.Long newValue) This method provides access to the MANIFEST.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
void |
setOrdersId(java.lang.String newValue) This method provides access to the MANIFEST.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
void |
setOrdReleaseNum(java.lang.Integer newValue) This method provides access to the MANIFEST.ORDRELEASENUM column of DB2 type INTEGER NOT NULL. |
void |
setOrdReleaseNum(java.lang.String newValue) This method provides access to the MANIFEST.ORDRELEASENUM column of DB2 type INTEGER NOT NULL. |
void |
setPackageId(java.lang.String newValue) This method provides access to the MANIFEST.PACKAGEID column of DB2 type CHAR(20). |
void |
setPickupRecordId(java.lang.String newValue) This method provides access to the MANIFEST.PICKUPRECORDID column of DB2 type CHAR(20). |
void |
setSetCCurr(java.lang.String newValue) This method provides access to the MANIFEST.SETCCURR column of DB2 type CHAR(3). |
void |
setShipModeId(java.lang.Integer newValue) This method provides access to the MANIFEST.SHIPMODE_ID column of DB2 type INTEGER. |
void |
setShipModeId(java.lang.String newValue) This method provides access to the MANIFEST.SHIPMODE_ID column of DB2 type INTEGER. |
void |
setShippingCosts(java.math.BigDecimal newValue) This method provides access to the MANIFEST.SHIPPINGCOSTS column of DB2 type DECIMAL(20 5) NOT NULL. |
void |
setShippingCosts(java.lang.String newValue) This method provides access to the MANIFEST.SHIPPINGCOSTS column of DB2 type DECIMAL(20 5) NOT NULL. |
void |
setTrackingId(java.lang.String newValue) This method provides access to the MANIFEST.TRACKINGID column of DB2 type VARCHAR(40). |
void |
setWeight(java.lang.Double newValue) This method provides access to the MANIFEST.WEIGHT column of DB2 type FLOAT. |
void |
setWeight(java.lang.String newValue) This method provides access to the MANIFEST.WEIGHT column of DB2 type FLOAT. |
void |
setWeightMeasure(java.lang.String newValue) This method provides access to the MANIFEST.WEIGHTMEASURE column of DB2 type CHAR(16). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public ManifestAccessBean()
public ManifestAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
public ManifestAccessBean(java.sql.Timestamp arg0, java.math.BigDecimal arg1, java.lang.Long arg2, java.lang.Integer arg3) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
arg0
- java.sql.Timestamparg1
- java.math.BigDecimalarg2
- java.lang.Longarg3
- java.lang.Integerjavax.naming.NamingException
javax.ejb.CreateException
java.rmi.RemoteException
javax.ejb.FinderException
public ManifestAccessBean(java.sql.Timestamp arg0, java.math.BigDecimal arg1, java.lang.Long arg2, java.lang.Integer arg3, java.lang.String arg4) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
arg0
- java.sql.Timestamparg1
- java.math.BigDecimalarg2
- java.lang.Longarg3
- java.lang.Integerarg4
- java.lang.Stringjavax.naming.NamingException
javax.ejb.CreateException
java.rmi.RemoteException
javax.ejb.FinderException
Method Detail |
---|
public java.util.Enumeration findByOrderReleaseNumAndOrdersId(java.lang.Integer arg0, java.lang.Long arg1) 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 = ?
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findByOrdersId(java.lang.Long arg0) 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 = ?
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findByOrdersIdAndOrdreleaseNumAndManifestStatus(java.lang.Long arg0, java.lang.Integer arg1, java.lang.String arg2) 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 = ?
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public void setInitKey_manifestId(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 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.
getSetCCurr
in interface
ManifestAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setSetCCurr(java.lang.String newValue)
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.
setSetCCurr
in interface
ManifestAccessBeanData
newValue
- java.lang.Stringpublic 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.
getOrdReleaseNum
in interface
ManifestAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setOrdReleaseNum(java.lang.String newValue)
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.
setOrdReleaseNum
in interface
ManifestAccessBeanData
newValue
- Stringpublic void setOrdReleaseNum(java.lang.Integer newValue)
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.
newValue
- java.lang.Integerpublic 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.
getWeightMeasure
in interface
ManifestAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setWeightMeasure(java.lang.String newValue)
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.
setWeightMeasure
in interface
ManifestAccessBeanData
newValue
- java.lang.Stringpublic 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.
getManifestId
in interface
ManifestAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setManifestId(java.lang.String newValue)
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.
setManifestId
in interface
ManifestAccessBeanData
newValue
- Stringpublic void setManifestId(java.lang.Long newValue)
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.
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 MANIFEST.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
Timestamp of last update.
getLastupdate
in interface
ManifestAccessBeanData
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 MANIFEST.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 MANIFEST.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
Timestamp of last update.
setLastupdate
in interface
ManifestAccessBeanData
newValue
- Stringpublic void setLastupdate(java.sql.Timestamp newValue)
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.
newValue
- java.sql.Timestamppublic 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.
getTrackingId
in interface
ManifestAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setTrackingId(java.lang.String newValue)
This method provides access to the MANIFEST.TRACKINGID column of DB2 type VARCHAR(40).
The following is a description of this column:
Tracking identifier.
setTrackingId
in interface
ManifestAccessBeanData
newValue
- java.lang.Stringpublic 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.
getWeight
in interface
ManifestAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setWeight(java.lang.String newValue)
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.
setWeight
in interface
ManifestAccessBeanData
newValue
- Stringpublic void setWeight(java.lang.Double newValue)
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.
newValue
- java.lang.Doublepublic 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.
getShippingCosts
in interface
ManifestAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setShippingCosts(java.lang.String newValue)
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.
setShippingCosts
in interface
ManifestAccessBeanData
newValue
- Stringpublic void setShippingCosts(java.math.BigDecimal newValue)
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.
newValue
- java.math.BigDecimalpublic 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.
getField1
in interface
ManifestAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setField1(java.lang.String newValue)
This method provides access to the MANIFEST.FIELD1 column of DB2 type VARCHAR(254).
The following is a description of this column:
Customizable.
setField1
in interface
ManifestAccessBeanData
newValue
- java.lang.Stringpublic 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.
getOrdersId
in interface
ManifestAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setOrdersId(java.lang.String newValue)
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.
setOrdersId
in interface
ManifestAccessBeanData
newValue
- Stringpublic void setOrdersId(java.lang.Long newValue)
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.
newValue
- java.lang.Longpublic 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.
getShipModeId
in interface
ManifestAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setShipModeId(java.lang.String newValue)
This method provides access to the MANIFEST.SHIPMODE_ID column of DB2 type INTEGER.
The following is a description of this column:
Shipping provider.
setShipModeId
in interface
ManifestAccessBeanData
newValue
- Stringpublic void setShipModeId(java.lang.Integer newValue)
This method provides access to the MANIFEST.SHIPMODE_ID column of DB2 type INTEGER.
The following is a description of this column:
Shipping provider.
newValue
- java.lang.Integerpublic 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.
getDateShipped
in interface
ManifestAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setDateShipped(java.lang.String newValue)
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.
setDateShipped
in interface
ManifestAccessBeanData
newValue
- Stringpublic void setDateShipped(java.sql.Timestamp newValue)
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.
newValue
- java.sql.Timestamppublic 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.
getPackageId
in interface
ManifestAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setPackageId(java.lang.String newValue)
This method provides access to the MANIFEST.PACKAGEID column of DB2 type CHAR(20).
The following is a description of this column:
Package identifier.
setPackageId
in interface
ManifestAccessBeanData
newValue
- java.lang.Stringpublic 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.
getPickupRecordId
in interface
ManifestAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setPickupRecordId(java.lang.String newValue)
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.
setPickupRecordId
in interface
ManifestAccessBeanData
newValue
- java.lang.Stringpublic 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
getManifestStatus
in interface
ManifestAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setManifestStatus(java.lang.String newValue)
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
setManifestStatus
in interface
ManifestAccessBeanData
newValue
- java.lang.String