|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractAccessBean | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.inventory.objects.ManifestAccessBean
This bean provides access to the MANIFEST table.
The following is a description of this table:
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.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
ManifestAccessBean()
Default constructor. |
|
ManifestAccessBean(javax.ejb.EJBObject object)
Creates an access bean for the specified EJB |
|
ManifestAccessBean(java.sql.Timestamp DateShipped,
java.math.BigDecimal ShippingCosts,
java.lang.Long OrdersId,
java.lang.Integer OrderReleaseNum)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
|
ManifestAccessBean(java.sql.Timestamp DateShipped,
java.math.BigDecimal ShippingCosts,
java.lang.Long OrdersId,
java.lang.Integer OrderReleaseNum,
java.lang.String PackageId)
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). |
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 OrdersId,
java.lang.Integer OrdreleaseNum,
java.lang.String ManifestStatus)
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) NULL. |
java.lang.String |
getLastupdate()
This method provides access to the MANIFEST.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getLastupdateInEJBType()
This method provides access to the MANIFEST.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
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. |
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) NULL. |
java.lang.String |
getPickupRecordId()
This method provides access to the MANIFEST.PICKUPRECORDID column of DB2 type CHAR(20) NULL. |
java.lang.String |
getSetCCurr()
This method provides access to the MANIFEST.SETCCURR column of DB2 type CHAR(3) NULL. |
java.lang.String |
getShipModeId()
This method provides access to the MANIFEST.SHIPMODE_ID column of DB2 type INTEGER NULL. |
java.lang.Integer |
getShipModeIdInEJBType()
This method provides access to the MANIFEST.SHIPMODE_ID column of DB2 type INTEGER NULL. |
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) NULL. |
java.lang.String |
getWeight()
This method provides access to the MANIFEST.WEIGHT column of DB2 type FLOAT NULL. |
java.lang.Double |
getWeightInEJBType()
This method provides access to the MANIFEST.WEIGHT column of DB2 type FLOAT NULL. |
java.lang.String |
getWeightMeasure()
This method provides access to the MANIFEST.WEIGHTMEASURE column of DB2 type CHAR(16) NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setDateShipped(java.lang.String aDateShipped)
This method provides access to the MANIFEST.DATESHIPPED column of DB2 type TIMESTAMP NOT NULL. |
void |
setDateShipped(java.sql.Timestamp aDateShipped)
This method provides access to the MANIFEST.DATESHIPPED column of DB2 type TIMESTAMP NOT NULL. |
void |
setField1(java.lang.String aField1)
This method provides access to the MANIFEST.FIELD1 column of DB2 type VARCHAR(254) NULL. |
void |
setInitKey_manifestId(java.lang.String aInitKey_manifestId)
Set the primary key for this object |
void |
setLastupdate(java.lang.String aLastupdate)
This method provides access to the MANIFEST.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
void |
setLastupdate(java.sql.Timestamp aLastupdate)
This method provides access to the MANIFEST.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
void |
setManifestId(java.lang.Long aManifestId)
This method provides access to the MANIFEST.MANIFEST_ID column of DB2 type BIGINT NOT NULL. |
void |
setManifestId(java.lang.String aManifestId)
This method provides access to the MANIFEST.MANIFEST_ID column of DB2 type BIGINT NOT NULL. |
void |
setManifestStatus(java.lang.String aManifestStatus)
This method provides access to the MANIFEST.MANIFESTSTATUS column of DB2 type CHAR(1) NOT NULL. |
void |
setOrdersId(java.lang.Long aOrdersId)
This method provides access to the MANIFEST.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
void |
setOrdersId(java.lang.String aOrdersId)
This method provides access to the MANIFEST.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
void |
setOrdReleaseNum(java.lang.Integer aOrdReleaseNum)
This method provides access to the MANIFEST.ORDRELEASENUM column of DB2 type INTEGER NOT NULL. |
void |
setOrdReleaseNum(java.lang.String aOrdReleaseNum)
This method provides access to the MANIFEST.ORDRELEASENUM column of DB2 type INTEGER NOT NULL. |
void |
setPackageId(java.lang.String aPackageId)
This method provides access to the MANIFEST.PACKAGEID column of DB2 type CHAR(20) NULL. |
void |
setPickupRecordId(java.lang.String aPickupRecordId)
This method provides access to the MANIFEST.PICKUPRECORDID column of DB2 type CHAR(20) NULL. |
void |
setSetCCurr(java.lang.String aSetCCurr)
This method provides access to the MANIFEST.SETCCURR column of DB2 type CHAR(3) NULL. |
void |
setShipModeId(java.lang.Integer aShipModeId)
This method provides access to the MANIFEST.SHIPMODE_ID column of DB2 type INTEGER NULL. |
void |
setShipModeId(java.lang.String aShipModeId)
This method provides access to the MANIFEST.SHIPMODE_ID column of DB2 type INTEGER NULL. |
void |
setShippingCosts(java.math.BigDecimal aShippingCosts)
This method provides access to the MANIFEST.SHIPPINGCOSTS column of DB2 type DECIMAL(20,5) NOT NULL. |
void |
setShippingCosts(java.lang.String aShippingCosts)
This method provides access to the MANIFEST.SHIPPINGCOSTS column of DB2 type DECIMAL(20,5) NOT NULL. |
void |
setTrackingId(java.lang.String aTrackingId)
This method provides access to the MANIFEST.TRACKINGID column of DB2 type VARCHAR(40) NULL. |
void |
setWeight(java.lang.Double aWeight)
This method provides access to the MANIFEST.WEIGHT column of DB2 type FLOAT NULL. |
void |
setWeight(java.lang.String aWeight)
This method provides access to the MANIFEST.WEIGHT column of DB2 type FLOAT NULL. |
void |
setWeightMeasure(java.lang.String aWeightMeasure)
This method provides access to the MANIFEST.WEIGHTMEASURE column of DB2 type CHAR(16) 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 |
public ManifestAccessBean()
Default constructor. Maps to findByPrimaryKey.
public ManifestAccessBean(javax.ejb.EJBObject object) throws java.rmi.RemoteException
Creates an access bean for the specified EJB
object
- - javax.ejb.EJBObjectjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic ManifestAccessBean(java.sql.Timestamp DateShipped, java.math.BigDecimal ShippingCosts, java.lang.Long OrdersId, java.lang.Integer OrderReleaseNum) 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
DateShipped
- - java.sql.TimestampShippingCosts
- - java.math.BigDecimalOrdersId
- - java.lang.LongOrderReleaseNum
- - java.lang.Integerjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionpublic ManifestAccessBean(java.sql.Timestamp DateShipped, java.math.BigDecimal ShippingCosts, java.lang.Long OrdersId, java.lang.Integer OrderReleaseNum, java.lang.String PackageId) 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
DateShipped
- - java.sql.TimestampShippingCosts
- - java.math.BigDecimalOrdersId
- - java.lang.LongOrderReleaseNum
- - java.lang.IntegerPackageId
- - java.lang.Stringjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionMethod Detail |
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
commitCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 = ?
OrderReleaseNum
- - java.lang.IntegerOrdersId
- - java.lang.Longjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 = ?
OrdersId
- - java.lang.Longjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByOrdersIdAndOrdreleaseNumAndManifestStatus(java.lang.Long OrdersId, java.lang.Integer OrdreleaseNum, java.lang.String ManifestStatus) 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 = ?
OrdersId
- - java.lang.LongOrdreleaseNum
- - java.lang.IntegerManifestStatus
- - java.lang.Stringjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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) NULL.
The following is a description of this column:
Customizable.
getField1
in interface ManifestAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 NULL.
The following is a description of this column:
Timestamp of last update.
getLastupdate
in interface ManifestAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 NULL.
The following is a description of this column:
Timestamp of last update.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
The following is a description of this column:
S=Shipped P=Paid V=Void. Initial status = S. When payment has been initiated, this value should be set to P so it is not processed again.
getManifestStatus
in interface ManifestAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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) NULL.
The following is a description of this column:
Package identifier.
getPackageId
in interface ManifestAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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) NULL.
The following is a description of this column:
Pickup record identifier.
getPickupRecordId
in interface ManifestAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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) NULL.
The following is a description of this column:
Currency in which the shipment was charged.
getSetCCurr
in interface ManifestAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 NULL.
The following is a description of this column:
Shipping provider.
getShipModeId
in interface ManifestAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 NULL.
The following is a description of this column:
Shipping provider.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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) NULL.
The following is a description of this column:
Tracking identifier.
getTrackingId
in interface ManifestAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 NULL.
The following is a description of this column:
The weight of the package.
getWeight
in interface ManifestAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 NULL.
The following is a description of this column:
The weight of the package.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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) NULL.
The following is a description of this column:
The unit of measure of the package weight.
getWeightMeasure
in interface ManifestAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
refreshCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void setDateShipped(java.lang.String aDateShipped)
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
aDateShipped
- java.lang.Stringpublic void setDateShipped(java.sql.Timestamp aDateShipped)
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.
aDateShipped
- java.sql.Timestamppublic void setField1(java.lang.String aField1)
This method provides access to the MANIFEST.FIELD1 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
setField1
in interface ManifestAccessBeanData
aField1
- java.lang.Stringpublic void setInitKey_manifestId(java.lang.String aInitKey_manifestId)
Set the primary key for this object
aInitKey_manifestId
- java.lang.Stringpublic void setLastupdate(java.lang.String aLastupdate)
This method provides access to the MANIFEST.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Timestamp of last update.
setLastupdate
in interface ManifestAccessBeanData
aLastupdate
- java.lang.Stringpublic void setLastupdate(java.sql.Timestamp aLastupdate)
This method provides access to the MANIFEST.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Timestamp of last update.
aLastupdate
- java.sql.Timestamppublic void setManifestId(java.lang.Long aManifestId)
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.
aManifestId
- java.lang.Longpublic void setManifestId(java.lang.String aManifestId)
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
aManifestId
- java.lang.Stringpublic void setManifestStatus(java.lang.String aManifestStatus)
This method provides access to the MANIFEST.MANIFESTSTATUS column of DB2 type CHAR(1) NOT NULL.
The following is a description of this column:
S=Shipped P=Paid V=Void. Initial status = S. When payment has been initiated, this value should be set to P so it is not processed again.
setManifestStatus
in interface ManifestAccessBeanData
aManifestStatus
- java.lang.Stringpublic void setOrdersId(java.lang.Long aOrdersId)
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.
aOrdersId
- java.lang.Longpublic void setOrdersId(java.lang.String aOrdersId)
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
aOrdersId
- java.lang.Stringpublic void setOrdReleaseNum(java.lang.Integer aOrdReleaseNum)
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.
aOrdReleaseNum
- java.lang.Integerpublic void setOrdReleaseNum(java.lang.String aOrdReleaseNum)
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
aOrdReleaseNum
- java.lang.Stringpublic void setPackageId(java.lang.String aPackageId)
This method provides access to the MANIFEST.PACKAGEID column of DB2 type CHAR(20) NULL.
The following is a description of this column:
Package identifier.
setPackageId
in interface ManifestAccessBeanData
aPackageId
- java.lang.Stringpublic void setPickupRecordId(java.lang.String aPickupRecordId)
This method provides access to the MANIFEST.PICKUPRECORDID column of DB2 type CHAR(20) NULL.
The following is a description of this column:
Pickup record identifier.
setPickupRecordId
in interface ManifestAccessBeanData
aPickupRecordId
- java.lang.Stringpublic void setSetCCurr(java.lang.String aSetCCurr)
This method provides access to the MANIFEST.SETCCURR column of DB2 type CHAR(3) NULL.
The following is a description of this column:
Currency in which the shipment was charged.
setSetCCurr
in interface ManifestAccessBeanData
aSetCCurr
- java.lang.Stringpublic void setShipModeId(java.lang.Integer aShipModeId)
This method provides access to the MANIFEST.SHIPMODE_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
Shipping provider.
aShipModeId
- java.lang.Integerpublic void setShipModeId(java.lang.String aShipModeId)
This method provides access to the MANIFEST.SHIPMODE_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
Shipping provider.
setShipModeId
in interface ManifestAccessBeanData
aShipModeId
- java.lang.Stringpublic void setShippingCosts(java.math.BigDecimal aShippingCosts)
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.
aShippingCosts
- java.math.BigDecimalpublic void setShippingCosts(java.lang.String aShippingCosts)
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
aShippingCosts
- java.lang.Stringpublic void setTrackingId(java.lang.String aTrackingId)
This method provides access to the MANIFEST.TRACKINGID column of DB2 type VARCHAR(40) NULL.
The following is a description of this column:
Tracking identifier.
setTrackingId
in interface ManifestAccessBeanData
aTrackingId
- java.lang.Stringpublic void setWeight(java.lang.Double aWeight)
This method provides access to the MANIFEST.WEIGHT column of DB2 type FLOAT NULL.
The following is a description of this column:
The weight of the package.
aWeight
- java.lang.Doublepublic void setWeight(java.lang.String aWeight)
This method provides access to the MANIFEST.WEIGHT column of DB2 type FLOAT NULL.
The following is a description of this column:
The weight of the package.
setWeight
in interface ManifestAccessBeanData
aWeight
- java.lang.Stringpublic void setWeightMeasure(java.lang.String aWeightMeasure)
This method provides access to the MANIFEST.WEIGHTMEASURE column of DB2 type CHAR(16) NULL.
The following is a description of this column:
The unit of measure of the package weight.
setWeightMeasure
in interface ManifestAccessBeanData
aWeightMeasure
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |