Adempiere 3.5.2a

org.compiere.model
Interface I_C_BPartner_Product

All Known Implementing Classes:
X_C_BPartner_Product

public interface I_C_BPartner_Product

Generated Interface for C_BPartner_Product

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_C_BPartner_ID
          Column name C_BPartner_ID
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_M_Product_ID
          Column name M_Product_ID
static String COLUMNNAME_Manufacturer
          Column name Manufacturer
static String COLUMNNAME_QualityRating
          Column name QualityRating
static String COLUMNNAME_ShelfLifeMinDays
          Column name ShelfLifeMinDays
static String COLUMNNAME_ShelfLifeMinPct
          Column name ShelfLifeMinPct
static String COLUMNNAME_VendorCategory
          Column name VendorCategory
static String COLUMNNAME_VendorProductNo
          Column name VendorProductNo
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=632
static String Table_Name
          TableName=C_BPartner_Product
 
Method Summary
 int getC_BPartner_ID()
          Get Business Partner .
 I_C_BPartner getC_BPartner()
           
 String getDescription()
          Get Description.
 int getM_Product_ID()
          Get Product.
 I_M_Product getM_Product()
           
 String getManufacturer()
          Get Manufacturer.
 BigDecimal getQualityRating()
          Get Quality Rating.
 int getShelfLifeMinDays()
          Get Min Shelf Life Days.
 int getShelfLifeMinPct()
          Get Min Shelf Life %.
 String getVendorCategory()
          Get Partner Category.
 String getVendorProductNo()
          Get Partner Product Key.
 void setC_BPartner_ID(int C_BPartner_ID)
          Set Business Partner .
 void setDescription(String Description)
          Set Description.
 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


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_C_BPartner_ID

static final String COLUMNNAME_C_BPartner_ID
Column name C_BPartner_ID

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

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_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

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 Exception
Throws:
Exception

setDescription

void setDescription(String Description)
Set Description. Optional short description of the record


getDescription

String getDescription()
Get Description. Optional short description of the record


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 Exception
Throws:
Exception

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


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


Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.