com.ibm.commerce.inventory.objects
Class ExpectedInventoryRecordsBean

com.ibm.commerce.inventory.objects.ExpectedInventoryRecordsBean
All Implemented Interfaces:
java.io.Serializable

public class ExpectedInventoryRecordsBean
implements java.io.Serializable

This bean provides access to the RA table.

The following is a description of this table:

Records general information about inventory expected from a vendor. "RA" stands for Replenishment Advisement. However, the term "Expected Inventory Record" is used to mean the same thing.

See Also:
Serialized Form

Constructor Summary
ExpectedInventoryRecordsBean()
           
 
Method Summary
 java.sql.Timestamp getCreateTime()
          This method provides access to the RA.CREATETIME column of DB2 type TIMESTAMP NOT NULL.
 java.sql.Timestamp getDateClosed()
          This method provides access to the RA.DATECLOSED column of DB2 type TIMESTAMP NULL.
 java.lang.Long getExpectedInventoryRecordsId()
          This method provides access to the RA.RA_ID column of DB2 type BIGINT NOT NULL.
 java.lang.String getExternalId()
          This method provides access to the RA.EXTERNALID column of DB2 type CHAR(20) NULL.
 java.sql.Timestamp getLastupdate()
          This method provides access to the RA.LASTUPDATE column of DB2 type TIMESTAMP NULL.
 java.lang.Integer getMarkForDelete()
          This method provides access to the RA.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
 java.lang.String getOpenIndicator()
          This method provides access to the RA.OPENINDICATOR column of DB2 type CHAR(1) NULL.
 java.sql.Timestamp getOrderDate()
          This method provides access to the RA.ORDERDATE column of DB2 type TIMESTAMP NOT NULL.
 java.lang.Integer getStoreId()
          This method provides access to the RA.STORE_ID column of DB2 type INTEGER NOT NULL.
 java.lang.Long getVendorId()
          This method provides access to the RA.VENDOR_ID column of DB2 type BIGINT NOT NULL.
 void setCreateTime(java.sql.Timestamp aCreateTime)
          This method provides access to the RA.CREATETIME column of DB2 type TIMESTAMP NOT NULL.
 void setDateClosed(java.sql.Timestamp aDateClosed)
          This method provides access to the RA.DATECLOSED column of DB2 type TIMESTAMP NULL.
 void setExpectedInventoryRecordsId(java.lang.Long aExpectedInventoryRecordsId)
          This method provides access to the RA.RA_ID column of DB2 type BIGINT NOT NULL.
 void setExternalId(java.lang.String aExternalId)
          This method provides access to the RA.EXTERNALID column of DB2 type CHAR(20) NULL.
 void setLastupdate(java.sql.Timestamp aLastupdate)
          This method provides access to the RA.LASTUPDATE column of DB2 type TIMESTAMP NULL.
 void setMarkForDelete(java.lang.Integer aMarkForDelete)
          This method provides access to the RA.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
 void setOpenIndicator(java.lang.String aOpenIndicator)
          This method provides access to the RA.OPENINDICATOR column of DB2 type CHAR(1) NULL.
 void setOrderDate(java.sql.Timestamp aOrderDate)
          This method provides access to the RA.ORDERDATE column of DB2 type TIMESTAMP NOT NULL.
 void setStoreId(java.lang.Integer aStoreId)
          This method provides access to the RA.STORE_ID column of DB2 type INTEGER NOT NULL.
 void setVendorId(java.lang.Long aVendorId)
          This method provides access to the RA.VENDOR_ID column of DB2 type BIGINT NOT NULL.
 

Constructor Detail

ExpectedInventoryRecordsBean

public ExpectedInventoryRecordsBean()
Method Detail

getCreateTime

public java.sql.Timestamp getCreateTime()

This method provides access to the RA.CREATETIME column of DB2 type TIMESTAMP NOT NULL.

The following is a description of this column:

The date and time the row was created.

Returns:
java.sql.Timestamp

getDateClosed

public java.sql.Timestamp getDateClosed()

This method provides access to the RA.DATECLOSED column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

The date this record was closed.

Returns:
java.sql.Timestamp

getExpectedInventoryRecordsId

public java.lang.Long getExpectedInventoryRecordsId()

This method provides access to the RA.RA_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Unique identifier.

Returns:
java.lang.Long

getExternalId

public java.lang.String getExternalId()

This method provides access to the RA.EXTERNALID column of DB2 type CHAR(20) NULL.

The following is a description of this column:

An external identifier, usually supplied by the vendor, that can be used to reference this record.

Returns:
java.lang.String

getLastupdate

public java.sql.Timestamp getLastupdate()

This method provides access to the RA.LASTUPDATE column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

The time of the last update.

Returns:
java.sql.Timestamp

getMarkForDelete

public java.lang.Integer getMarkForDelete()

This method provides access to the RA.MARKFORDELETE column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Indicates if this row has been marked for deletion:
0 = No.
1 = Yes, this row has been marked for deletion and should not be used.

Returns:
java.lang.Integer

getOpenIndicator

public java.lang.String getOpenIndicator()

This method provides access to the RA.OPENINDICATOR column of DB2 type CHAR(1) NULL.

The following is a description of this column:

Y = Expected inventory may still be received and allocated to backorders. N = No further inventory will be received. Expected inventory may not be allocated to backorders.

Returns:
java.lang.String

getOrderDate

public java.sql.Timestamp getOrderDate()

This method provides access to the RA.ORDERDATE column of DB2 type TIMESTAMP NOT NULL.

The following is a description of this column:

Date the order was created with the vendor.

Returns:
java.sql.Timestamp

getStoreId

public java.lang.Integer getStoreId()

This method provides access to the RA.STORE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The Store that owns the order.

Returns:
java.lang.Integer

getVendorId

public java.lang.Long getVendorId()

This method provides access to the RA.VENDOR_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Vendor that will be supplying the inventory for the order.

Returns:
java.lang.Long

setCreateTime

public void setCreateTime(java.sql.Timestamp aCreateTime)

This method provides access to the RA.CREATETIME column of DB2 type TIMESTAMP NOT NULL.

The following is a description of this column:

The date and time the row was created.

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

setDateClosed

public void setDateClosed(java.sql.Timestamp aDateClosed)

This method provides access to the RA.DATECLOSED column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

The date this record was closed.

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

setExpectedInventoryRecordsId

public void setExpectedInventoryRecordsId(java.lang.Long aExpectedInventoryRecordsId)

This method provides access to the RA.RA_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Unique identifier.

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

setExternalId

public void setExternalId(java.lang.String aExternalId)

This method provides access to the RA.EXTERNALID column of DB2 type CHAR(20) NULL.

The following is a description of this column:

An external identifier, usually supplied by the vendor, that can be used to reference this record.

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

setLastupdate

public void setLastupdate(java.sql.Timestamp aLastupdate)

This method provides access to the RA.LASTUPDATE column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

The time of the last update.

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

setMarkForDelete

public void setMarkForDelete(java.lang.Integer aMarkForDelete)

This method provides access to the RA.MARKFORDELETE column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Indicates if this row has been marked for deletion:
0 = No.
1 = Yes, this row has been marked for deletion and should not be used.

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

setOpenIndicator

public void setOpenIndicator(java.lang.String aOpenIndicator)

This method provides access to the RA.OPENINDICATOR column of DB2 type CHAR(1) NULL.

The following is a description of this column:

Y = Expected inventory may still be received and allocated to backorders. N = No further inventory will be received. Expected inventory may not be allocated to backorders.

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

setOrderDate

public void setOrderDate(java.sql.Timestamp aOrderDate)

This method provides access to the RA.ORDERDATE column of DB2 type TIMESTAMP NOT NULL.

The following is a description of this column:

Date the order was created with the vendor.

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

setStoreId

public void setStoreId(java.lang.Integer aStoreId)

This method provides access to the RA.STORE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The Store that owns the order.

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

setVendorId

public void setVendorId(java.lang.Long aVendorId)

This method provides access to the RA.VENDOR_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Vendor that will be supplying the inventory for the order.

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