Package org.compiere.model
Interface I_M_Product_PO
-
- All Known Implementing Classes:
MProductPO,X_M_Product_PO
public interface I_M_Product_POGenerated Interface for M_Product_PO- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 3 - Client - Orgstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_C_BPartner_IDColumn name C_BPartner_IDstatic StringCOLUMNNAME_C_Currency_IDColumn name C_Currency_IDstatic StringCOLUMNNAME_C_UOM_IDColumn name C_UOM_IDstatic StringCOLUMNNAME_CostPerOrderColumn name CostPerOrderstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_DeliveryTime_ActualColumn name DeliveryTime_Actualstatic StringCOLUMNNAME_DeliveryTime_PromisedColumn name DeliveryTime_Promisedstatic StringCOLUMNNAME_DiscontinuedColumn name Discontinuedstatic StringCOLUMNNAME_DiscontinuedAtColumn name DiscontinuedAtstatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_IsCurrentVendorColumn name IsCurrentVendorstatic StringCOLUMNNAME_M_Product_IDColumn name M_Product_IDstatic StringCOLUMNNAME_M_Product_PO_UUColumn name M_Product_PO_UUstatic StringCOLUMNNAME_ManufacturerColumn name Manufacturerstatic StringCOLUMNNAME_Order_MinColumn name Order_Minstatic StringCOLUMNNAME_Order_PackColumn name Order_Packstatic StringCOLUMNNAME_PriceEffectiveColumn name PriceEffectivestatic StringCOLUMNNAME_PriceLastInvColumn name PriceLastInvstatic StringCOLUMNNAME_PriceLastPOColumn name PriceLastPOstatic StringCOLUMNNAME_PriceListColumn name PriceListstatic StringCOLUMNNAME_PricePOColumn name PricePOstatic StringCOLUMNNAME_QualityRatingColumn name QualityRatingstatic StringCOLUMNNAME_RoyaltyAmtColumn name RoyaltyAmtstatic StringCOLUMNNAME_UPCColumn name UPCstatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic StringCOLUMNNAME_VendorCategoryColumn name VendorCategorystatic StringCOLUMNNAME_VendorProductNoColumn name VendorProductNostatic KeyNamePairModelstatic intTable_IDAD_Table_ID=210static StringTable_NameTableName=M_Product_PO
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.I_C_BPartnergetC_BPartner()intgetC_BPartner_ID()Get Business Partner.I_C_CurrencygetC_Currency()intgetC_Currency_ID()Get Currency.I_C_UOMgetC_UOM()intgetC_UOM_ID()Get UOM.BigDecimalgetCostPerOrder()Get Cost per Order.TimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.intgetDeliveryTime_Actual()Get Actual Delivery Time.intgetDeliveryTime_Promised()Get Promised Delivery Time.TimestampgetDiscontinuedAt()Get Discontinued At.I_M_ProductgetM_Product()intgetM_Product_ID()Get Product.StringgetM_Product_PO_UU()Get M_Product_PO_UUStringgetManufacturer()Get Manufacturer.BigDecimalgetOrder_Min()Get Minimum Order Qty.BigDecimalgetOrder_Pack()Get Order Pack Qty.TimestampgetPriceEffective()Get Price effective.BigDecimalgetPriceLastInv()Get Last Invoice Price.BigDecimalgetPriceLastPO()Get Last PO Price.BigDecimalgetPriceList()Get List Price.BigDecimalgetPricePO()Get PO Price.intgetQualityRating()Get Quality Rating.BigDecimalgetRoyaltyAmt()Get Royalty Amount.StringgetUPC()Get UPC/EAN.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.StringgetVendorCategory()Get Partner Category.StringgetVendorProductNo()Get Partner Product Key.booleanisActive()Get Active.booleanisCurrentVendor()Get Current vendor.booleanisDiscontinued()Get 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.voidsetUPC(String UPC)Set UPC/EAN.voidsetVendorCategory(String VendorCategory)Set Partner Category.voidsetVendorProductNo(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
-
-