|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.order.objects.OrderItemMessagingExtensionBean
This bean provides access to the ORDIMEEXTN table.
The following is a description of this table:
This table contains procurement system specific OrderItem information.
Constructor Summary | |
OrderItemMessagingExtensionBean()
|
Method Summary | |
java.lang.String |
getComments1()
This method provides access to the ORDIMEEXTN.COMMENTS1 column of DB2 type VARCHAR(1024) NULL. |
java.lang.String |
getComments2()
This method provides access to the ORDIMEEXTN.COMMENTS2 column of DB2 type VARCHAR(1024) NULL. |
java.lang.String |
getField1()
This method provides access to the ORDIMEEXTN.FIELD1 column of DB2 type VARCHAR(64) NULL. |
java.lang.String |
getField2()
This method provides access to the ORDIMEEXTN.FIELD2 column of DB2 type VARCHAR(64) NULL. |
java.lang.String |
getField3()
This method provides access to the ORDIMEEXTN.FIELD3 column of DB2 type VARCHAR(64) NULL. |
java.lang.Long |
getOrderItemId()
This method provides access to the ORDIMEEXTN.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL. |
java.sql.Timestamp |
getRequestedShipTime()
This method provides access to the ORDIMEEXTN.REQUESTEDSHIPTIME column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getShipAsComplete()
This method provides access to the ORDIMEEXTN.SHIPASCOMPLETE column of DB2 type CHAR(1) NULL. |
void |
setComments1(java.lang.String aComments1)
This method provides access to the ORDIMEEXTN.COMMENTS1 column of DB2 type VARCHAR(1024) NULL. |
void |
setComments2(java.lang.String aComments2)
This method provides access to the ORDIMEEXTN.COMMENTS2 column of DB2 type VARCHAR(1024) NULL. |
void |
setField1(java.lang.String aField1)
This method provides access to the ORDIMEEXTN.FIELD1 column of DB2 type VARCHAR(64) NULL. |
void |
setField2(java.lang.String aField2)
This method provides access to the ORDIMEEXTN.FIELD2 column of DB2 type VARCHAR(64) NULL. |
void |
setField3(java.lang.String aField3)
This method provides access to the ORDIMEEXTN.FIELD3 column of DB2 type VARCHAR(64) NULL. |
void |
setOrderItemId(java.lang.Long aOrderItemId)
This method provides access to the ORDIMEEXTN.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL. |
void |
setRequestedShipTime(java.sql.Timestamp aRequestedShipTime)
This method provides access to the ORDIMEEXTN.REQUESTEDSHIPTIME column of DB2 type TIMESTAMP NULL. |
void |
setShipAsComplete(java.lang.String aShipAsComplete)
This method provides access to the ORDIMEEXTN.SHIPASCOMPLETE column of DB2 type CHAR(1) NULL. |
Constructor Detail |
public OrderItemMessagingExtensionBean()
Method Detail |
public java.lang.String getComments1()
This method provides access to the ORDIMEEXTN.COMMENTS1 column of DB2 type VARCHAR(1024) NULL.
The following is a description of this column:
Comment.
public java.lang.String getComments2()
This method provides access to the ORDIMEEXTN.COMMENTS2 column of DB2 type VARCHAR(1024) NULL.
The following is a description of this column:
Comment.
public java.lang.String getField1()
This method provides access to the ORDIMEEXTN.FIELD1 column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Customizable.
public java.lang.String getField2()
This method provides access to the ORDIMEEXTN.FIELD2 column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Customizable.
public java.lang.String getField3()
This method provides access to the ORDIMEEXTN.FIELD3 column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Customizable.
public java.lang.Long getOrderItemId()
This method provides access to the ORDIMEEXTN.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to the ORDERITEMS table and the primary key.
public java.sql.Timestamp getRequestedShipTime()
This method provides access to the ORDIMEEXTN.REQUESTEDSHIPTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Requested order item ship time.
public java.lang.String getShipAsComplete()
This method provides access to the ORDIMEEXTN.SHIPASCOMPLETE column of DB2 type CHAR(1) NULL.
The following is a description of this column:
Whether partial shipment of the item will be accepted:
N = ship partial.
Y = ship complete.
public void setComments1(java.lang.String aComments1)
This method provides access to the ORDIMEEXTN.COMMENTS1 column of DB2 type VARCHAR(1024) NULL.
The following is a description of this column:
Comment.
aComments1
- java.lang.Stringpublic void setComments2(java.lang.String aComments2)
This method provides access to the ORDIMEEXTN.COMMENTS2 column of DB2 type VARCHAR(1024) NULL.
The following is a description of this column:
Comment.
aComments2
- java.lang.Stringpublic void setField1(java.lang.String aField1)
This method provides access to the ORDIMEEXTN.FIELD1 column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Customizable.
aField1
- java.lang.Stringpublic void setField2(java.lang.String aField2)
This method provides access to the ORDIMEEXTN.FIELD2 column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Customizable.
aField2
- java.lang.Stringpublic void setField3(java.lang.String aField3)
This method provides access to the ORDIMEEXTN.FIELD3 column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Customizable.
aField3
- java.lang.Stringpublic void setOrderItemId(java.lang.Long aOrderItemId)
This method provides access to the ORDIMEEXTN.ORDERITEMS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to the ORDERITEMS table and the primary key.
aOrderItemId
- java.lang.Longpublic void setRequestedShipTime(java.sql.Timestamp aRequestedShipTime)
This method provides access to the ORDIMEEXTN.REQUESTEDSHIPTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Requested order item ship time.
aRequestedShipTime
- java.sql.Timestamppublic void setShipAsComplete(java.lang.String aShipAsComplete)
This method provides access to the ORDIMEEXTN.SHIPASCOMPLETE column of DB2 type CHAR(1) NULL.
The following is a description of this column:
Whether partial shipment of the item will be accepted:
N = ship partial.
Y = ship complete.
aShipAsComplete
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |