|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.inventory.objects.ExpectedInventoryRecordsBean
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.
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 |
public ExpectedInventoryRecordsBean()
Method Detail |
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
aCreateTime
- java.sql.Timestamppublic 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.
aDateClosed
- java.sql.Timestamppublic 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.
aExpectedInventoryRecordsId
- java.lang.Longpublic 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.
aExternalId
- java.lang.Stringpublic 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.
aLastupdate
- java.sql.Timestamppublic 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.
aMarkForDelete
- java.lang.Integerpublic 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.
aOpenIndicator
- java.lang.Stringpublic 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.
aOrderDate
- java.sql.Timestamppublic 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.
aStoreId
- java.lang.Integerpublic 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.
aVendorId
- java.lang.Long
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |