Class ICIShipmentLineParameters
- java.lang.Object
-
- org.openbravo.test.materialMgmt.iscompletelyinvoicedshipment.ICIShipmentLineParameters
-
public class ICIShipmentLineParameters extends Object
-
-
Constructor Summary
Constructors Constructor Description ICIShipmentLineParameters(ShipmentInOut shipmentParam)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Locator
getLocator()
Product
getProduct()
BigDecimal
getQuantity()
ShipmentInOut
getShipment()
void
setLocator(Locator locator)
void
setProduct(Product product)
void
setQuantity(BigDecimal quantity)
void
setShipment(ShipmentInOut shipment)
-
-
-
Constructor Detail
-
ICIShipmentLineParameters
public ICIShipmentLineParameters(ShipmentInOut shipmentParam)
-
-
Method Detail
-
getShipment
public ShipmentInOut getShipment()
-
setShipment
public void setShipment(ShipmentInOut shipment)
-
getProduct
public Product getProduct()
-
setProduct
public void setProduct(Product product)
-
getLocator
public Locator getLocator()
-
setLocator
public void setLocator(Locator locator)
-
getQuantity
public BigDecimal getQuantity()
-
setQuantity
public void setQuantity(BigDecimal quantity)
-
-