|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.inventory.objects.RaDetailBean
This bean provides access to the RADETAIL table.
The following is a description of this table:
This table contains detailed information about items on an expected inventory record.
Constructor Summary | |
RaDetailBean()
|
Method Summary | |
java.sql.Timestamp |
getExpectedDate()
This method provides access to the RADETAIL.EXPECTEDDATE column of DB2 type TIMESTAMP NOT NULL. |
java.lang.Integer |
getFfmcenterId()
This method provides access to the RADETAIL.FFMCENTER_ID column of DB2 type INTEGER NULL. |
java.lang.Long |
getItemspcId()
This method provides access to the RADETAIL.ITEMSPC_ID column of DB2 type BIGINT NOT NULL. |
java.sql.Timestamp |
getLastupdate()
This method provides access to the RADETAIL.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
java.lang.Integer |
getMarkForDelete()
This method provides access to the RADETAIL.MARKFORDELETE column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getQtyAllocated()
This method provides access to the RADETAIL.QTYALLOCATED column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getQtyOrdered()
This method provides access to the RADETAIL.QTYORDERED column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getQtyReceived()
This method provides access to the RADETAIL.QTYRECEIVED column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getQtyRemaining()
This method provides access to the RADETAIL.QTYREMAINING column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getRaDetailComment()
This method provides access to the RADETAIL.RADETAILCOMMENT column of DB2 type VARCHAR(254) NULL. |
java.lang.Long |
getRaDetailId()
This method provides access to the RADETAIL.RADETAIL_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getRaId()
This method provides access to the RADETAIL.RA_ID column of DB2 type BIGINT NOT NULL. |
void |
setExpectedDate(java.sql.Timestamp aExpectedDate)
This method provides access to the RADETAIL.EXPECTEDDATE column of DB2 type TIMESTAMP NOT NULL. |
void |
setFfmcenterId(java.lang.Integer aFfmcenterId)
This method provides access to the RADETAIL.FFMCENTER_ID column of DB2 type INTEGER NULL. |
void |
setItemspcId(java.lang.Long aItemspcId)
This method provides access to the RADETAIL.ITEMSPC_ID column of DB2 type BIGINT NOT NULL. |
void |
setLastupdate(java.sql.Timestamp aLastupdate)
This method provides access to the RADETAIL.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
void |
setMarkForDelete(java.lang.Integer aMarkForDelete)
This method provides access to the RADETAIL.MARKFORDELETE column of DB2 type INTEGER NOT NULL. |
void |
setQtyAllocated(java.lang.Integer aQtyAllocated)
This method provides access to the RADETAIL.QTYALLOCATED column of DB2 type INTEGER NOT NULL. |
void |
setQtyOrdered(java.lang.Integer aQtyOrdered)
This method provides access to the RADETAIL.QTYORDERED column of DB2 type INTEGER NOT NULL. |
void |
setQtyReceived(java.lang.Integer aQtyReceived)
This method provides access to the RADETAIL.QTYRECEIVED column of DB2 type INTEGER NOT NULL. |
void |
setQtyRemaining(java.lang.Integer aQtyRemaining)
This method provides access to the RADETAIL.QTYREMAINING column of DB2 type INTEGER NOT NULL. |
void |
setRaDetailComment(java.lang.String aRaDetailComment)
This method provides access to the RADETAIL.RADETAILCOMMENT column of DB2 type VARCHAR(254) NULL. |
void |
setRaDetailId(java.lang.Long aRaDetailId)
This method provides access to the RADETAIL.RADETAIL_ID column of DB2 type BIGINT NOT NULL. |
void |
setRaId(java.lang.Long aRaId)
This method provides access to the RADETAIL.RA_ID column of DB2 type BIGINT NOT NULL. |
Constructor Detail |
public RaDetailBean()
Method Detail |
public java.sql.Timestamp getExpectedDate()
This method provides access to the RADETAIL.EXPECTEDDATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
Date the inventory is expected.
public java.lang.Integer getFfmcenterId()
This method provides access to the RADETAIL.FFMCENTER_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
FulfillmentCenter identifier.
public java.lang.Long getItemspcId()
This method provides access to the RADETAIL.ITEMSPC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Item identifier.
public java.sql.Timestamp getLastupdate()
This method provides access to the RADETAIL.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Timestamp of last update.
public java.lang.Integer getMarkForDelete()
This method provides access to the RADETAIL.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.Integer getQtyAllocated()
This method provides access to the RADETAIL.QTYALLOCATED column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Quantity of expected inventory that has been allocated to backorders.
public java.lang.Integer getQtyOrdered()
This method provides access to the RADETAIL.QTYORDERED column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Quantity ordered from vendor in this expected inventory record.
public java.lang.Integer getQtyReceived()
This method provides access to the RADETAIL.QTYRECEIVED column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Quantity received to date from the vendor for this expected inventory record.
public java.lang.Integer getQtyRemaining()
This method provides access to the RADETAIL.QTYREMAINING column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Quantity still expected from vendor for this expected inventory record. This quantity should usually be equal to the quantity ordered minus the quantity received, but could be different if the vendor is unable to ship the total quantity.
public java.lang.String getRaDetailComment()
This method provides access to the RADETAIL.RADETAILCOMMENT column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Comment.
public java.lang.Long getRaDetailId()
This method provides access to the RADETAIL.RADETAIL_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Unique identifier.
public java.lang.Long getRaId()
This method provides access to the RADETAIL.RA_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Expected inventory record identifier.
public void setExpectedDate(java.sql.Timestamp aExpectedDate)
This method provides access to the RADETAIL.EXPECTEDDATE column of DB2 type TIMESTAMP NOT NULL.
The following is a description of this column:
Date the inventory is expected.
aExpectedDate
- java.sql.Timestamppublic void setFfmcenterId(java.lang.Integer aFfmcenterId)
This method provides access to the RADETAIL.FFMCENTER_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
FulfillmentCenter identifier.
aFfmcenterId
- java.lang.Integerpublic void setItemspcId(java.lang.Long aItemspcId)
This method provides access to the RADETAIL.ITEMSPC_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Item identifier.
aItemspcId
- java.lang.Longpublic void setLastupdate(java.sql.Timestamp aLastupdate)
This method provides access to the RADETAIL.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Timestamp of last update.
aLastupdate
- java.sql.Timestamppublic void setMarkForDelete(java.lang.Integer aMarkForDelete)
This method provides access to the RADETAIL.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 setQtyAllocated(java.lang.Integer aQtyAllocated)
This method provides access to the RADETAIL.QTYALLOCATED column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Quantity of expected inventory that has been allocated to backorders.
aQtyAllocated
- java.lang.Integerpublic void setQtyOrdered(java.lang.Integer aQtyOrdered)
This method provides access to the RADETAIL.QTYORDERED column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Quantity ordered from vendor in this expected inventory record.
aQtyOrdered
- java.lang.Integerpublic void setQtyReceived(java.lang.Integer aQtyReceived)
This method provides access to the RADETAIL.QTYRECEIVED column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Quantity received to date from the vendor for this expected inventory record.
aQtyReceived
- java.lang.Integerpublic void setQtyRemaining(java.lang.Integer aQtyRemaining)
This method provides access to the RADETAIL.QTYREMAINING column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Quantity still expected from vendor for this expected inventory record. This quantity should usually be equal to the quantity ordered minus the quantity received, but could be different if the vendor is unable to ship the total quantity.
aQtyRemaining
- java.lang.Integerpublic void setRaDetailComment(java.lang.String aRaDetailComment)
This method provides access to the RADETAIL.RADETAILCOMMENT column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Comment.
aRaDetailComment
- java.lang.Stringpublic void setRaDetailId(java.lang.Long aRaDetailId)
This method provides access to the RADETAIL.RADETAIL_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Unique identifier.
aRaDetailId
- java.lang.Longpublic void setRaId(java.lang.Long aRaId)
This method provides access to the RADETAIL.RA_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Expected inventory record identifier.
aRaId
- java.lang.Long
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |