|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractAccessBean | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.ordermanagement.objects.RMAItemComponentAccessBean
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).
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
RMAItemComponentAccessBean()
Default constructor. |
|
RMAItemComponentAccessBean(javax.ejb.EJBObject ejbObject)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
|
RMAItemComponentAccessBean(java.lang.Long rmaItemID,
java.lang.Double quantity,
java.lang.Long itemSpecificationID)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
Method Summary | |
void |
commitCopyHelper()
Update(flush) data to the EJBObject (persistent storage). |
java.util.Enumeration |
findByRmaItemComponentIdForUpdate(java.lang.Long rmaItemComponentID)
Retrieves all the RMA item components for a particular RMA item component ID. |
java.util.Enumeration |
findByRmaItemId(java.lang.Long rmaItemID)
Retrieves all the RMA item components defined for a store and its corresponding store group, and returns the list sorted by store entity. The SQL query used to fetch the requested row from the RMAITEMCMP table is: SELECT * FROM RMAITEMCMP T1 WHERE T1.RMAITEM_ID = ? |
java.util.Enumeration |
findByRmaItemIdForUpdate(java.lang.Long rmaItemID)
Retrieves all the RMA item components for a particular RMA item. The SQL query used to fetch the requested row from the RMAITEMCMP table is: SELECT * FROM RMAITEMCMP T1 WHERE T1.RMAITEM_ID = ? FOR UPDATE |
java.util.Enumeration |
findReceivableByRmaId(java.lang.Long rmaID)
Retrieves all the RMA item components for a particular RMA item. The SQL query used to fetch the requested row from the RMAITEMCMP table is: SELECT * FROM RMAITEMCMP T1 WHERE T1.RMAITEM_ID = RMAITEM.RMAITEM_ID AND RMAITEM.RMA_ID = ? AND T1.SHOULDRECEIVE = 'Y' |
java.lang.String |
getCatentryId()
This method provides access to the RMAITEMCMP.CATENTRY_ID column of DB2 type BIGINT NULL. |
java.lang.Long |
getCatentryIdInEJBType()
This method provides access to the RMAITEMCMP.CATENTRY_ID column of DB2 type BIGINT NULL. |
java.lang.String |
getInventoryQuantity()
This method provides access to the RMAITEMCMP.INVQUANTITY column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getInventoryQuantityInEJBType()
This method provides access to the RMAITEMCMP.INVQUANTITY column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getItemSpcId()
This method provides access to the RMAITEMCMP.ITEMSPC_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getItemSpcIdInEJBType()
This method provides access to the RMAITEMCMP.ITEMSPC_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getQuantity()
This method provides access to the RMAITEMCMP.QUANTITY column of DB2 type FLOAT NOT NULL. |
java.lang.Double |
getQuantityInEJBType()
This method provides access to the RMAITEMCMP.QUANTITY column of DB2 type FLOAT NOT NULL. |
java.lang.String |
getRmaItemCmpId()
This method provides access to the RMAITEMCMP.RMAITEMCMP_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getRmaItemCmpIdInEJBType()
This method provides access to the RMAITEMCMP.RMAITEMCMP_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getRmaItemId()
This method provides access to the RMAITEMCMP.RMAITEM_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getRmaItemIdInEJBType()
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 |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setCatentryId(java.lang.Long aCatentryId)
This method provides access to the RMAITEMCMP.CATENTRY_ID column of DB2 type BIGINT NULL. |
void |
setCatentryId(java.lang.String aCatentryId)
This method provides access to the RMAITEMCMP.CATENTRY_ID column of DB2 type BIGINT NULL. |
void |
setInitKey_rmaItemCmpId(java.lang.String aInitKey_rmaItemCmpId)
Set the primary key for this object |
void |
setInventoryQuantity(java.lang.Integer aInventoryQuantity)
This method provides access to the RMAITEMCMP.INVQUANTITY column of DB2 type INTEGER NOT NULL. |
void |
setInventoryQuantity(java.lang.String 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 |
setItemSpcId(java.lang.String 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.QUANTITY column of DB2 type FLOAT NOT NULL. |
void |
setQuantity(java.lang.String aQuantity)
This method provides access to the RMAITEMCMP.QUANTITY column of DB2 type FLOAT 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 |
setRmaItemCmpId(java.lang.String 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 |
setRmaItemId(java.lang.String 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. |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean |
__getCache, __getCache, __getKey, __setCache, __setCache, __setKey, commitCopyHelper, createAccessBeans, createAccessBeans, instantiateEJBByPrimaryKey, refreshCopyHelper, setEJBRef |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
defaultJNDIName, defaultNameServiceType, defaultNameServiceURL, getEJBRef, getGlobalHome, getHome, getInit_GlobalNameServiceTypeName, getInit_GlobalNameServiceURLName, getInit_JNDIName, getInit_NameServiceTypeName, getInit_NameServiceURLName, getInitContext, getInitContext, instantiateEJB, resetEJBRef, resetHomeCache, setInit_GlobalNameServiceTypeName, setInit_GlobalNameServiceURLName, setInit_JNDIName, setInit_NameServiceTypeName, setInit_NameServiceURLName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RMAItemComponentAccessBean()
Default constructor. Maps to findByPrimaryKey.
public RMAItemComponentAccessBean(javax.ejb.EJBObject ejbObject) throws java.rmi.RemoteException
Maps to a corresponding ejbCreate method in the home interface of the EJB
ejbObject
- javax.ejb.EJBObjectjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic RMAItemComponentAccessBean(java.lang.Long rmaItemID, java.lang.Double quantity, java.lang.Long itemSpecificationID) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
Maps to a corresponding ejbCreate method in the home interface of the EJB
rmaItemID
- java.lang.Long RMA Item IDquantity
- java.lang.Double QuantityitemSpecificationID
- java.lang.Long Item Specification IDjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionMethod Detail |
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
commitCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByRmaItemComponentIdForUpdate(java.lang.Long rmaItemComponentID) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all the RMA item components for a particular RMA item component ID. There will be only one match.
The SQL query used to fetch the requested row from the
RMAITEMCMP table is:
SELECT *
FROM RMAITEMCMP T1
WHERE T1.RMAITEMCMP_ID = ? FOR UPDATE
rmaItemComponentID
- java.lang.Long RMA Item Component IDjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByRmaItemId(java.lang.Long rmaItemID) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all the RMA item components defined for a store and its corresponding store group, and returns
the list sorted by store entity.
The SQL query used to fetch the requested row from the
RMAITEMCMP table is:
SELECT *
FROM RMAITEMCMP T1
WHERE T1.RMAITEM_ID = ?
rmaItemID
- java.lang.Long RMA item IDjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByRmaItemIdForUpdate(java.lang.Long rmaItemID) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all the RMA item components for a particular RMA item.
The SQL query used to fetch the requested row from the
RMAITEMCMP table is:
SELECT *
FROM RMAITEMCMP T1
WHERE T1.RMAITEM_ID = ? FOR UPDATE
rmaItemID
- java.lang.Long RMA item IDjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findReceivableByRmaId(java.lang.Long rmaID) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all the RMA item components for a particular RMA item.
The SQL query used to fetch the requested row from the
RMAITEMCMP table is:
SELECT *
FROM RMAITEMCMP T1
WHERE T1.RMAITEM_ID = RMAITEM.RMAITEM_ID
AND RMAITEM.RMA_ID = ?
AND T1.SHOULDRECEIVE = 'Y'
rmaID
- java.lang.Long RMA IDjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getCatentryId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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.
getCatentryId
in interface RMAItemComponentAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getCatentryIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getInventoryQuantity() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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
getInventoryQuantity
in interface RMAItemComponentAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getInventoryQuantityInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getItemSpcId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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.
getItemSpcId
in interface RMAItemComponentAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getItemSpcIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getQuantity() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMAITEMCMP.QUANTITY column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
The result of multiplying QUANTITY by CATENTSHIP.NOMINALQUANTITY must be a multiple of CATENTSHIP.QUANTITYMULTIPLE, and represents the actual quantity being purchased, in the unit of measurement specified by CATENTSHIP.QUANTITYMEASURE.
getQuantity
in interface RMAItemComponentAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Double getQuantityInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the RMAITEMCMP.QUANTITY column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
The result of multiplying QUANTITY by CATENTSHIP.NOMINALQUANTITY must be a multiple of CATENTSHIP.QUANTITYMULTIPLE, and represents the actual quantity being purchased, in the unit of measurement specified by CATENTSHIP.QUANTITYMEASURE.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getRmaItemCmpId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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.
getRmaItemCmpId
in interface RMAItemComponentAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getRmaItemCmpIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getRmaItemId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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.
getRmaItemId
in interface RMAItemComponentAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getRmaItemIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getShouldReceive() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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.
getShouldReceive
in interface RMAItemComponentAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
refreshCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 setCatentryId(java.lang.String 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.
setCatentryId
in interface RMAItemComponentAccessBeanData
aCatentryId
- java.lang.Stringpublic void setInitKey_rmaItemCmpId(java.lang.String aInitKey_rmaItemCmpId)
Set the primary key for this object
aInitKey_rmaItemCmpId
- java.lang.Stringpublic 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 setInventoryQuantity(java.lang.String 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
setInventoryQuantity
in interface RMAItemComponentAccessBeanData
aInventoryQuantity
- java.lang.Stringpublic 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 setItemSpcId(java.lang.String 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.
setItemSpcId
in interface RMAItemComponentAccessBeanData
aItemSpcId
- java.lang.Stringpublic void setQuantity(java.lang.Double aQuantity)
This method provides access to the RMAITEMCMP.QUANTITY column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
The result of multiplying QUANTITY by CATENTSHIP.NOMINALQUANTITY must be a multiple of CATENTSHIP.QUANTITYMULTIPLE, and represents the actual quantity being purchased, in the unit of measurement specified by CATENTSHIP.QUANTITYMEASURE.
aQuantity
- java.lang.Doublepublic void setQuantity(java.lang.String aQuantity)
This method provides access to the RMAITEMCMP.QUANTITY column of DB2 type FLOAT NOT NULL.
The following is a description of this column:
The result of multiplying QUANTITY by CATENTSHIP.NOMINALQUANTITY must be a multiple of CATENTSHIP.QUANTITYMULTIPLE, and represents the actual quantity being purchased, in the unit of measurement specified by CATENTSHIP.QUANTITYMEASURE.
setQuantity
in interface RMAItemComponentAccessBeanData
aQuantity
- java.lang.Stringpublic 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 setRmaItemCmpId(java.lang.String 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.
setRmaItemCmpId
in interface RMAItemComponentAccessBeanData
aRmaItemCmpId
- java.lang.Stringpublic 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 setRmaItemId(java.lang.String 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.
setRmaItemId
in interface RMAItemComponentAccessBeanData
aRmaItemId
- java.lang.Stringpublic 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.
setShouldReceive
in interface RMAItemComponentAccessBeanData
aShouldReceive
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |