com.ibm.commerce.order.objects
Class CurrentPendingOrderBean

com.ibm.commerce.order.objects.CurrentPendingOrderBean
All Implemented Interfaces:
java.io.Serializable

public class CurrentPendingOrderBean
implements java.io.Serializable

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

See Also:
Serialized Form

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

CurrentPendingOrderBean

public CurrentPendingOrderBean()
Method Detail

getField1

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.

Returns:
java.lang.Integer

getField2

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.

Returns:
java.lang.String

getMemberId

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.

Returns:
java.lang.Long

getOrderId

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.

Returns:
java.lang.Long

getStoreEntityId

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.

Returns:
java.lang.Integer

setField1

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.

Parameters:
aField1 - java.lang.Integer
Returns:
void

setField2

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

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

setMemberId

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

Parameters:
aMemberId - java.lang.Long
Returns:
void

setStoreEntityId

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

Parameters:
aStoreEntityId - java.lang.Integer
Returns:
void