com.ibm.commerce.ordermanagement.objects
Class RMAChargeAccessBean

java.lang.Object
  |
  +--com.ibm.ivj.ejb.runtime.AbstractAccessBean
        |
        +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
              |
              +--com.ibm.commerce.ordermanagement.objects.RMAChargeAccessBean
All Implemented Interfaces:
RMAChargeAccessBeanData, java.io.Serializable

public class RMAChargeAccessBean
extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
implements RMAChargeAccessBeanData

This bean provides access to the RMACHARGE table.

The following is a description of this table:

This table stores charges or credits, applied to a return merchandise authorization (RMA), which are not for sellable products or services. This can be applicable to the entire RMA or to a specific RMA item, such as restocking fees or shipping credits.

See Also:
Serialized Form

Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef
 
Constructor Summary
RMAChargeAccessBean()
          Default constructor.
RMAChargeAccessBean(javax.ejb.EJBObject ejbObject)
          Maps to a corresponding ejbCreate method in the home interface of the EJB
RMAChargeAccessBean(java.lang.Long rmaID, java.math.BigDecimal monetaryAmount, java.lang.String currency, java.lang.Integer chargeTypeID)
          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 findByRmaCharge(java.lang.Long rmaID)
          Retrieves all the RMA level charges for a RMA, meaning those which are not associated with a particular RMA item.
The SQL query used to fetch the requested row from the RMACHARGE table is:
SELECT * FROM RMACHARGE T1 WHERE T1.RMA_ID = ? AND T1.RMAITEM_ID IS NULL
 java.util.Enumeration findByRmaItemId(java.lang.Long rmaItemID)
          Retrieves all the RMA charges associated with a RMA item.
The SQL query used to fetch the requested row from the RMACHARGE table is:
SELECT * FROM RMACHARGE T1 WHERE T1.RMAITEM_ID = ?
 java.util.Enumeration findByRmaItemIdForUpdate(java.lang.Long rmaItemID)
          Retrieves all the RMA charges associated with a particular RMA item.
The SQL query used to fetch the requested row from the RMACHARGE table is:
SELECT * FROM RMACHARGE T1 WHERE T1.RMAITEM_ID = ? FOR UPDATE
 java.lang.String getAmount()
          This method provides access to the RMACHARGE.AMOUNT column of DB2 type DECIMAL(20,5) NOT NULL.
 java.math.BigDecimal getAmountInEJBType()
          This method provides access to the RMACHARGE.AMOUNT column of DB2 type DECIMAL(20,5) NOT NULL.
 java.lang.String getChargeTypeId()
          This method provides access to the RMACHARGE.CHARGETYPE_ID column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getChargeTypeIdInEJBType()
          This method provides access to the RMACHARGE.CHARGETYPE_ID column of DB2 type INTEGER NOT NULL.
 java.lang.String getCurrency()
          This method provides access to the RMACHARGE.CURRENCY column of DB2 type CHAR(3) NOT NULL.
 java.lang.String getRmaChargeId()
          This method provides access to the RMACHARGE.RMACHARGE_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getRmaChargeIdInEJBType()
          This method provides access to the RMACHARGE.RMACHARGE_ID column of DB2 type BIGINT NOT NULL.
 java.lang.String getRmaId()
          This method provides access to the RMACHARGE.RMA_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getRmaIdInEJBType()
          This method provides access to the RMACHARGE.RMA_ID column of DB2 type BIGINT NOT NULL.
 java.lang.String getRmaItemId()
          This method provides access to the RMACHARGE.RMAITEM_ID column of DB2 type BIGINT NULL.
 java.lang.Long getRmaItemIdInEJBType()
          This method provides access to the RMACHARGE.RMAITEM_ID column of DB2 type BIGINT NULL.
 void refreshCopyHelper()
          Load data from the EJBObject.
 void setAmount(java.math.BigDecimal aAmount)
          This method provides access to the RMACHARGE.AMOUNT column of DB2 type DECIMAL(20,5) NOT NULL.
 void setAmount(java.lang.String aAmount)
          This method provides access to the RMACHARGE.AMOUNT column of DB2 type DECIMAL(20,5) NOT NULL.
 void setChargeTypeId(java.lang.Integer aChargeTypeId)
          This method provides access to the RMACHARGE.CHARGETYPE_ID column of DB2 type INTEGER NOT NULL.
 void setChargeTypeId(java.lang.String aChargeTypeId)
          This method provides access to the RMACHARGE.CHARGETYPE_ID column of DB2 type INTEGER NOT NULL.
 void setCurrency(java.lang.String aCurrency)
          This method provides access to the RMACHARGE.CURRENCY column of DB2 type CHAR(3) NOT NULL.
 void setInitKey_rmaChargeId(java.lang.String aInitKey_rmaChargeId)
          Set the primary key for this object
 void setRmaChargeId(java.lang.Long aRmaChargeId)
          This method provides access to the RMACHARGE.RMACHARGE_ID column of DB2 type BIGINT NOT NULL.
 void setRmaChargeId(java.lang.String aRmaChargeId)
          This method provides access to the RMACHARGE.RMACHARGE_ID column of DB2 type BIGINT NOT NULL.
 void setRmaId(java.lang.Long aRmaId)
          This method provides access to the RMACHARGE.RMA_ID column of DB2 type BIGINT NOT NULL.
 void setRmaId(java.lang.String aRmaId)
          This method provides access to the RMACHARGE.RMA_ID column of DB2 type BIGINT NOT NULL.
 void setRmaItemId(java.lang.Long aRmaItemId)
          This method provides access to the RMACHARGE.RMAITEM_ID column of DB2 type BIGINT NULL.
 void setRmaItemId(java.lang.String aRmaItemId)
          This method provides access to the RMACHARGE.RMAITEM_ID column of DB2 type BIGINT 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

RMAChargeAccessBean

public RMAChargeAccessBean()

Default constructor. Maps to findByPrimaryKey.


RMAChargeAccessBean

public RMAChargeAccessBean(javax.ejb.EJBObject ejbObject)
                    throws java.rmi.RemoteException

Maps to a corresponding ejbCreate method in the home interface of the EJB

Parameters:
ejbObject - javax.ejb.EJBObject
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception

RMAChargeAccessBean

public RMAChargeAccessBean(java.lang.Long rmaID,
                           java.math.BigDecimal monetaryAmount,
                           java.lang.String currency,
                           java.lang.Integer chargeTypeID)
                    throws javax.naming.NamingException,
                           javax.ejb.CreateException,
                           javax.ejb.FinderException,
                           java.rmi.RemoteException

Maps to a corresponding ejbCreate method in the home interface of the EJB

Parameters:
rmaID - java.lang.Long RMA ID
monetaryAmount - java.math.BigDecimal Monetary Amount of charge or credit. Charges are reflected as a negative number.
currency - java.lang.String Currency
chargeTypeID - java.lang.Integer Charge Type ID
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
Method Detail

commitCopyHelper

public void commitCopyHelper()
                      throws java.rmi.RemoteException,
                             javax.ejb.CreateException,
                             javax.ejb.FinderException,
                             javax.naming.NamingException

Update(flush) data to the EJBObject (persistent storage).

Overrides:
commitCopyHelper in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
Returns:
void
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByRmaCharge

public java.util.Enumeration findByRmaCharge(java.lang.Long rmaID)
                                      throws java.rmi.RemoteException,
                                             javax.ejb.FinderException,
                                             javax.naming.NamingException

Retrieves all the RMA level charges for a RMA, meaning those which are not associated with a particular RMA item.
The SQL query used to fetch the requested row from the RMACHARGE table is:
SELECT * FROM RMACHARGE T1 WHERE T1.RMA_ID = ? AND T1.RMAITEM_ID IS NULL

Parameters:
rmaID - java.lang.Long RMA ID
Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByRmaItemId

public java.util.Enumeration findByRmaItemId(java.lang.Long rmaItemID)
                                      throws java.rmi.RemoteException,
                                             javax.ejb.FinderException,
                                             javax.naming.NamingException

Retrieves all the RMA charges associated with a RMA item.
The SQL query used to fetch the requested row from the RMACHARGE table is:
SELECT * FROM RMACHARGE T1 WHERE T1.RMAITEM_ID = ?

Parameters:
rmaItemID - java.lang.Long RMA item ID
Returns:
An Enumeration of all the RMAChargeAccessBeans representing rows that match the search criteria.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByRmaItemIdForUpdate

public java.util.Enumeration findByRmaItemIdForUpdate(java.lang.Long rmaItemID)
                                               throws java.rmi.RemoteException,
                                                      javax.ejb.FinderException,
                                                      javax.naming.NamingException

Retrieves all the RMA charges associated with a particular RMA item.
The SQL query used to fetch the requested row from the RMACHARGE table is:
SELECT * FROM RMACHARGE T1 WHERE T1.RMAITEM_ID = ? FOR UPDATE

Parameters:
rmaItemID - java.lang.Long RMA item ID
Returns:
An Enumeration of all the RMAChargeAccessBeans representing rows that match the search criteria.
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getAmount

public java.lang.String getAmount()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException

This method provides access to the RMACHARGE.AMOUNT column of DB2 type DECIMAL(20,5) NOT NULL.

The following is a description of this column:

Amount of the charge or credit.

Specified by:
getAmount in interface RMAChargeAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getAmountInEJBType

public java.math.BigDecimal getAmountInEJBType()
                                        throws java.rmi.RemoteException,
                                               javax.ejb.CreateException,
                                               javax.ejb.FinderException,
                                               javax.naming.NamingException

This method provides access to the RMACHARGE.AMOUNT column of DB2 type DECIMAL(20,5) NOT NULL.

The following is a description of this column:

Amount of the charge or credit.

Returns:
java.math.BigDecimal
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getChargeTypeId

public java.lang.String getChargeTypeId()
                                 throws java.rmi.RemoteException,
                                        javax.ejb.CreateException,
                                        javax.ejb.FinderException,
                                        javax.naming.NamingException

This method provides access to the RMACHARGE.CHARGETYPE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The type of charge or credit. The CHARGETYPE_ID column is a foreign key to the CHARGETYPE table. A return policy uses the charge type of a restocking fee for returned items.

Specified by:
getChargeTypeId in interface RMAChargeAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getChargeTypeIdInEJBType

public java.lang.Integer getChargeTypeIdInEJBType()
                                           throws java.rmi.RemoteException,
                                                  javax.ejb.CreateException,
                                                  javax.ejb.FinderException,
                                                  javax.naming.NamingException

This method provides access to the RMACHARGE.CHARGETYPE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The type of charge or credit. The CHARGETYPE_ID column is a foreign key to the CHARGETYPE table. A return policy uses the charge type of a restocking fee for returned items.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getCurrency

public java.lang.String getCurrency()
                             throws java.rmi.RemoteException,
                                    javax.ejb.CreateException,
                                    javax.ejb.FinderException,
                                    javax.naming.NamingException

This method provides access to the RMACHARGE.CURRENCY column of DB2 type CHAR(3) NOT NULL.

The following is a description of this column:

Currency used for the charge or credit. This is a currency code as per ISO 4217 standards.

Specified by:
getCurrency in interface RMAChargeAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getRmaChargeId

public java.lang.String getRmaChargeId()
                                throws java.rmi.RemoteException,
                                       javax.ejb.CreateException,
                                       javax.ejb.FinderException,
                                       javax.naming.NamingException

This method provides access to the RMACHARGE.RMACHARGE_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Generated unique key.

Specified by:
getRmaChargeId in interface RMAChargeAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getRmaChargeIdInEJBType

public java.lang.Long getRmaChargeIdInEJBType()
                                       throws java.rmi.RemoteException,
                                              javax.ejb.CreateException,
                                              javax.ejb.FinderException,
                                              javax.naming.NamingException

This method provides access to the RMACHARGE.RMACHARGE_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Generated unique key.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getRmaId

public java.lang.String getRmaId()
                          throws java.rmi.RemoteException,
                                 javax.ejb.CreateException,
                                 javax.ejb.FinderException,
                                 javax.naming.NamingException

This method provides access to the RMACHARGE.RMA_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The RMA to which this charge or credit applies.

Specified by:
getRmaId in interface RMAChargeAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getRmaIdInEJBType

public java.lang.Long getRmaIdInEJBType()
                                 throws java.rmi.RemoteException,
                                        javax.ejb.CreateException,
                                        javax.ejb.FinderException,
                                        javax.naming.NamingException

This method provides access to the RMACHARGE.RMA_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The RMA to which this charge or credit applies.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getRmaItemId

public java.lang.String getRmaItemId()
                              throws java.rmi.RemoteException,
                                     javax.ejb.CreateException,
                                     javax.ejb.FinderException,
                                     javax.naming.NamingException

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

The following is a description of this column:

The RMA item to which this charge applies. If this field is NULL, then the charge does not apply to a specific RMA item but against the whole RMA.

Specified by:
getRmaItemId in interface RMAChargeAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getRmaItemIdInEJBType

public java.lang.Long getRmaItemIdInEJBType()
                                     throws java.rmi.RemoteException,
                                            javax.ejb.CreateException,
                                            javax.ejb.FinderException,
                                            javax.naming.NamingException

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

The following is a description of this column:

The RMA item to which this charge applies. If this field is NULL, then the charge does not apply to a specific RMA item but against the whole RMA.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

refreshCopyHelper

public void refreshCopyHelper()
                       throws java.rmi.RemoteException,
                              javax.ejb.CreateException,
                              javax.ejb.FinderException,
                              javax.naming.NamingException

Load data from the EJBObject.

Overrides:
refreshCopyHelper in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
Returns:
void
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

setAmount

public void setAmount(java.math.BigDecimal aAmount)

This method provides access to the RMACHARGE.AMOUNT column of DB2 type DECIMAL(20,5) NOT NULL.

The following is a description of this column:

Amount of the charge or credit.

Parameters:
aAmount - java.math.BigDecimal
Returns:
void

setAmount

public void setAmount(java.lang.String aAmount)

This method provides access to the RMACHARGE.AMOUNT column of DB2 type DECIMAL(20,5) NOT NULL.

The following is a description of this column:

Amount of the charge or credit.

Specified by:
setAmount in interface RMAChargeAccessBeanData
Parameters:
aAmount - java.lang.String
Returns:
void

setChargeTypeId

public void setChargeTypeId(java.lang.Integer aChargeTypeId)

This method provides access to the RMACHARGE.CHARGETYPE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The type of charge or credit. The CHARGETYPE_ID column is a foreign key to the CHARGETYPE table. A return policy uses the charge type of a restocking fee for returned items.

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

setChargeTypeId

public void setChargeTypeId(java.lang.String aChargeTypeId)

This method provides access to the RMACHARGE.CHARGETYPE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The type of charge or credit. The CHARGETYPE_ID column is a foreign key to the CHARGETYPE table. A return policy uses the charge type of a restocking fee for returned items.

Specified by:
setChargeTypeId in interface RMAChargeAccessBeanData
Parameters:
aChargeTypeId - java.lang.String
Returns:
void

setCurrency

public void setCurrency(java.lang.String aCurrency)

This method provides access to the RMACHARGE.CURRENCY column of DB2 type CHAR(3) NOT NULL.

The following is a description of this column:

Currency used for the charge or credit. This is a currency code as per ISO 4217 standards.

Specified by:
setCurrency in interface RMAChargeAccessBeanData
Parameters:
aCurrency - java.lang.String
Returns:
void

setInitKey_rmaChargeId

public void setInitKey_rmaChargeId(java.lang.String aInitKey_rmaChargeId)

Set the primary key for this object

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

setRmaChargeId

public void setRmaChargeId(java.lang.Long aRmaChargeId)

This method provides access to the RMACHARGE.RMACHARGE_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Generated unique key.

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

setRmaChargeId

public void setRmaChargeId(java.lang.String aRmaChargeId)

This method provides access to the RMACHARGE.RMACHARGE_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Generated unique key.

Specified by:
setRmaChargeId in interface RMAChargeAccessBeanData
Parameters:
aRmaChargeId - java.lang.String
Returns:
void

setRmaId

public void setRmaId(java.lang.Long aRmaId)

This method provides access to the RMACHARGE.RMA_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The RMA to which this charge or credit applies.

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

setRmaId

public void setRmaId(java.lang.String aRmaId)

This method provides access to the RMACHARGE.RMA_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The RMA to which this charge or credit applies.

Specified by:
setRmaId in interface RMAChargeAccessBeanData
Parameters:
aRmaId - java.lang.String
Returns:
void

setRmaItemId

public void setRmaItemId(java.lang.Long aRmaItemId)

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

The following is a description of this column:

The RMA item to which this charge applies. If this field is NULL, then the charge does not apply to a specific RMA item but against the whole RMA.

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

setRmaItemId

public void setRmaItemId(java.lang.String aRmaItemId)

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

The following is a description of this column:

The RMA item to which this charge applies. If this field is NULL, then the charge does not apply to a specific RMA item but against the whole RMA.

Specified by:
setRmaItemId in interface RMAChargeAccessBeanData
Parameters:
aRmaItemId - java.lang.String
Returns:
void