com.ibm.commerce.order.objects
Class SchedulerOrderBean

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

public class SchedulerOrderBean
implements java.io.Serializable

This bean provides access to the SCHORDERS table.

The following is a description of this table:

This table contains the entries for scheduled orders.

See Also:
Serialized Form

Constructor Summary
SchedulerOrderBean()
           
 
Method Summary
 java.lang.Long getJobReferenceNumber()
          This method provides access to the SCHORDERS.JOB_RN column of DB2 type BIGINT NOT NULL.
 java.lang.Long getOrderId()
          This method provides access to the SCHORDERS.ORDERS_ID column of DB2 type BIGINT NOT NULL.
 void setOrderId(java.lang.Long aOrderId)
          This method provides access to the SCHORDERS.ORDERS_ID column of DB2 type BIGINT NOT NULL.
 

Constructor Detail

SchedulerOrderBean

public SchedulerOrderBean()
Method Detail

getJobReferenceNumber

public java.lang.Long getJobReferenceNumber()

This method provides access to the SCHORDERS.JOB_RN column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Scheduled job reference number.

Returns:
java.lang.Long

getOrderId

public java.lang.Long getOrderId()

This method provides access to the SCHORDERS.ORDERS_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Scheduled order ID.

Returns:
java.lang.Long

setOrderId

public void setOrderId(java.lang.Long aOrderId)

This method provides access to the SCHORDERS.ORDERS_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Scheduled order ID.

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