Package org.compiere.model
Interface I_C_BPartner_Product
-
- All Known Implementing Classes:
MBPartnerProduct
,X_C_BPartner_Product
public interface I_C_BPartner_Product
Generated Interface for C_BPartner_Product- 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_BPartner_Product_UU
Column name C_BPartner_Product_UUstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_Description
Column name Descriptionstatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_IsManufacturer
Column name IsManufacturerstatic String
COLUMNNAME_M_Product_ID
Column name M_Product_IDstatic String
COLUMNNAME_Manufacturer
Column name Manufacturerstatic String
COLUMNNAME_QualityRating
Column name QualityRatingstatic String
COLUMNNAME_ShelfLifeMinDays
Column name ShelfLifeMinDaysstatic String
COLUMNNAME_ShelfLifeMinPct
Column name ShelfLifeMinPctstatic 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=632static String
Table_Name
TableName=C_BPartner_Product
-
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.String
getC_BPartner_Product_UU()
Get C_BPartner_Product_UUTimestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.String
getDescription()
Get Description.I_M_Product
getM_Product()
int
getM_Product_ID()
Get Product.String
getManufacturer()
Get Manufacturer.BigDecimal
getQualityRating()
Get Quality Rating.int
getShelfLifeMinDays()
Get Min Shelf Life Days.int
getShelfLifeMinPct()
Get Min Shelf Life %.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
isManufacturer()
Get Is Manufacturer.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setC_BPartner_ID(int C_BPartner_ID)
Set Business Partner.void
setC_BPartner_Product_UU(String C_BPartner_Product_UU)
Set C_BPartner_Product_UUvoid
setDescription(String Description)
Set Description.void
setIsActive(boolean IsActive)
Set Active.void
setIsManufacturer(boolean IsManufacturer)
Set Is Manufacturer.void
setM_Product_ID(int M_Product_ID)
Set Product.void
setManufacturer(String Manufacturer)
Set Manufacturer.void
setQualityRating(BigDecimal QualityRating)
Set Quality Rating.void
setShelfLifeMinDays(int ShelfLifeMinDays)
Set Min Shelf Life Days.void
setShelfLifeMinPct(int ShelfLifeMinPct)
Set Min Shelf Life %.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=C_BPartner_Product- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=632- 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_BPartner_Product_UU
static final String COLUMNNAME_C_BPartner_Product_UU
Column name C_BPartner_Product_UU- 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_Description
static final String COLUMNNAME_Description
Column name Description- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsManufacturer
static final String COLUMNNAME_IsManufacturer
Column name IsManufacturer- 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_QualityRating
static final String COLUMNNAME_QualityRating
Column name QualityRating- See Also:
- Constant Field Values
-
COLUMNNAME_ShelfLifeMinDays
static final String COLUMNNAME_ShelfLifeMinDays
Column name ShelfLifeMinDays- See Also:
- Constant Field Values
-
COLUMNNAME_ShelfLifeMinPct
static final String COLUMNNAME_ShelfLifeMinPct
Column name ShelfLifeMinPct- 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_BPartner_Product_UU
void setC_BPartner_Product_UU(String C_BPartner_Product_UU)
Set C_BPartner_Product_UU
-
getC_BPartner_Product_UU
String getC_BPartner_Product_UU()
Get C_BPartner_Product_UU
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setDescription
void setDescription(String Description)
Set Description. Optional short description of the record
-
getDescription
String getDescription()
Get Description. Optional short description of the record
-
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
-
setIsManufacturer
void setIsManufacturer(boolean IsManufacturer)
Set Is Manufacturer. Indicate role of this Business partner as Manufacturer
-
isManufacturer
boolean isManufacturer()
Get Is Manufacturer. Indicate role of this Business partner as Manufacturer
-
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
-
setQualityRating
void setQualityRating(BigDecimal QualityRating)
Set Quality Rating. Method for rating vendors
-
getQualityRating
BigDecimal getQualityRating()
Get Quality Rating. Method for rating vendors
-
setShelfLifeMinDays
void setShelfLifeMinDays(int ShelfLifeMinDays)
Set Min Shelf Life Days. Minimum Shelf Life in days based on Product Instance Guarantee Date
-
getShelfLifeMinDays
int getShelfLifeMinDays()
Get Min Shelf Life Days. Minimum Shelf Life in days based on Product Instance Guarantee Date
-
setShelfLifeMinPct
void setShelfLifeMinPct(int ShelfLifeMinPct)
Set Min Shelf Life %. Minimum Shelf Life in percent based on Product Instance Guarantee Date
-
getShelfLifeMinPct
int getShelfLifeMinPct()
Get Min Shelf Life %. Minimum Shelf Life in percent based on Product Instance Guarantee Date
-
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
-
-