com.ibm.commerce.order.objects
Class OrderItemMessagingExtensionBean

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

public class OrderItemMessagingExtensionBean
implements java.io.Serializable

This bean provides access to the ORDIMEEXTN table.

The following is a description of this table:

This table contains procurement system specific OrderItem information.

See Also:
Serialized Form

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

OrderItemMessagingExtensionBean

public OrderItemMessagingExtensionBean()
Method Detail

getComments1

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.

Returns:
java.lang.String

getComments2

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.

Returns:
java.lang.String

getField1

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.

Returns:
java.lang.String

getField2

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.

Returns:
java.lang.String

getField3

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.

Returns:
java.lang.String

getOrderItemId

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.

Returns:
java.lang.Long

getRequestedShipTime

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.

Returns:
java.sql.Timestamp

getShipAsComplete

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.

Returns:
java.lang.String

setComments1

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.

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

setComments2

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

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

setField1

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

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

setField2

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

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

setField3

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

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

setOrderItemId

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

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

setRequestedShipTime

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

Parameters:
aRequestedShipTime - java.sql.Timestamp
Returns:
void

setShipAsComplete

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

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