com.ibm.commerce.ordermanagement.objects
Interface RMAItemComponentAccessBeanData

All Known Implementing Classes:
RMAItemComponentAccessBean

public interface RMAItemComponentAccessBeanData


Method Summary
 java.lang.String getCatentryId()
           
 java.lang.String getInventoryQuantity()
           
 java.lang.String getItemSpcId()
           
 java.lang.String getQuantity()
           
 java.lang.String getRmaItemCmpId()
           
 java.lang.String getRmaItemId()
           
 java.lang.String getShouldReceive()
           
 void setCatentryId(java.lang.String newValue)
           
 void setInventoryQuantity(java.lang.String newValue)
           
 void setItemSpcId(java.lang.String newValue)
           
 void setQuantity(java.lang.String newValue)
           
 void setRmaItemCmpId(java.lang.String newValue)
           
 void setRmaItemId(java.lang.String newValue)
           
 void setShouldReceive(java.lang.String newValue)
           
 

Method Detail

getCatentryId

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

getInventoryQuantity

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

getItemSpcId

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

getQuantity

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

getRmaItemCmpId

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

getRmaItemId

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

getShouldReceive

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

setCatentryId

public void setCatentryId(java.lang.String newValue)

setInventoryQuantity

public void setInventoryQuantity(java.lang.String newValue)

setItemSpcId

public void setItemSpcId(java.lang.String newValue)

setQuantity

public void setQuantity(java.lang.String newValue)

setRmaItemCmpId

public void setRmaItemCmpId(java.lang.String newValue)

setRmaItemId

public void setRmaItemId(java.lang.String newValue)

setShouldReceive

public void setShouldReceive(java.lang.String newValue)