com.ibm.commerce.inventory.objects
Interface InventoryReserveAccessBeanData

All Known Implementing Classes:
InventoryReserveAccessBean

public interface InventoryReserveAccessBeanData


Method Summary
 java.lang.String getDescription()
           
 java.lang.String getExpiration()
           
 java.lang.String getFfmCenterId()
           
 java.lang.String getInvReserveId()
           
 java.lang.String getInvRsrvTypeId()
           
 java.lang.String getItemSpcId()
           
 java.lang.String getLastUpdate()
           
 java.lang.String getQuantity()
           
 java.lang.String getStoreId()
           
 void setDescription(java.lang.String newValue)
           
 void setExpiration(java.lang.String newValue)
           
 void setFfmCenterId(java.lang.String newValue)
           
 void setInvReserveId(java.lang.String newValue)
           
 void setInvRsrvTypeId(java.lang.String newValue)
           
 void setItemSpcId(java.lang.String newValue)
           
 void setLastUpdate(java.lang.String newValue)
           
 void setQuantity(java.lang.String newValue)
           
 void setStoreId(java.lang.String newValue)
           
 

Method Detail

getDescription

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

getExpiration

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

getFfmCenterId

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

getInvReserveId

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

getInvRsrvTypeId

public java.lang.String getInvRsrvTypeId()
                                  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

getLastUpdate

public java.lang.String getLastUpdate()
                               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

getStoreId

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

setDescription

public void setDescription(java.lang.String newValue)

setExpiration

public void setExpiration(java.lang.String newValue)

setFfmCenterId

public void setFfmCenterId(java.lang.String newValue)

setInvReserveId

public void setInvReserveId(java.lang.String newValue)

setInvRsrvTypeId

public void setInvRsrvTypeId(java.lang.String newValue)

setItemSpcId

public void setItemSpcId(java.lang.String newValue)

setLastUpdate

public void setLastUpdate(java.lang.String newValue)

setQuantity

public void setQuantity(java.lang.String newValue)

setStoreId

public void setStoreId(java.lang.String newValue)