|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.order.objects.SchedulerOrderBean
This bean provides access to the SCHORDERS table.
The following is a description of this table:
This table contains the entries for scheduled orders.
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 |
public SchedulerOrderBean()
Method Detail |
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.
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.
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.
aOrderId
- java.lang.Long
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |