|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.inventory.objects.ManifestBean
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.
Constructor Summary | |
ManifestBean()
|
Method Summary | |
java.sql.Timestamp |
getDateShipped()
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.sql.Timestamp |
getLastupdate()
This method provides access to the MANIFEST.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
java.lang.Long |
getManifestId()
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.Long |
getOrdersId()
This method provides access to the MANIFEST.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Integer |
getOrdReleaseNum()
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.Integer |
getShipModeId()
This method provides access to the MANIFEST.SHIPMODE_ID column of DB2 type INTEGER NULL. |
java.math.BigDecimal |
getShippingCosts()
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.Double |
getWeight()
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 |
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 |
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 |
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 |
setOrdReleaseNum(java.lang.Integer 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 |
setShippingCosts(java.math.BigDecimal 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 |
setWeightMeasure(java.lang.String aWeightMeasure)
This method provides access to the MANIFEST.WEIGHTMEASURE column of DB2 type CHAR(16) NULL. |
Constructor Detail |
public ManifestBean()
Method Detail |
public java.sql.Timestamp getDateShipped()
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.
public java.lang.String getField1()
This method provides access to the MANIFEST.FIELD1 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
public java.sql.Timestamp getLastupdate()
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.
public java.lang.Long getManifestId()
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.
public java.lang.String getManifestStatus()
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.
public java.lang.Long getOrdersId()
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.
public java.lang.Integer getOrdReleaseNum()
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.
public java.lang.String getPackageId()
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.
public java.lang.String getPickupRecordId()
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.
public java.lang.String getSetCCurr()
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.
public java.lang.Integer getShipModeId()
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.
public java.math.BigDecimal getShippingCosts()
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.
public java.lang.String getTrackingId()
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.
public java.lang.Double getWeight()
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.
public java.lang.String getWeightMeasure()
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.
public 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.
aField1
- 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 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.
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 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 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.
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.
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.
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 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 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.
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 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.
aWeightMeasure
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |