|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.order.objects.CurrentPendingOrderBean
This bean provides access to the CPENDORDER table.
The following is a description of this table:
Each row of this table indicates that an order is marked as current for a customer in a store, if its status is "P" (Pending).
Constructor Summary | |
CurrentPendingOrderBean()
|
Method Summary | |
java.lang.Integer |
getField1()
This method provides access to the CPENDORDER.FIELD1 column of DB2 type INTEGER NULL. |
java.lang.String |
getField2()
This method provides access to the CPENDORDER.FIELD2 column of DB2 type VARCHAR(254) NULL. |
java.lang.Long |
getMemberId()
This method provides access to the CPENDORDER.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getOrderId()
This method provides access to the CPENDORDER.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Integer |
getStoreEntityId()
This method provides access to the CPENDORDER.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
void |
setField1(java.lang.Integer aField1)
This method provides access to the CPENDORDER.FIELD1 column of DB2 type INTEGER NULL. |
void |
setField2(java.lang.String aField2)
This method provides access to the CPENDORDER.FIELD2 column of DB2 type VARCHAR(254) NULL. |
void |
setMemberId(java.lang.Long aMemberId)
This method provides access to the CPENDORDER.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
void |
setStoreEntityId(java.lang.Integer aStoreEntityId)
This method provides access to the CPENDORDER.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
Constructor Detail |
public CurrentPendingOrderBean()
Method Detail |
public java.lang.Integer getField1()
This method provides access to the CPENDORDER.FIELD1 column of DB2 type INTEGER NULL.
The following is a description of this column:
Customizable.
public java.lang.String getField2()
This method provides access to the CPENDORDER.FIELD2 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
public java.lang.Long getMemberId()
This method provides access to the CPENDORDER.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The ID that uniquely identifies the customer of the order.
public java.lang.Long getOrderId()
This method provides access to the CPENDORDER.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The ID that uniquely identifies the order.
public java.lang.Integer getStoreEntityId()
This method provides access to the CPENDORDER.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The ID that uniquely identifies the store from which the customer placed the order.
public void setField1(java.lang.Integer aField1)
This method provides access to the CPENDORDER.FIELD1 column of DB2 type INTEGER NULL.
The following is a description of this column:
Customizable.
aField1
- java.lang.Integerpublic void setField2(java.lang.String aField2)
This method provides access to the CPENDORDER.FIELD2 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
aField2
- java.lang.Stringpublic void setMemberId(java.lang.Long aMemberId)
This method provides access to the CPENDORDER.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The ID that uniquely identifies the customer of the order.
aMemberId
- java.lang.Longpublic void setStoreEntityId(java.lang.Integer aStoreEntityId)
This method provides access to the CPENDORDER.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The ID that uniquely identifies the store from which the customer placed the order.
aStoreEntityId
- java.lang.Integer
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |