|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.fulfillment.objects.ShippingArrangementBean
This bean provides access to the SHPARRANGE table.
The following is a description of this table:
Each row of this table represents a ShippingArrangement, indicating that a FulfillmentCenter can ship products on behalf of a Store using a ShippingMode.
Constructor Summary | |
ShippingArrangementBean()
|
Method Summary | |
java.sql.Timestamp |
getEndDate()
This method provides access to the SHPARRANGE.ENDDATE column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getField1()
This method provides access to the SHPARRANGE.FIELD1 column of DB2 type VARCHAR(254) NULL. |
java.lang.Integer |
getField2()
This method provides access to the SHPARRANGE.FIELD2 column of DB2 type INTEGER NULL. |
java.lang.Integer |
getFlags()
This method provides access to the SHPARRANGE.FLAGS column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getFulfillmentCenterId()
This method provides access to the SHPARRANGE.FFMCENTER_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Double |
getPrecedence()
This method provides access to the SHPARRANGE.PRECEDENCE column of DB2 type FLOAT NOT NULL. |
java.lang.Integer |
getShipArrangementId()
This method provides access to the SHPARRANGE.SHPARRANGE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getShipModeId()
This method provides access to the SHPARRANGE.SHIPMODE_ID column of DB2 type INTEGER NULL. |
java.sql.Timestamp |
getStartDate()
This method provides access to the SHPARRANGE.STARTDATE column of DB2 type TIMESTAMP NULL. |
java.lang.Integer |
getStoreId()
This method provides access to the SHPARRANGE.STORE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getTrackingNumber()
This method provides access to the SHPARRANGE.TRACKINGNUMBER column of DB2 type VARCHAR(64) NULL. |
void |
setEndDate(java.sql.Timestamp aEndDate)
This method provides access to the SHPARRANGE.ENDDATE column of DB2 type TIMESTAMP NULL. |
void |
setField1(java.lang.String aField1)
This method provides access to the SHPARRANGE.FIELD1 column of DB2 type VARCHAR(254) NULL. |
void |
setField2(java.lang.Integer aField2)
This method provides access to the SHPARRANGE.FIELD2 column of DB2 type INTEGER NULL. |
void |
setFlags(java.lang.Integer aFlags)
This method provides access to the SHPARRANGE.FLAGS column of DB2 type INTEGER NOT NULL. |
void |
setFulfillmentCenterId(java.lang.Integer aFulfillmentCenterId)
This method provides access to the SHPARRANGE.FFMCENTER_ID column of DB2 type INTEGER NOT NULL. |
void |
setPrecedence(java.lang.Double aPrecedence)
This method provides access to the SHPARRANGE.PRECEDENCE column of DB2 type FLOAT NOT NULL. |
void |
setShipArrangementId(java.lang.Integer aShipArrangementId)
This method provides access to the SHPARRANGE.SHPARRANGE_ID column of DB2 type INTEGER NOT NULL. |
void |
setShipModeId(java.lang.Integer aShipModeId)
This method provides access to the SHPARRANGE.SHIPMODE_ID column of DB2 type INTEGER NULL. |
void |
setStartDate(java.sql.Timestamp aStartDate)
This method provides access to the SHPARRANGE.STARTDATE column of DB2 type TIMESTAMP NULL. |
void |
setStoreId(java.lang.Integer aStoreId)
This method provides access to the SHPARRANGE.STORE_ID column of DB2 type INTEGER NOT NULL. |
void |
setTrackingNumber(java.lang.String aTrackingNumber)
This method provides access to the SHPARRANGE.TRACKINGNUMBER column of DB2 type VARCHAR(64) NULL. |
Constructor Detail |
public ShippingArrangementBean()
Method Detail |
public java.sql.Timestamp getEndDate()
This method provides access to the SHPARRANGE.ENDDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time this ShippingArrangement stops being effective.
public java.lang.String getField1()
This method provides access to the SHPARRANGE.FIELD1 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
public java.lang.Integer getField2()
This method provides access to the SHPARRANGE.FIELD2 column of DB2 type INTEGER NULL.
The following is a description of this column:
Customizable.
public java.lang.Integer getFlags()
This method provides access to the SHPARRANGE.FLAGS column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Contains a low order bit flag. Refer to SHPARRANGE: details for more information.
public java.lang.Integer getFulfillmentCenterId()
This method provides access to the SHPARRANGE.FFMCENTER_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The FulfillmentCenter.
public java.lang.Double getPrecedence()
This method provides access to the SHPARRANGE.PRECEDENCE column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
When more than one ShippingArrangement (for the same Store and ShippingMode) is effective at a particular time, the one with the highest precedence is used.
public java.lang.Integer getShipArrangementId()
This method provides access to the SHPARRANGE.SHPARRANGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Generated unique key.
public java.lang.Integer getShipModeId()
This method provides access to the SHPARRANGE.SHIPMODE_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The ShippingMode. NULL indicates this ShippingArrangement can be used regardless of ShippingMode.
public java.sql.Timestamp getStartDate()
This method provides access to the SHPARRANGE.STARTDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time this ShippingArrangement starts being effective.
public java.lang.Integer getStoreId()
This method provides access to the SHPARRANGE.STORE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The Store.
public java.lang.String getTrackingNumber()
This method provides access to the SHPARRANGE.TRACKINGNUMBER column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Reserved for IBM internal use.
public void setEndDate(java.sql.Timestamp aEndDate)
This method provides access to the SHPARRANGE.ENDDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time this ShippingArrangement stops being effective.
aEndDate
- java.sql.Timestamppublic void setField1(java.lang.String aField1)
This method provides access to the SHPARRANGE.FIELD1 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
aField1
- java.lang.Stringpublic void setField2(java.lang.Integer aField2)
This method provides access to the SHPARRANGE.FIELD2 column of DB2 type INTEGER NULL.
The following is a description of this column:
Customizable.
aField2
- java.lang.Integerpublic void setFlags(java.lang.Integer aFlags)
This method provides access to the SHPARRANGE.FLAGS column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Contains a low order bit flag. Refer to SHPARRANGE: details for more information.
aFlags
- java.lang.Integerpublic void setFulfillmentCenterId(java.lang.Integer aFulfillmentCenterId)
This method provides access to the SHPARRANGE.FFMCENTER_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The FulfillmentCenter.
aFulfillmentCenterId
- java.lang.Integerpublic void setPrecedence(java.lang.Double aPrecedence)
This method provides access to the SHPARRANGE.PRECEDENCE column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
When more than one ShippingArrangement (for the same Store and ShippingMode) is effective at a particular time, the one with the highest precedence is used.
aPrecedence
- java.lang.Doublepublic void setShipArrangementId(java.lang.Integer aShipArrangementId)
This method provides access to the SHPARRANGE.SHPARRANGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Generated unique key.
aShipArrangementId
- java.lang.Integerpublic void setShipModeId(java.lang.Integer aShipModeId)
This method provides access to the SHPARRANGE.SHIPMODE_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The ShippingMode. NULL indicates this ShippingArrangement can be used regardless of ShippingMode.
aShipModeId
- java.lang.Integerpublic void setStartDate(java.sql.Timestamp aStartDate)
This method provides access to the SHPARRANGE.STARTDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time this ShippingArrangement starts being effective.
aStartDate
- java.sql.Timestamppublic void setStoreId(java.lang.Integer aStoreId)
This method provides access to the SHPARRANGE.STORE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The Store.
aStoreId
- java.lang.Integerpublic void setTrackingNumber(java.lang.String aTrackingNumber)
This method provides access to the SHPARRANGE.TRACKINGNUMBER column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Reserved for IBM internal use.
aTrackingNumber
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |