Package org.compiere.model
Interface I_C_BPartner_Product
-
- All Known Implementing Classes:
MBPartnerProduct,X_C_BPartner_Product
public interface I_C_BPartner_ProductGenerated Interface for C_BPartner_Product- 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_BPartner_Product_UUColumn name C_BPartner_Product_UUstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_DescriptionColumn name Descriptionstatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_IsManufacturerColumn name IsManufacturerstatic StringCOLUMNNAME_M_Product_IDColumn name M_Product_IDstatic StringCOLUMNNAME_ManufacturerColumn name Manufacturerstatic StringCOLUMNNAME_QualityRatingColumn name QualityRatingstatic StringCOLUMNNAME_ShelfLifeMinDaysColumn name ShelfLifeMinDaysstatic StringCOLUMNNAME_ShelfLifeMinPctColumn name ShelfLifeMinPctstatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic StringCOLUMNNAME_VendorCategoryColumn name VendorCategorystatic StringCOLUMNNAME_VendorProductNoColumn name VendorProductNostatic KeyNamePairModelstatic intTable_IDAD_Table_ID=632static StringTable_NameTableName=C_BPartner_Product
-
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.StringgetC_BPartner_Product_UU()Get C_BPartner_Product_UUTimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.StringgetDescription()Get Description.I_M_ProductgetM_Product()intgetM_Product_ID()Get Product.StringgetManufacturer()Get Manufacturer.BigDecimalgetQualityRating()Get Quality Rating.intgetShelfLifeMinDays()Get Min Shelf Life Days.intgetShelfLifeMinPct()Get Min Shelf Life %.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.StringgetVendorCategory()Get Partner Category.StringgetVendorProductNo()Get Partner Product Key.booleanisActive()Get Active.booleanisManufacturer()Get Is Manufacturer.voidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetC_BPartner_ID(int C_BPartner_ID)Set Business Partner.voidsetC_BPartner_Product_UU(String C_BPartner_Product_UU)Set C_BPartner_Product_UUvoidsetDescription(String Description)Set Description.voidsetIsActive(boolean IsActive)Set Active.voidsetIsManufacturer(boolean IsManufacturer)Set Is Manufacturer.voidsetM_Product_ID(int M_Product_ID)Set Product.voidsetManufacturer(String Manufacturer)Set Manufacturer.voidsetQualityRating(BigDecimal QualityRating)Set Quality Rating.voidsetShelfLifeMinDays(int ShelfLifeMinDays)Set Min Shelf Life Days.voidsetShelfLifeMinPct(int ShelfLifeMinPct)Set Min Shelf Life %.voidsetVendorCategory(String VendorCategory)Set Partner Category.voidsetVendorProductNo(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
-
-