|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.inventory.objects.AvailableReceiptBean
This bean provides access to the RCPTAVAIL table.
The following is a description of this table:
Defines which DistributionArrangements have access to received inventory.
Constructor Summary | |
AvailableReceiptBean()
|
Method Summary | |
java.lang.Long |
getDistArrangId()
This method provides access to the RCPTAVAIL.DISTARRANG_ID column of DB2 type BIGINT NOT NULL. |
java.sql.Timestamp |
getLastUpdate()
This method provides access to the RCPTAVAIL.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
java.lang.Integer |
getPrecedence()
This method provides access to the RCPTAVAIL.PRECEDENCE column of DB2 type INTEGER NULL. |
java.lang.Long |
getRcptAvailId()
This method provides access to the RCPTAVAIL.RCPTAVAIL_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getReceiptId()
This method provides access to the RCPTAVAIL.RECEIPT_ID column of DB2 type BIGINT NOT NULL. |
void |
setDistArrangId(java.lang.Long aDistArrangId)
This method provides access to the RCPTAVAIL.DISTARRANG_ID column of DB2 type BIGINT NOT NULL. |
void |
setLastUpdate(java.sql.Timestamp aLastUpdate)
This method provides access to the RCPTAVAIL.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
void |
setPrecedence(java.lang.Integer aPrecedence)
This method provides access to the RCPTAVAIL.PRECEDENCE column of DB2 type INTEGER NULL. |
void |
setRcptAvailId(java.lang.Long aRcptAvailId)
This method provides access to the RCPTAVAIL.RCPTAVAIL_ID column of DB2 type BIGINT NOT NULL. |
void |
setReceiptId(java.lang.Long aReceiptId)
This method provides access to the RCPTAVAIL.RECEIPT_ID column of DB2 type BIGINT NOT NULL. |
Constructor Detail |
public AvailableReceiptBean()
Method Detail |
public java.lang.Long getDistArrangId()
This method provides access to the RCPTAVAIL.DISTARRANG_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Indicates the DistributionArrangement under which this receipt is available.
public java.sql.Timestamp getLastUpdate()
This method provides access to the RCPTAVAIL.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Timestamp of last update.
public java.lang.Integer getPrecedence()
This method provides access to the RCPTAVAIL.PRECEDENCE column of DB2 type INTEGER NULL.
The following is a description of this column:
Represents the order in which inventory should be picked. Picking starts with the lowest number first.
public java.lang.Long getRcptAvailId()
This method provides access to the RCPTAVAIL.RCPTAVAIL_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Unique identifier.
public java.lang.Long getReceiptId()
This method provides access to the RCPTAVAIL.RECEIPT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Indicates which receipt is available under the DistributionArrangement.
public void setDistArrangId(java.lang.Long aDistArrangId)
This method provides access to the RCPTAVAIL.DISTARRANG_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Indicates the DistributionArrangement under which this receipt is available.
aDistArrangId
- java.lang.Longpublic void setLastUpdate(java.sql.Timestamp aLastUpdate)
This method provides access to the RCPTAVAIL.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Timestamp of last update.
aLastUpdate
- java.sql.Timestamppublic void setPrecedence(java.lang.Integer aPrecedence)
This method provides access to the RCPTAVAIL.PRECEDENCE column of DB2 type INTEGER NULL.
The following is a description of this column:
Represents the order in which inventory should be picked. Picking starts with the lowest number first.
aPrecedence
- java.lang.Integerpublic void setRcptAvailId(java.lang.Long aRcptAvailId)
This method provides access to the RCPTAVAIL.RCPTAVAIL_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Unique identifier.
aRcptAvailId
- java.lang.Longpublic void setReceiptId(java.lang.Long aReceiptId)
This method provides access to the RCPTAVAIL.RECEIPT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Indicates which receipt is available under the DistributionArrangement.
aReceiptId
- java.lang.Long
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |