Package org.compiere.model
Interface I_M_Product_PO
- All Known Implementing Classes:
MProductPO,X_M_Product_PO
public interface I_M_Product_PO
Generated Interface for M_Product_PO
- Version:
- Release 13
- Author:
- iDempiere (generated)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BigDecimalAccessLevel = 3 - Client - Orgstatic final StringColumn name AD_Client_IDstatic final StringColumn name AD_Org_IDstatic final StringColumn name C_BPartner_IDstatic final StringColumn name C_Currency_IDstatic final StringColumn name C_UOM_IDstatic final StringColumn name CostPerOrderstatic final StringColumn name Createdstatic final StringColumn name CreatedBystatic final StringColumn name DeliveryTime_Actualstatic final StringColumn name DeliveryTime_Promisedstatic final StringColumn name Discontinuedstatic final StringColumn name DiscontinuedAtstatic final StringColumn name IsActivestatic final StringColumn name IsCurrentVendorstatic final StringColumn name M_Product_IDstatic final StringColumn name M_Product_PO_UUstatic final StringColumn name Manufacturerstatic final StringColumn name Order_Minstatic final StringColumn name Order_Packstatic final StringColumn name PriceEffectivestatic final StringColumn name PriceLastInvstatic final StringColumn name PriceLastPOstatic final StringColumn name PriceListstatic final StringColumn name PricePOstatic final StringColumn name QualityRatingstatic final StringColumn name RoyaltyAmtstatic final StringColumn name UPCstatic final StringColumn name Updatedstatic final StringColumn name UpdatedBystatic final StringColumn name VendorCategorystatic final StringColumn name VendorProductNostatic final KeyNamePairstatic final intAD_Table_ID=210static final StringTableName=M_Product_PO -
Method Summary
Modifier and TypeMethodDescriptionintGet Tenant.intGet Organization.Deprecated.intGet Business Partner.Deprecated.intGet Currency.getC_UOM()Deprecated.intGet UOM.Get Cost per Order.Get Created.intGet Created By.intGet Actual Delivery Time.intGet Promised Delivery Time.Get Discontinued At.Deprecated.intGet Product.Get M_Product_PO_UUGet Manufacturer.Get Minimum Order Qty.Get Order Pack Qty.Get Price effective.Get Last Invoice Price.Get Last PO Price.Get List Price.Get PO Price.intGet Quality Rating.Get Royalty Amount.getUPC()Get UPC/EAN.Get Updated.intGet Updated By.Get Partner Category.Get Partner Product Key.booleanisActive()Get Active.booleanGet Current vendor.booleanGet Discontinued.voidsetAD_Org_ID(int AD_Org_ID) Set Organization.voidsetC_BPartner_ID(int C_BPartner_ID) Set Business Partner.voidsetC_Currency_ID(int C_Currency_ID) Set Currency.voidsetC_UOM_ID(int C_UOM_ID) Set UOM.voidsetCostPerOrder(BigDecimal CostPerOrder) Set Cost per Order.voidsetDeliveryTime_Actual(int DeliveryTime_Actual) Set Actual Delivery Time.voidsetDeliveryTime_Promised(int DeliveryTime_Promised) Set Promised Delivery Time.voidsetDiscontinued(boolean Discontinued) Set Discontinued.voidsetDiscontinuedAt(Timestamp DiscontinuedAt) Set Discontinued At.voidsetIsActive(boolean IsActive) Set Active.voidsetIsCurrentVendor(boolean IsCurrentVendor) Set Current vendor.voidsetM_Product_ID(int M_Product_ID) Set Product.voidsetM_Product_PO_UU(String M_Product_PO_UU) Set M_Product_PO_UUvoidsetManufacturer(String Manufacturer) Set Manufacturer.voidsetOrder_Min(BigDecimal Order_Min) Set Minimum Order Qty.voidsetOrder_Pack(BigDecimal Order_Pack) Set Order Pack Qty.voidsetPriceEffective(Timestamp PriceEffective) Set Price effective.voidsetPriceLastInv(BigDecimal PriceLastInv) Set Last Invoice Price.voidsetPriceLastPO(BigDecimal PriceLastPO) Set Last PO Price.voidsetPriceList(BigDecimal PriceList) Set List Price.voidsetPricePO(BigDecimal PricePO) Set PO Price.voidsetQualityRating(int QualityRating) Set Quality Rating.voidsetRoyaltyAmt(BigDecimal RoyaltyAmt) Set Royalty Amount.voidSet UPC/EAN.voidsetVendorCategory(String VendorCategory) Set Partner Category.voidsetVendorProductNo(String VendorProductNo) Set Partner Product Key.
-
Field Details
-
Table_Name
TableName=M_Product_PO- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=210- See Also:
-
Model
-
accessLevel
AccessLevel = 3 - Client - Org -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_C_BPartner_ID
Column name C_BPartner_ID- See Also:
-
COLUMNNAME_C_Currency_ID
Column name C_Currency_ID- See Also:
-
COLUMNNAME_C_UOM_ID
Column name C_UOM_ID- See Also:
-
COLUMNNAME_CostPerOrder
Column name CostPerOrder- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_DeliveryTime_Actual
Column name DeliveryTime_Actual- See Also:
-
COLUMNNAME_DeliveryTime_Promised
Column name DeliveryTime_Promised- See Also:
-
COLUMNNAME_Discontinued
Column name Discontinued- See Also:
-
COLUMNNAME_DiscontinuedAt
Column name DiscontinuedAt- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_IsCurrentVendor
Column name IsCurrentVendor- See Also:
-
COLUMNNAME_M_Product_ID
Column name M_Product_ID- See Also:
-
COLUMNNAME_M_Product_PO_UU
Column name M_Product_PO_UU- See Also:
-
COLUMNNAME_Manufacturer
Column name Manufacturer- See Also:
-
COLUMNNAME_Order_Min
Column name Order_Min- See Also:
-
COLUMNNAME_Order_Pack
Column name Order_Pack- See Also:
-
COLUMNNAME_PriceEffective
Column name PriceEffective- See Also:
-
COLUMNNAME_PriceLastInv
Column name PriceLastInv- See Also:
-
COLUMNNAME_PriceLastPO
Column name PriceLastPO- See Also:
-
COLUMNNAME_PriceList
Column name PriceList- See Also:
-
COLUMNNAME_PricePO
Column name PricePO- See Also:
-
COLUMNNAME_QualityRating
Column name QualityRating- See Also:
-
COLUMNNAME_RoyaltyAmt
Column name RoyaltyAmt- See Also:
-
COLUMNNAME_UPC
Column name UPC- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
COLUMNNAME_VendorCategory
Column name VendorCategory- See Also:
-
COLUMNNAME_VendorProductNo
Column name VendorProductNo- See Also:
-
-
Method Details
-
getAD_Client_ID
int getAD_Client_ID()Get Tenant. Tenant for this installation. -
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID) Set Organization. Organizational entity within tenant -
getAD_Org_ID
int getAD_Org_ID()Get Organization. Organizational entity within tenant -
setC_BPartner_ID
void setC_BPartner_ID(int C_BPartner_ID) Set Business Partner. Identifies a Business Partner -
getC_BPartner_ID
int getC_BPartner_ID()Get Business Partner. Identifies a Business Partner -
getC_BPartner
Deprecated.- Throws:
RuntimeException
-
setC_Currency_ID
void setC_Currency_ID(int C_Currency_ID) Set Currency. The Currency for this record -
getC_Currency_ID
int getC_Currency_ID()Get Currency. The Currency for this record -
getC_Currency
Deprecated.- Throws:
RuntimeException
-
setC_UOM_ID
void setC_UOM_ID(int C_UOM_ID) Set UOM. Unit of Measure -
getC_UOM_ID
int getC_UOM_ID()Get UOM. Unit of Measure -
getC_UOM
Deprecated.- Throws:
RuntimeException
-
setCostPerOrder
Set Cost per Order. Fixed Cost Per Order -
getCostPerOrder
BigDecimal getCostPerOrder()Get Cost per Order. Fixed Cost Per Order -
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
setDeliveryTime_Actual
void setDeliveryTime_Actual(int DeliveryTime_Actual) Set Actual Delivery Time. Actual days between order and delivery -
getDeliveryTime_Actual
int getDeliveryTime_Actual()Get Actual Delivery Time. Actual days between order and delivery -
setDeliveryTime_Promised
void setDeliveryTime_Promised(int DeliveryTime_Promised) Set Promised Delivery Time. Promised days between order and delivery -
getDeliveryTime_Promised
int getDeliveryTime_Promised()Get Promised Delivery Time. Promised days between order and delivery -
setDiscontinued
void setDiscontinued(boolean Discontinued) Set Discontinued. This product is no longer available -
isDiscontinued
boolean isDiscontinued()Get Discontinued. This product is no longer available -
setDiscontinuedAt
Set Discontinued At. Discontinued At indicates Date when product was discontinued -
getDiscontinuedAt
Timestamp getDiscontinuedAt()Get Discontinued At. Discontinued At indicates Date when product was discontinued -
setIsActive
void setIsActive(boolean IsActive) Set Active. The record is active in the system -
isActive
boolean isActive()Get Active. The record is active in the system -
setIsCurrentVendor
void setIsCurrentVendor(boolean IsCurrentVendor) Set Current vendor. Use this Vendor for pricing and stock replenishment -
isCurrentVendor
boolean isCurrentVendor()Get Current vendor. Use this Vendor for pricing and stock replenishment -
setM_Product_ID
void setM_Product_ID(int M_Product_ID) Set Product. Product, Service, Item -
getM_Product_ID
int getM_Product_ID()Get Product. Product, Service, Item -
getM_Product
Deprecated.- Throws:
RuntimeException
-
setM_Product_PO_UU
Set M_Product_PO_UU -
getM_Product_PO_UU
String getM_Product_PO_UU()Get M_Product_PO_UU -
setManufacturer
Set Manufacturer. Manufacturer of the Product -
getManufacturer
String getManufacturer()Get Manufacturer. Manufacturer of the Product -
setOrder_Min
Set Minimum Order Qty. Minimum order quantity in UOM -
getOrder_Min
BigDecimal getOrder_Min()Get Minimum Order Qty. Minimum order quantity in UOM -
setOrder_Pack
Set Order Pack Qty. Package order size in UOM (e.g. order set of 5 units) -
getOrder_Pack
BigDecimal getOrder_Pack()Get Order Pack Qty. Package order size in UOM (e.g. order set of 5 units) -
setPriceEffective
Set Price effective. Effective Date of Price -
getPriceEffective
Timestamp getPriceEffective()Get Price effective. Effective Date of Price -
setPriceLastInv
Set Last Invoice Price. Price of the last invoice for the product -
getPriceLastInv
BigDecimal getPriceLastInv()Get Last Invoice Price. Price of the last invoice for the product -
setPriceLastPO
Set Last PO Price. Price of the last purchase order for the product -
getPriceLastPO
BigDecimal getPriceLastPO()Get Last PO Price. Price of the last purchase order for the product -
setPriceList
Set List Price. List Price -
getPriceList
BigDecimal getPriceList()Get List Price. List Price -
setPricePO
Set PO Price. Price based on a purchase order -
getPricePO
BigDecimal getPricePO()Get PO Price. Price based on a purchase order -
setQualityRating
void setQualityRating(int QualityRating) Set Quality Rating. Method for rating vendors -
getQualityRating
int getQualityRating()Get Quality Rating. Method for rating vendors -
setRoyaltyAmt
Set Royalty Amount. (Included) Amount for copyright, etc. -
getRoyaltyAmt
BigDecimal getRoyaltyAmt()Get Royalty Amount. (Included) Amount for copyright, etc. -
setUPC
Set UPC/EAN. Bar Code (Universal Product Code or its superset European Article Number) -
getUPC
String getUPC()Get UPC/EAN. Bar Code (Universal Product Code or its superset European Article Number) -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records -
setVendorCategory
Set Partner Category. Product Category of the Business Partner -
getVendorCategory
String getVendorCategory()Get Partner Category. Product Category of the Business Partner -
setVendorProductNo
Set Partner Product Key. Product Key of the Business Partner -
getVendorProductNo
String getVendorProductNo()Get Partner Product Key. Product Key of the Business Partner
-