com.ibm.commerce.fulfillment.beans
Class ShippingDataBean

com.ibm.commerce.fulfillment.beans.ShippingDataBean

public class 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

ShippingDataBean

public ShippingDataBean()
Method Detail

getCommandContext

public CommandContext getCommandContext()

Gets the command context set within this bean.

Returns:
com.ibm.commerce.command.CommandContext

getRequestProperties

public TypedProperty getRequestProperties()

Gets the request property set within this bean.

Returns:
com.ibm.commerce.datatype.TypedProperty

getShipModeIds

public java.lang.Integer[] getShipModeIds()

IBM internal use only.

Returns:
java.lang.Integer[]

getShipModes

public ShippingModeAccessBean[] getShipModes()

IBM internal use only.

Returns:
com.ibm.commerce.fulfillment.objects.ShippingModeAccessBean[]

getShippingCharges

public PriceDataBean[] getShippingCharges()

IBM internal use only.

Returns:
com.ibm.commerce.price.beans.PriceDataBean[]

populate

public void populate()
              throws java.lang.Exception

Retrieves data from the database.

Returns:
void
Throws:
java.lang.Exception - The java.lang.Exception exception

setAddressId

public void setAddressId(java.lang.String aAddressId1)

IBM internal use only.

Parameters:
aAddressId1 - java.lang.String
Returns:
void

setCatalogEntryId

public void setCatalogEntryId(java.lang.String aCatalogEntryId1)

IBM internal use only.

Parameters:
aCatalogEntryId1 - java.lang.String
Returns:
void

setCommandContext

public void setCommandContext(CommandContext aCommandContext1)

Sets the command context within this bean.

Parameters:
aCommandContext1 - com.ibm.commerce.command.CommandContext
Returns:
void

setCurrency

public void setCurrency(java.lang.String aCurrency1)

IBM internal use only.

Parameters:
aCurrency1 - java.lang.String
Returns:
void

setFulfillmentCenterId

public void setFulfillmentCenterId(java.lang.String aFulfillmentCenterId1)

IBM internal use only.

Parameters:
aFulfillmentCenterId1 - java.lang.String
Returns:
void

setPrice

public void setPrice(java.math.BigDecimal aPrice1)

IBM internal use only.

Parameters:
aPrice1 - java.math.BigDecimal
Returns:
void

setQuantity

public 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.

Parameters:
aQuantity1 - java.lang.String
Returns:
void

setRequestProperties

public void setRequestProperties(TypedProperty aRequestProperties1)

Sets the request property within this bean.

Parameters:
aRequestProperties1 - com.ibm.commerce.datatype.TypedProperty
Returns:
void

setUOM

public void setUOM(java.lang.String aUOM1)

IBM internal use only.

Parameters:
aUOM1 - java.lang.String
Returns:
void