|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.order.objects.OrderBean
This bean provides access to the ORDERS table.
The following is a description of this table:
Each row in this table represents an Order in a Store.
Constructor Summary | |
OrderBean()
|
Method Summary | |
java.lang.Long |
getAddressId()
This method provides access to the ORDERS.ADDRESS_ID column of DB2 type BIGINT NULL. |
java.lang.String |
getCurrency()
This method provides access to the ORDERS.CURRENCY column of DB2 type CHAR(10) NULL. |
java.lang.String |
getDescription()
This method provides access to the ORDERS.DESCRIPTION column of DB2 type VARCHAR(254) NULL. |
java.lang.Integer |
getField1()
This method provides access to the ORDERS.FIELD1 column of DB2 type INTEGER NULL. |
java.math.BigDecimal |
getField2()
This method provides access to the ORDERS.FIELD2 column of DB2 type DECIMAL(20,5) NULL. |
java.lang.String |
getField3()
This method provides access to the ORDERS.FIELD3 column of DB2 type VARCHAR(254) NULL. |
java.sql.Timestamp |
getLastUpdate()
This method provides access to the ORDERS.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getLock()
This method provides access to the ORDERS.LOCKED column of DB2 type CHAR(1) NULL. |
java.lang.Long |
getMemberId()
This method provides access to the ORDERS.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getMerchantOrderId()
This method provides access to the ORDERS.ORMORDER column of DB2 type CHAR(30) NULL. |
java.lang.Long |
getOrderChannelTypeId()
This method provides access to the ORDERS.ORDCHNLTYP_ID column of DB2 type BIGINT NULL. |
java.lang.Long |
getOrderId()
This method provides access to the ORDERS.ORMORDER column of DB2 type CHAR(30) NULL. |
java.lang.Long |
getOrganizationId()
This method provides access to the ORDERS.ORGENTITY_ID column of DB2 type BIGINT NULL. |
java.sql.Timestamp |
getPlaceOrderTime()
This method provides access to the ORDERS.TIMEPLACED column of DB2 type TIMESTAMP NULL. |
java.lang.Integer |
getProviderOrderNumber()
This method provides access to the ORDERS.PROVIDERORDERNUM column of DB2 type INTEGER NULL. |
java.lang.Double |
getSequence()
This method provides access to the ORDERS.SEQUENCE column of DB2 type FLOAT NOT NULL. |
java.lang.String |
getShipAsComplete()
This method provides access to the ORDERS.SHIPASCOMPLETE column of DB2 type CHAR(1) NOT NULL. |
java.lang.String |
getStatus()
This method provides access to the ORDERS.STATUS column of DB2 type CHAR(1) NULL. |
java.lang.Integer |
getStoreEntityId()
This method provides access to the ORDERS.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
java.math.BigDecimal |
getTotalAdjustment()
This method provides access to the ORDERS.TOTALADJUSTMENT column of DB2 type DECIMAL(20,5) NULL. |
java.math.BigDecimal |
getTotalProductPrice()
This method provides access to the ORDERS.TOTALPRODUCT column of DB2 type DECIMAL(20,5) NULL. |
java.math.BigDecimal |
getTotalShippingCharge()
This method provides access to the ORDERS.TOTALSHIPPING column of DB2 type DECIMAL(20,5) NULL. |
java.math.BigDecimal |
getTotalShippingTax()
This method provides access to the ORDERS.TOTALTAXSHIPPING column of DB2 type DECIMAL(20,5) NULL. |
java.math.BigDecimal |
getTotalTax()
This method provides access to the ORDERS.TOTALTAX column of DB2 type DECIMAL(20,5) NULL. |
void |
setAddressId(java.lang.Long aAddressId)
This method provides access to the ORDERS.ADDRESS_ID column of DB2 type BIGINT NULL. |
void |
setCurrency(java.lang.String aCurrency)
This method provides access to the ORDERS.CURRENCY column of DB2 type CHAR(10) NULL. |
void |
setDescription(java.lang.String aDescription)
This method provides access to the ORDERS.DESCRIPTION column of DB2 type VARCHAR(254) NULL. |
void |
setField1(java.lang.Integer aField1)
This method provides access to the ORDERS.FIELD1 column of DB2 type INTEGER NULL. |
void |
setField2(java.math.BigDecimal aField2)
This method provides access to the ORDERS.FIELD2 column of DB2 type DECIMAL(20,5) NULL. |
void |
setField3(java.lang.String aField3)
This method provides access to the ORDERS.FIELD3 column of DB2 type VARCHAR(254) NULL. |
void |
setLastUpdate(java.sql.Timestamp aLastUpdate)
This method provides access to the ORDERS.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
void |
setLock(java.lang.String aLock)
This method provides access to the ORDERS.LOCKED column of DB2 type CHAR(1) NULL. |
void |
setMemberId(java.lang.Long aMemberId)
This method provides access to the ORDERS.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
void |
setMerchantOrderId(java.lang.String aMerchantOrderId)
This method provides access to the ORDERS.ORMORDER column of DB2 type CHAR(30) NULL. |
void |
setOrderChannelTypeId(java.lang.Long aOrderChannelTypeId)
This method provides access to the ORDERS.ORDCHNLTYP_ID column of DB2 type BIGINT NULL. |
void |
setOrganizationId(java.lang.Long aOrganizationId)
This method provides access to the ORDERS.ORGENTITY_ID column of DB2 type BIGINT NULL. |
void |
setPlaceOrderTime(java.sql.Timestamp aPlaceOrderTime)
This method provides access to the ORDERS.TIMEPLACED column of DB2 type TIMESTAMP NULL. |
void |
setProviderOrderNumber(java.lang.Integer aProviderOrderNumber)
This method provides access to the ORDERS.PROVIDERORDERNUM column of DB2 type INTEGER NULL. |
void |
setSequence(java.lang.Double aSequence)
This method provides access to the ORDERS.SEQUENCE column of DB2 type FLOAT NOT NULL. |
void |
setShipAsComplete(java.lang.String aShipAsComplete)
This method provides access to the ORDERS.SHIPASCOMPLETE column of DB2 type CHAR(1) NOT NULL. |
void |
setStatus(java.lang.String aStatus)
This method provides access to the ORDERS.STATUS column of DB2 type CHAR(1) NULL. |
void |
setStoreEntityId(java.lang.Integer aStoreEntityId)
This method provides access to the ORDERS.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
void |
setTotalAdjustment(java.math.BigDecimal aTotalAdjustment)
This method provides access to the ORDERS.TOTALADJUSTMENT column of DB2 type DECIMAL(20,5) NULL. |
void |
setTotalProductPrice(java.math.BigDecimal aTotalProductPrice)
This method provides access to the ORDERS.TOTALPRODUCT column of DB2 type DECIMAL(20,5) NULL. |
void |
setTotalShippingCharge(java.math.BigDecimal aTotalShippingCharge)
This method provides access to the ORDERS.TOTALSHIPPING column of DB2 type DECIMAL(20,5) NULL. |
void |
setTotalShippingTax(java.math.BigDecimal aTotalShippingTax)
This method provides access to the ORDERS.TOTALTAXSHIPPING column of DB2 type DECIMAL(20,5) NULL. |
void |
setTotalTax(java.math.BigDecimal aTotalTax)
This method provides access to the ORDERS.TOTALTAX column of DB2 type DECIMAL(20,5) NULL. |
Constructor Detail |
public OrderBean()
Method Detail |
public java.lang.Long getAddressId()
This method provides access to the ORDERS.ADDRESS_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The billing address, if known.
public java.lang.String getCurrency()
This method provides access to the ORDERS.CURRENCY column of DB2 type CHAR(10) NULL.
The following is a description of this column:
The Currency for monetary amounts associated with this Order. This is a currency code as per ISO 4217 standards.
public java.lang.String getDescription()
This method provides access to the ORDERS.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
A mnemonic description of the Order, entered by the customer, suitable for display to the customer.
public java.lang.Integer getField1()
This method provides access to the ORDERS.FIELD1 column of DB2 type INTEGER NULL.
The following is a description of this column:
Customizable.
public java.math.BigDecimal getField2()
This method provides access to the ORDERS.FIELD2 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
public java.lang.String getField3()
This method provides access to the ORDERS.FIELD3 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 ORDERS.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time this Order was most recently updated.
public java.lang.String getLock()
This method provides access to the ORDERS.LOCKED column of DB2 type CHAR(1) NULL.
The following is a description of this column:
Reserved for IBM internal use.
public java.lang.Long getMemberId()
This method provides access to the ORDERS.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The customer of the Order.
public java.lang.String getMerchantOrderId()
This method provides access to the ORDERS.ORMORDER column of DB2 type CHAR(30) NULL.
The following is a description of this column:
A merchant assigned order reference number, if any.
public java.lang.Long getOrderChannelTypeId()
This method provides access to the ORDERS.ORDCHNLTYP_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Reserved for IBM internal use.
public java.lang.Long getOrderId()
This method provides access to the ORDERS.ORMORDER column of DB2 type CHAR(30) NULL.
The following is a description of this column:
A merchant assigned order reference number, if any.
public java.lang.Long getOrganizationId()
This method provides access to the ORDERS.ORGENTITY_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The immediate parent organization ID of the creator.
public java.sql.Timestamp getPlaceOrderTime()
This method provides access to the ORDERS.TIMEPLACED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time this Order was processed by the OrderProcess command.
public java.lang.Integer getProviderOrderNumber()
This method provides access to the ORDERS.PROVIDERORDERNUM column of DB2 type INTEGER NULL.
The following is a description of this column:
Reserved for IBM internal use.
public java.lang.Double getSequence()
This method provides access to the ORDERS.SEQUENCE column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
May be used by a user interface to control the sequence of Orders in a list.
public java.lang.String getShipAsComplete()
This method provides access to the ORDERS.SHIPASCOMPLETE column of DB2 type CHAR(1) NOT NULL.
The following is a description of this column:
Reserved for IBM internal use.
public java.lang.String getStatus()
This method provides access to the ORDERS.STATUS column of DB2 type CHAR(1) NULL.
The following is a description of this column:
The order status. Refer to ORDERS table: details for more information.
public java.lang.Integer getStoreEntityId()
This method provides access to the ORDERS.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The StoreEntity the Order is part of. This is normally a Store unless STATUS is Q, in which case it is normally a StoreGroup.
public java.math.BigDecimal getTotalAdjustment()
This method provides access to the ORDERS.TOTALADJUSTMENT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
The sum of ORDERITEMS.TOTALADJUSTMENT for the OrderItems in the Order.
public java.math.BigDecimal getTotalProductPrice()
This method provides access to the ORDERS.TOTALPRODUCT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
The sum of ORDERITEMS.TOTALPRODUCT for the OrderItems in the Order.
public java.math.BigDecimal getTotalShippingCharge()
This method provides access to the ORDERS.TOTALSHIPPING column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
The sum of ORDERITEMS.SHIPCHARGE for the OrderItems in the Order.
public java.math.BigDecimal getTotalShippingTax()
This method provides access to the ORDERS.TOTALTAXSHIPPING column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
The sum of ORDERITEMS.SHIPTAXAMOUNT for the OrderItems in the Order.
public java.math.BigDecimal getTotalTax()
This method provides access to the ORDERS.TOTALTAX column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
The sum of ORDERITEMS.TAXAMOUNT for the OrderItems in the Order.
public void setAddressId(java.lang.Long aAddressId)
This method provides access to the ORDERS.ADDRESS_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The billing address, if known.
aAddressId
- java.lang.Longpublic void setCurrency(java.lang.String aCurrency)
This method provides access to the ORDERS.CURRENCY column of DB2 type CHAR(10) NULL.
The following is a description of this column:
The Currency for monetary amounts associated with this Order. This is a currency code as per ISO 4217 standards.
aCurrency
- java.lang.Stringpublic void setDescription(java.lang.String aDescription)
This method provides access to the ORDERS.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
A mnemonic description of the Order, entered by the customer, suitable for display to the customer.
aDescription
- java.lang.Stringpublic void setField1(java.lang.Integer aField1)
This method provides access to the ORDERS.FIELD1 column of DB2 type INTEGER NULL.
The following is a description of this column:
Customizable.
aField1
- java.lang.Integerpublic void setField2(java.math.BigDecimal aField2)
This method provides access to the ORDERS.FIELD2 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
aField2
- java.math.BigDecimalpublic void setField3(java.lang.String aField3)
This method provides access to the ORDERS.FIELD3 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
aField3
- java.lang.Stringpublic void setLastUpdate(java.sql.Timestamp aLastUpdate)
This method provides access to the ORDERS.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time this Order was most recently updated.
aLastUpdate
- java.sql.Timestamppublic void setLock(java.lang.String aLock)
This method provides access to the ORDERS.LOCKED column of DB2 type CHAR(1) NULL.
The following is a description of this column:
Reserved for IBM internal use.
aLock
- java.lang.Stringpublic void setMemberId(java.lang.Long aMemberId)
This method provides access to the ORDERS.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The customer of the Order.
aMemberId
- java.lang.Longpublic void setMerchantOrderId(java.lang.String aMerchantOrderId)
This method provides access to the ORDERS.ORMORDER column of DB2 type CHAR(30) NULL.
The following is a description of this column:
A merchant assigned order reference number, if any.
aMerchantOrderId
- java.lang.Stringpublic void setOrderChannelTypeId(java.lang.Long aOrderChannelTypeId)
This method provides access to the ORDERS.ORDCHNLTYP_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
Reserved for IBM internal use.
aOrderChannelTypeId
- java.lang.Longpublic void setOrganizationId(java.lang.Long aOrganizationId)
This method provides access to the ORDERS.ORGENTITY_ID column of DB2 type BIGINT NULL.
The following is a description of this column:
The immediate parent organization ID of the creator.
aOrganizationId
- java.lang.Longpublic void setPlaceOrderTime(java.sql.Timestamp aPlaceOrderTime)
This method provides access to the ORDERS.TIMEPLACED column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The time this Order was processed by the OrderProcess command.
aPlaceOrderTime
- java.sql.Timestamppublic void setProviderOrderNumber(java.lang.Integer aProviderOrderNumber)
This method provides access to the ORDERS.PROVIDERORDERNUM column of DB2 type INTEGER NULL.
The following is a description of this column:
Reserved for IBM internal use.
aProviderOrderNumber
- java.lang.Integerpublic void setSequence(java.lang.Double aSequence)
This method provides access to the ORDERS.SEQUENCE column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
May be used by a user interface to control the sequence of Orders in a list.
aSequence
- java.lang.Doublepublic void setShipAsComplete(java.lang.String aShipAsComplete)
This method provides access to the ORDERS.SHIPASCOMPLETE column of DB2 type CHAR(1) NOT NULL.
The following is a description of this column:
Reserved for IBM internal use.
aShipAsComplete
- java.lang.Stringpublic void setStatus(java.lang.String aStatus)
This method provides access to the ORDERS.STATUS column of DB2 type CHAR(1) NULL.
The following is a description of this column:
The order status. Refer to ORDERS table: details for more information.
aStatus
- java.lang.Stringpublic void setStoreEntityId(java.lang.Integer aStoreEntityId)
This method provides access to the ORDERS.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The StoreEntity the Order is part of. This is normally a Store unless STATUS is Q, in which case it is normally a StoreGroup.
aStoreEntityId
- java.lang.Integerpublic void setTotalAdjustment(java.math.BigDecimal aTotalAdjustment)
This method provides access to the ORDERS.TOTALADJUSTMENT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
The sum of ORDERITEMS.TOTALADJUSTMENT for the OrderItems in the Order.
aTotalAdjustment
- java.math.BigDecimalpublic void setTotalProductPrice(java.math.BigDecimal aTotalProductPrice)
This method provides access to the ORDERS.TOTALPRODUCT column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
The sum of ORDERITEMS.TOTALPRODUCT for the OrderItems in the Order.
aTotalProductPrice
- java.math.BigDecimalpublic void setTotalShippingCharge(java.math.BigDecimal aTotalShippingCharge)
This method provides access to the ORDERS.TOTALSHIPPING column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
The sum of ORDERITEMS.SHIPCHARGE for the OrderItems in the Order.
aTotalShippingCharge
- java.math.BigDecimalpublic void setTotalShippingTax(java.math.BigDecimal aTotalShippingTax)
This method provides access to the ORDERS.TOTALTAXSHIPPING column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
The sum of ORDERITEMS.SHIPTAXAMOUNT for the OrderItems in the Order.
aTotalShippingTax
- java.math.BigDecimalpublic void setTotalTax(java.math.BigDecimal aTotalTax)
This method provides access to the ORDERS.TOTALTAX column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
The sum of ORDERITEMS.TAXAMOUNT for the OrderItems in the Order.
aTotalTax
- java.math.BigDecimal
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |