|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.commerce.tools.optools.returns.util.RMAStorage
This class is used to store all the data related to a single rma.
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 |
protected RMAAccessBean RMAAB
protected java.util.Vector RMAAuthLogABs
protected java.util.Vector RMAChargeABs
protected java.util.Vector RMAItemsStorage
protected java.util.Vector RMATaxABs
Constructor Detail |
public RMAStorage()
Method Detail |
public RMAAccessBean getRMAAB()
public java.util.Vector getRMAAuthLogABs()
public java.util.Vector getRMAChargeABs()
public java.util.Vector getRMAItemsStorage()
public java.util.Vector getRMATaxABs()
public void setRMAAB(RMAAccessBean newRMAAB)
newRMAAB
- The RMA access bean.public void setRMAAuthLogABs(java.util.Vector newRMAAuthLogABs)
newRMAAuthLogABs
- The vector of RMA authorization log access beans.public void setRMAChargeABs(java.util.Vector newRMAChargeABs)
newRMAChargeABs
- The vector of RMA charge access beans.public void setRMAItemsStorage(java.util.Vector newRMAItemsStorage)
newRMAItemsStorage
- The vector of RMA item storage.public void setRMATaxABs(java.util.Vector newRMATaxABs)
newRMATaxABs
- The vector of RMA taxes access beans.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |