com.ibm.commerce.inventory.objects
Class AvailableReceiptBean

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

public class AvailableReceiptBean
implements java.io.Serializable

This bean provides access to the RCPTAVAIL table.

The following is a description of this table:

Defines which DistributionArrangements have access to received inventory.

See Also:
Serialized Form

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

AvailableReceiptBean

public AvailableReceiptBean()
Method Detail

getDistArrangId

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.

Returns:
java.lang.Long

getLastUpdate

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.

Returns:
java.sql.Timestamp

getPrecedence

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.

Returns:
java.lang.Integer

getRcptAvailId

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.

Returns:
java.lang.Long

getReceiptId

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.

Returns:
java.lang.Long

setDistArrangId

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.

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

setLastUpdate

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

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

setPrecedence

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

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

setRcptAvailId

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

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

setReceiptId

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

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