com.ibm.commerce.ordermanagement.objects
Class RMAItemComponentBean

com.ibm.commerce.ordermanagement.objects.RMAItemComponentBean
All Implemented Interfaces:
java.io.Serializable

public class RMAItemComponentBean
implements java.io.Serializable

This bean provides access to the RMAITEMCMP table.

The following is a description of this table:

This table describes the smallest unit of inventory items involved in a return merchandise authorization (RMA).

See Also:
Serialized Form

Constructor Summary
RMAItemComponentBean()
           
 
Method Summary
 java.lang.Long getCatentryId()
          This method provides access to the RMAITEMCMP.CATENTRY_ID column of DB2 type BIGINT NULL.
 java.lang.Integer getInventoryQuantity()
          This method provides access to the RMAITEMCMP.INVQUANTITY column of DB2 type INTEGER NOT NULL.
 java.lang.Long getItemSpcId()
          This method provides access to the RMAITEMCMP.ITEMSPC_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Double getQuantity()
          This method provides access to the RMAITEMCMP.INVQUANTITY column of DB2 type INTEGER NOT NULL.
 java.lang.Long getRmaItemCmpId()
          This method provides access to the RMAITEMCMP.RMAITEMCMP_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getRmaItemId()
          This method provides access to the RMAITEMCMP.RMAITEM_ID column of DB2 type BIGINT NOT NULL.
 java.lang.String getShouldReceive()
          This method provides access to the RMAITEMCMP.SHOULDRECEIVE column of DB2 type CHAR(1) NOT NULL.
 void setCatentryId(java.lang.Long aCatentryId)
          This method provides access to the RMAITEMCMP.CATENTRY_ID column of DB2 type BIGINT NULL.
 void setInventoryQuantity(java.lang.Integer aInventoryQuantity)
          This method provides access to the RMAITEMCMP.INVQUANTITY column of DB2 type INTEGER NOT NULL.
 void setItemSpcId(java.lang.Long aItemSpcId)
          This method provides access to the RMAITEMCMP.ITEMSPC_ID column of DB2 type BIGINT NOT NULL.
 void setQuantity(java.lang.Double aQuantity)
          This method provides access to the RMAITEMCMP.INVQUANTITY column of DB2 type INTEGER NOT NULL.
 void setRmaItemCmpId(java.lang.Long aRmaItemCmpId)
          This method provides access to the RMAITEMCMP.RMAITEMCMP_ID column of DB2 type BIGINT NOT NULL.
 void setRmaItemId(java.lang.Long aRmaItemId)
          This method provides access to the RMAITEMCMP.RMAITEM_ID column of DB2 type BIGINT NOT NULL.
 void setShouldReceive(java.lang.String aShouldReceive)
          This method provides access to the RMAITEMCMP.SHOULDRECEIVE column of DB2 type CHAR(1) NOT NULL.
 

Constructor Detail

RMAItemComponentBean

public RMAItemComponentBean()
Method Detail

getCatentryId

public java.lang.Long getCatentryId()

This method provides access to the RMAITEMCMP.CATENTRY_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

Reserved for IBM internal use.

Returns:
java.lang.Long

getInventoryQuantity

public java.lang.Integer getInventoryQuantity()

This method provides access to the RMAITEMCMP.INVQUANTITY column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Quantity in inventory units of this component

Returns:
java.lang.Integer

getItemSpcId

public java.lang.Long getItemSpcId()

This method provides access to the RMAITEMCMP.ITEMSPC_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Identity of the inventory item.

Returns:
java.lang.Long

getQuantity

public java.lang.Double getQuantity()

This method provides access to the RMAITEMCMP.INVQUANTITY column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Quantity in inventory units of this component

Returns:
java.lang.Double

getRmaItemCmpId

public java.lang.Long getRmaItemCmpId()

This method provides access to the RMAITEMCMP.RMAITEMCMP_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Generated unique key.

Returns:
java.lang.Long

getRmaItemId

public java.lang.Long getRmaItemId()

This method provides access to the RMAITEMCMP.RMAITEM_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The RMAItem that this component is a part of.

Returns:
java.lang.Long

getShouldReceive

public java.lang.String getShouldReceive()

This method provides access to the RMAITEMCMP.SHOULDRECEIVE column of DB2 type CHAR(1) NOT NULL.

The following is a description of this column:

A flag that indicates whether this component will actually be received by the seller. Valid values are as follows:
Y = Expected to be received.
N = Will not be received.
S = System forced. Will not be received.

Returns:
java.lang.String

setCatentryId

public void setCatentryId(java.lang.Long aCatentryId)

This method provides access to the RMAITEMCMP.CATENTRY_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

Reserved for IBM internal use.

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

setInventoryQuantity

public void setInventoryQuantity(java.lang.Integer aInventoryQuantity)

This method provides access to the RMAITEMCMP.INVQUANTITY column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Quantity in inventory units of this component

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

setItemSpcId

public void setItemSpcId(java.lang.Long aItemSpcId)

This method provides access to the RMAITEMCMP.ITEMSPC_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Identity of the inventory item.

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

setQuantity

public void setQuantity(java.lang.Double aQuantity)

This method provides access to the RMAITEMCMP.INVQUANTITY column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Quantity in inventory units of this component

Parameters:
aQuantity - java.lang.Double
Returns:
void

setRmaItemCmpId

public void setRmaItemCmpId(java.lang.Long aRmaItemCmpId)

This method provides access to the RMAITEMCMP.RMAITEMCMP_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Generated unique key.

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

setRmaItemId

public void setRmaItemId(java.lang.Long aRmaItemId)

This method provides access to the RMAITEMCMP.RMAITEM_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The RMAItem that this component is a part of.

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

setShouldReceive

public void setShouldReceive(java.lang.String aShouldReceive)

This method provides access to the RMAITEMCMP.SHOULDRECEIVE column of DB2 type CHAR(1) NOT NULL.

The following is a description of this column:

A flag that indicates whether this component will actually be received by the seller. Valid values are as follows:
Y = Expected to be received.
N = Will not be received.
S = System forced. Will not be received.

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