com.ibm.commerce.order.objects
Interface OrderItemComponentAccessBeanData
- All Known Implementing Classes:
- OrderItemComponentAccessBean
- public interface OrderItemComponentAccessBeanData
getCatalogEntryId
public java.lang.String getCatalogEntryId()
throws java.rmi.RemoteException,
javax.ejb.CreateException,
javax.ejb.FinderException,
javax.naming.NamingException
getCatalogQuantity
public java.lang.String getCatalogQuantity()
throws java.rmi.RemoteException,
javax.ejb.CreateException,
javax.ejb.FinderException,
javax.naming.NamingException
getConfigurationId
public java.lang.String getConfigurationId()
throws java.rmi.RemoteException,
javax.ejb.CreateException,
javax.ejb.FinderException,
javax.naming.NamingException
getCurrency
public java.lang.String getCurrency()
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
getItemSpecificationId
public java.lang.String getItemSpecificationId()
throws java.rmi.RemoteException,
javax.ejb.CreateException,
javax.ejb.FinderException,
javax.naming.NamingException
getOrderItemComponentId
public java.lang.String getOrderItemComponentId()
throws java.rmi.RemoteException,
javax.ejb.CreateException,
javax.ejb.FinderException,
javax.naming.NamingException
getOrderItemId
public java.lang.String getOrderItemId()
throws java.rmi.RemoteException,
javax.ejb.CreateException,
javax.ejb.FinderException,
javax.naming.NamingException
getRequired
public java.lang.String getRequired()
throws java.rmi.RemoteException,
javax.ejb.CreateException,
javax.ejb.FinderException,
javax.naming.NamingException
getUnitPrice
public java.lang.String getUnitPrice()
throws java.rmi.RemoteException,
javax.ejb.CreateException,
javax.ejb.FinderException,
javax.naming.NamingException
setCatalogEntryId
public void setCatalogEntryId(java.lang.String newValue)
setCatalogQuantity
public void setCatalogQuantity(java.lang.String newValue)
setConfigurationId
public void setConfigurationId(java.lang.String newValue)
setCurrency
public void setCurrency(java.lang.String newValue)
setInventoryQuantity
public void setInventoryQuantity(java.lang.String newValue)
setItemSpecificationId
public void setItemSpecificationId(java.lang.String newValue)
setOrderItemId
public void setOrderItemId(java.lang.String newValue)
setRequired
public void setRequired(java.lang.String newValue)
setUnitPrice
public void setUnitPrice(java.lang.String newValue)