|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.fulfillment.beans.ShippingDataBean
This bean provides access to the SHIPMODE table.
The following is a description of this table:
Each row of this table represents a ShippingMode for a StoreEntity. A Store can use its own ShippingModes, and the ShippingModes of its StoreGroup.
Constructor Summary | |
ShippingDataBean()
|
Method Summary | |
CommandContext |
getCommandContext()
Gets the command context set within this bean. |
TypedProperty |
getRequestProperties()
Gets the request property set within this bean. |
java.lang.Integer[] |
getShipModeIds()
IBM internal use only. |
ShippingModeAccessBean[] |
getShipModes()
IBM internal use only. |
PriceDataBean[] |
getShippingCharges()
IBM internal use only. |
void |
populate()
Retrieves data from the database. |
void |
setAddressId(java.lang.String aAddressId1)
IBM internal use only. |
void |
setCatalogEntryId(java.lang.String aCatalogEntryId1)
IBM internal use only. |
void |
setCommandContext(CommandContext aCommandContext1)
Sets the command context within this bean. |
void |
setCurrency(java.lang.String aCurrency1)
IBM internal use only. |
void |
setFulfillmentCenterId(java.lang.String aFulfillmentCenterId1)
IBM internal use only. |
void |
setPrice(java.math.BigDecimal aPrice1)
IBM internal use only. |
void |
setQuantity(java.lang.String aQuantity1)
This method provides access to the SHIPMODE.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
void |
setRequestProperties(TypedProperty aRequestProperties1)
Sets the request property within this bean. |
void |
setUOM(java.lang.String aUOM1)
IBM internal use only. |
Constructor Detail |
public ShippingDataBean()
Method Detail |
public CommandContext getCommandContext()
Gets the command context set within this bean.
public TypedProperty getRequestProperties()
Gets the request property set within this bean.
public java.lang.Integer[] getShipModeIds()
IBM internal use only.
public ShippingModeAccessBean[] getShipModes()
IBM internal use only.
public PriceDataBean[] getShippingCharges()
IBM internal use only.
public void populate() throws java.lang.Exception
Retrieves data from the database.
java.lang.Exception
- The java.lang.Exception exceptionpublic void setAddressId(java.lang.String aAddressId1)
IBM internal use only.
aAddressId1
- java.lang.Stringpublic void setCatalogEntryId(java.lang.String aCatalogEntryId1)
IBM internal use only.
aCatalogEntryId1
- java.lang.Stringpublic void setCommandContext(CommandContext aCommandContext1)
Sets the command context within this bean.
aCommandContext1
- com.ibm.commerce.command.CommandContextpublic void setCurrency(java.lang.String aCurrency1)
IBM internal use only.
aCurrency1
- java.lang.Stringpublic void setFulfillmentCenterId(java.lang.String aFulfillmentCenterId1)
IBM internal use only.
aFulfillmentCenterId1
- java.lang.Stringpublic void setPrice(java.math.BigDecimal aPrice1)
IBM internal use only.
aPrice1
- java.math.BigDecimalpublic void setQuantity(java.lang.String aQuantity1)
This method provides access to the SHIPMODE.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The StoreEntity.
aQuantity1
- java.lang.Stringpublic void setRequestProperties(TypedProperty aRequestProperties1)
Sets the request property within this bean.
aRequestProperties1
- com.ibm.commerce.datatype.TypedPropertypublic void setUOM(java.lang.String aUOM1)
IBM internal use only.
aUOM1
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |