public class ItemWarehouse extends BusinessObject
Constructor and Description |
---|
ItemWarehouse() |
Modifier and Type | Method and Description |
---|---|
String |
getBin() |
BuyerKey |
getBuyerKey() |
ItemWarehouseKey |
getKey() |
LandedCostGroupKey |
getLandedCostGroupKey() |
PlannerKey |
getPlannerKey() |
Planning |
getPlanning() |
VendorKey |
getPrimaryVendorKey() |
Quantity |
getRequisitionedQuantity() |
void |
setBin(String value) |
void |
setBuyerKey(BuyerKey value) |
void |
setKey(ItemWarehouseKey value) |
void |
setLandedCostGroupKey(LandedCostGroupKey value) |
void |
setPlannerKey(PlannerKey value) |
void |
setPlanning(Planning value) |
void |
setPrimaryVendorKey(VendorKey value) |
void |
setRequisitionedQuantity(Quantity value) |
public String getBin()
public void setBin(String value)
public BuyerKey getBuyerKey()
public void setBuyerKey(BuyerKey value)
public ItemWarehouseKey getKey()
public void setKey(ItemWarehouseKey value)
public LandedCostGroupKey getLandedCostGroupKey()
public void setLandedCostGroupKey(LandedCostGroupKey value)
public PlannerKey getPlannerKey()
public void setPlannerKey(PlannerKey value)
public Planning getPlanning()
public void setPlanning(Planning value)
public VendorKey getPrimaryVendorKey()
public void setPrimaryVendorKey(VendorKey value)
public Quantity getRequisitionedQuantity()
public void setRequisitionedQuantity(Quantity value)
Copyright © 2010–2016. All rights reserved.