com.ibm.commerce.tools.optools.returns.util
Class RMAStorage

java.lang.Object
  |
  +--com.ibm.commerce.tools.optools.returns.util.RMAStorage
All Implemented Interfaces:
java.io.Serializable

public class RMAStorage
extends java.lang.Object
implements java.io.Serializable

 This class is used to store all the data related to a single rma.

See Also:
Serialized Form

Field Summary
protected  RMAAccessBean RMAAB
           
protected  java.util.Vector RMAAuthLogABs
          Vector to store all the rma auth log access beans for the rma.
protected  java.util.Vector RMAChargeABs
          Vector to store all the rma charge access beans for the rma.
protected  java.util.Vector RMAItemsStorage
          Vector to store all the rma items and its related data
protected  java.util.Vector RMATaxABs
          Vector to store all the rma tax access beans for the rma.
 
Constructor Summary
RMAStorage()
          RMAStorage constructor comment.
 
Method Summary
 RMAAccessBean getRMAAB()
          Get the rma access bean
 java.util.Vector getRMAAuthLogABs()
          Get the RMAAuthorizationAccessBean's for the rma.
 java.util.Vector getRMAChargeABs()
          Gets the rma charge access beans for the rma
 java.util.Vector getRMAItemsStorage()
          Gets the rma items and its associated data for the rma
 java.util.Vector getRMATaxABs()
          Gets the rma tax access beans for the rma.
 void setRMAAB(RMAAccessBean newRMAAB)
          Set the rma access bean.
 void setRMAAuthLogABs(java.util.Vector newRMAAuthLogABs)
          Sets the rma auth log access beans.
 void setRMAChargeABs(java.util.Vector newRMAChargeABs)
          Sets the rma charge access beans.
 void setRMAItemsStorage(java.util.Vector newRMAItemsStorage)
          Sets the rma items and its associated access beans.
 void setRMATaxABs(java.util.Vector newRMATaxABs)
          Sets the rma tax access beans.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RMAAB

protected RMAAccessBean RMAAB

RMAAuthLogABs

protected java.util.Vector RMAAuthLogABs
Vector to store all the rma auth log access beans for the rma.

RMAChargeABs

protected java.util.Vector RMAChargeABs
Vector to store all the rma charge access beans for the rma.

RMAItemsStorage

protected java.util.Vector RMAItemsStorage
Vector to store all the rma items and its related data

RMATaxABs

protected java.util.Vector RMATaxABs
Vector to store all the rma tax access beans for the rma.
Constructor Detail

RMAStorage

public RMAStorage()
RMAStorage constructor comment.
Method Detail

getRMAAB

public RMAAccessBean getRMAAB()
Get the rma access bean
Returns:
The RMA access bean.

getRMAAuthLogABs

public java.util.Vector getRMAAuthLogABs()
Get the RMAAuthorizationAccessBean's for the rma.
Returns:
The vector of RMA authorization log access bean.

getRMAChargeABs

public java.util.Vector getRMAChargeABs()
Gets the rma charge access beans for the rma
Returns:
The vector of RMA charge access bean.

getRMAItemsStorage

public java.util.Vector getRMAItemsStorage()
Gets the rma items and its associated data for the rma
Returns:
The vector of RMA item storage

getRMATaxABs

public java.util.Vector getRMATaxABs()
Gets the rma tax access beans for the rma.
Returns:
The vector of RMA taxes access bean.

setRMAAB

public void setRMAAB(RMAAccessBean newRMAAB)
Set the rma access bean.
Parameters:
newRMAAB - The RMA access bean.

setRMAAuthLogABs

public void setRMAAuthLogABs(java.util.Vector newRMAAuthLogABs)
Sets the rma auth log access beans.
Parameters:
newRMAAuthLogABs - The vector of RMA authorization log access beans.

setRMAChargeABs

public void setRMAChargeABs(java.util.Vector newRMAChargeABs)
Sets the rma charge access beans.
Parameters:
newRMAChargeABs - The vector of RMA charge access beans.

setRMAItemsStorage

public void setRMAItemsStorage(java.util.Vector newRMAItemsStorage)
Sets the rma items and its associated access beans.
Parameters:
newRMAItemsStorage - The vector of RMA item storage.

setRMATaxABs

public void setRMATaxABs(java.util.Vector newRMATaxABs)
Sets the rma tax access beans.
Parameters:
newRMATaxABs - The vector of RMA taxes access beans.