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 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 3 - Client - Orgstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_C_BPartner_ID
Column name C_BPartner_IDstatic String
COLUMNNAME_C_Currency_ID
Column name C_Currency_IDstatic String
COLUMNNAME_C_UOM_ID
Column name C_UOM_IDstatic String
COLUMNNAME_CostPerOrder
Column name CostPerOrderstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_DeliveryTime_Actual
Column name DeliveryTime_Actualstatic String
COLUMNNAME_DeliveryTime_Promised
Column name DeliveryTime_Promisedstatic String
COLUMNNAME_Discontinued
Column name Discontinuedstatic String
COLUMNNAME_DiscontinuedAt
Column name DiscontinuedAtstatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_IsCurrentVendor
Column name IsCurrentVendorstatic String
COLUMNNAME_M_Product_ID
Column name M_Product_IDstatic String
COLUMNNAME_M_Product_PO_UU
Column name M_Product_PO_UUstatic String
COLUMNNAME_Manufacturer
Column name Manufacturerstatic String
COLUMNNAME_Order_Min
Column name Order_Minstatic String
COLUMNNAME_Order_Pack
Column name Order_Packstatic String
COLUMNNAME_PriceEffective
Column name PriceEffectivestatic String
COLUMNNAME_PriceLastInv
Column name PriceLastInvstatic String
COLUMNNAME_PriceLastPO
Column name PriceLastPOstatic String
COLUMNNAME_PriceList
Column name PriceListstatic String
COLUMNNAME_PricePO
Column name PricePOstatic String
COLUMNNAME_QualityRating
Column name QualityRatingstatic String
COLUMNNAME_RoyaltyAmt
Column name RoyaltyAmtstatic String
COLUMNNAME_UPC
Column name UPCstatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic String
COLUMNNAME_VendorCategory
Column name VendorCategorystatic String
COLUMNNAME_VendorProductNo
Column name VendorProductNostatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=210static String
Table_Name
TableName=M_Product_PO
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.I_C_BPartner
getC_BPartner()
int
getC_BPartner_ID()
Get Business Partner.I_C_Currency
getC_Currency()
int
getC_Currency_ID()
Get Currency.I_C_UOM
getC_UOM()
int
getC_UOM_ID()
Get UOM.BigDecimal
getCostPerOrder()
Get Cost per Order.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.int
getDeliveryTime_Actual()
Get Actual Delivery Time.int
getDeliveryTime_Promised()
Get Promised Delivery Time.Timestamp
getDiscontinuedAt()
Get Discontinued At.I_M_Product
getM_Product()
int
getM_Product_ID()
Get Product.String
getM_Product_PO_UU()
Get M_Product_PO_UUString
getManufacturer()
Get Manufacturer.BigDecimal
getOrder_Min()
Get Minimum Order Qty.BigDecimal
getOrder_Pack()
Get Order Pack Qty.Timestamp
getPriceEffective()
Get Price effective.BigDecimal
getPriceLastInv()
Get Last Invoice Price.BigDecimal
getPriceLastPO()
Get Last PO Price.BigDecimal
getPriceList()
Get List Price.BigDecimal
getPricePO()
Get PO Price.int
getQualityRating()
Get Quality Rating.BigDecimal
getRoyaltyAmt()
Get Royalty Amount.String
getUPC()
Get UPC/EAN.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.String
getVendorCategory()
Get Partner Category.String
getVendorProductNo()
Get Partner Product Key.boolean
isActive()
Get Active.boolean
isCurrentVendor()
Get Current vendor.boolean
isDiscontinued()
Get Discontinued.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setC_BPartner_ID(int C_BPartner_ID)
Set Business Partner.void
setC_Currency_ID(int C_Currency_ID)
Set Currency.void
setC_UOM_ID(int C_UOM_ID)
Set UOM.void
setCostPerOrder(BigDecimal CostPerOrder)
Set Cost per Order.void
setDeliveryTime_Actual(int DeliveryTime_Actual)
Set Actual Delivery Time.void
setDeliveryTime_Promised(int DeliveryTime_Promised)
Set Promised Delivery Time.void
setDiscontinued(boolean Discontinued)
Set Discontinued.void
setDiscontinuedAt(Timestamp DiscontinuedAt)
Set Discontinued At.void
setIsActive(boolean IsActive)
Set Active.void
setIsCurrentVendor(boolean IsCurrentVendor)
Set Current vendor.void
setM_Product_ID(int M_Product_ID)
Set Product.void
setM_Product_PO_UU(String M_Product_PO_UU)
Set M_Product_PO_UUvoid
setManufacturer(String Manufacturer)
Set Manufacturer.void
setOrder_Min(BigDecimal Order_Min)
Set Minimum Order Qty.void
setOrder_Pack(BigDecimal Order_Pack)
Set Order Pack Qty.void
setPriceEffective(Timestamp PriceEffective)
Set Price effective.void
setPriceLastInv(BigDecimal PriceLastInv)
Set Last Invoice Price.void
setPriceLastPO(BigDecimal PriceLastPO)
Set Last PO Price.void
setPriceList(BigDecimal PriceList)
Set List Price.void
setPricePO(BigDecimal PricePO)
Set PO Price.void
setQualityRating(int QualityRating)
Set Quality Rating.void
setRoyaltyAmt(BigDecimal RoyaltyAmt)
Set Royalty Amount.void
setUPC(String UPC)
Set UPC/EAN.void
setVendorCategory(String VendorCategory)
Set Partner Category.void
setVendorProductNo(String VendorProductNo)
Set Partner Product Key.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=M_Product_PO- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=210- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_BPartner_ID
static final String COLUMNNAME_C_BPartner_ID
Column name C_BPartner_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_Currency_ID
static final String COLUMNNAME_C_Currency_ID
Column name C_Currency_ID- See Also:
- Constant Field Values
-
COLUMNNAME_CostPerOrder
static final String COLUMNNAME_CostPerOrder
Column name CostPerOrder- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_C_UOM_ID
static final String COLUMNNAME_C_UOM_ID
Column name C_UOM_ID- See Also:
- Constant Field Values
-
COLUMNNAME_DeliveryTime_Actual
static final String COLUMNNAME_DeliveryTime_Actual
Column name DeliveryTime_Actual- See Also:
- Constant Field Values
-
COLUMNNAME_DeliveryTime_Promised
static final String COLUMNNAME_DeliveryTime_Promised
Column name DeliveryTime_Promised- See Also:
- Constant Field Values
-
COLUMNNAME_Discontinued
static final String COLUMNNAME_Discontinued
Column name Discontinued- See Also:
- Constant Field Values
-
COLUMNNAME_DiscontinuedAt
static final String COLUMNNAME_DiscontinuedAt
Column name DiscontinuedAt- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsCurrentVendor
static final String COLUMNNAME_IsCurrentVendor
Column name IsCurrentVendor- See Also:
- Constant Field Values
-
COLUMNNAME_Manufacturer
static final String COLUMNNAME_Manufacturer
Column name Manufacturer- See Also:
- Constant Field Values
-
COLUMNNAME_M_Product_ID
static final String COLUMNNAME_M_Product_ID
Column name M_Product_ID- See Also:
- Constant Field Values
-
COLUMNNAME_M_Product_PO_UU
static final String COLUMNNAME_M_Product_PO_UU
Column name M_Product_PO_UU- See Also:
- Constant Field Values
-
COLUMNNAME_Order_Min
static final String COLUMNNAME_Order_Min
Column name Order_Min- See Also:
- Constant Field Values
-
COLUMNNAME_Order_Pack
static final String COLUMNNAME_Order_Pack
Column name Order_Pack- See Also:
- Constant Field Values
-
COLUMNNAME_PriceEffective
static final String COLUMNNAME_PriceEffective
Column name PriceEffective- See Also:
- Constant Field Values
-
COLUMNNAME_PriceLastInv
static final String COLUMNNAME_PriceLastInv
Column name PriceLastInv- See Also:
- Constant Field Values
-
COLUMNNAME_PriceLastPO
static final String COLUMNNAME_PriceLastPO
Column name PriceLastPO- See Also:
- Constant Field Values
-
COLUMNNAME_PriceList
static final String COLUMNNAME_PriceList
Column name PriceList- See Also:
- Constant Field Values
-
COLUMNNAME_PricePO
static final String COLUMNNAME_PricePO
Column name PricePO- See Also:
- Constant Field Values
-
COLUMNNAME_QualityRating
static final String COLUMNNAME_QualityRating
Column name QualityRating- See Also:
- Constant Field Values
-
COLUMNNAME_RoyaltyAmt
static final String COLUMNNAME_RoyaltyAmt
Column name RoyaltyAmt- See Also:
- Constant Field Values
-
COLUMNNAME_UPC
static final String COLUMNNAME_UPC
Column name UPC- See Also:
- Constant Field Values
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_VendorCategory
static final String COLUMNNAME_VendorCategory
Column name VendorCategory- See Also:
- Constant Field Values
-
COLUMNNAME_VendorProductNo
static final String COLUMNNAME_VendorProductNo
Column name VendorProductNo- See Also:
- Constant Field Values
-
-
Method Detail
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
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
I_C_BPartner getC_BPartner() throws RuntimeException
- 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
I_C_Currency getC_Currency() throws RuntimeException
- Throws:
RuntimeException
-
setCostPerOrder
void setCostPerOrder(BigDecimal CostPerOrder)
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
-
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
I_C_UOM getC_UOM() throws RuntimeException
- Throws:
RuntimeException
-
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
void setDiscontinuedAt(Timestamp DiscontinuedAt)
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
-
setManufacturer
void setManufacturer(String Manufacturer)
Set Manufacturer. Manufacturer of the Product
-
getManufacturer
String getManufacturer()
Get Manufacturer. Manufacturer of the Product
-
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
I_M_Product getM_Product() throws RuntimeException
- Throws:
RuntimeException
-
setM_Product_PO_UU
void setM_Product_PO_UU(String M_Product_PO_UU)
Set M_Product_PO_UU
-
getM_Product_PO_UU
String getM_Product_PO_UU()
Get M_Product_PO_UU
-
setOrder_Min
void setOrder_Min(BigDecimal Order_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
void setOrder_Pack(BigDecimal Order_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
void setPriceEffective(Timestamp PriceEffective)
Set Price effective. Effective Date of Price
-
getPriceEffective
Timestamp getPriceEffective()
Get Price effective. Effective Date of Price
-
setPriceLastInv
void setPriceLastInv(BigDecimal PriceLastInv)
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
void setPriceLastPO(BigDecimal PriceLastPO)
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
void setPriceList(BigDecimal PriceList)
Set List Price. List Price
-
getPriceList
BigDecimal getPriceList()
Get List Price. List Price
-
setPricePO
void setPricePO(BigDecimal PricePO)
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
void setRoyaltyAmt(BigDecimal RoyaltyAmt)
Set Royalty Amount. (Included) Amount for copyright, etc.
-
getRoyaltyAmt
BigDecimal getRoyaltyAmt()
Get Royalty Amount. (Included) Amount for copyright, etc.
-
setUPC
void setUPC(String UPC)
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
void setVendorCategory(String VendorCategory)
Set Partner Category. Product Category of the Business Partner
-
getVendorCategory
String getVendorCategory()
Get Partner Category. Product Category of the Business Partner
-
setVendorProductNo
void setVendorProductNo(String VendorProductNo)
Set Partner Product Key. Product Key of the Business Partner
-
getVendorProductNo
String getVendorProductNo()
Get Partner Product Key. Product Key of the Business Partner
-
-