|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.ordermanagement.objects.RMAItemComponentBean
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).
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 |
public RMAItemComponentBean()
Method Detail |
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.
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
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.
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
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.
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.
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.
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.
aCatentryId
- java.lang.Longpublic 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
aInventoryQuantity
- java.lang.Integerpublic 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.
aItemSpcId
- java.lang.Longpublic 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
aQuantity
- java.lang.Doublepublic 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.
aRmaItemCmpId
- java.lang.Longpublic 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.
aRmaItemId
- java.lang.Longpublic 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.
aShouldReceive
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |