Adempiere 3.5.2a

org.compiere.model
Interface I_I_Product

All Known Implementing Classes:
X_I_Product

public interface I_I_Product

Generated Interface for I_Product

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 2 - Client
static String COLUMNNAME_BPartner_Value
          Column name BPartner_Value
static String COLUMNNAME_C_BPartner_ID
          Column name C_BPartner_ID
static String COLUMNNAME_C_Currency_ID
          Column name C_Currency_ID
static String COLUMNNAME_C_UOM_ID
          Column name C_UOM_ID
static String COLUMNNAME_Classification
          Column name Classification
static String COLUMNNAME_CostPerOrder
          Column name CostPerOrder
static String COLUMNNAME_DeliveryTime_Promised
          Column name DeliveryTime_Promised
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_DescriptionURL
          Column name DescriptionURL
static String COLUMNNAME_Discontinued
          Column name Discontinued
static String COLUMNNAME_DiscontinuedBy
          Column name DiscontinuedBy
static String COLUMNNAME_DocumentNote
          Column name DocumentNote
static String COLUMNNAME_Help
          Column name Help
static String COLUMNNAME_I_ErrorMsg
          Column name I_ErrorMsg
static String COLUMNNAME_I_IsImported
          Column name I_IsImported
static String COLUMNNAME_I_Product_ID
          Column name I_Product_ID
static String COLUMNNAME_ImageURL
          Column name ImageURL
static String COLUMNNAME_ISO_Code
          Column name ISO_Code
static String COLUMNNAME_M_Product_Category_ID
          Column name M_Product_Category_ID
static String COLUMNNAME_M_Product_ID
          Column name M_Product_ID
static String COLUMNNAME_Manufacturer
          Column name Manufacturer
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_Order_Min
          Column name Order_Min
static String COLUMNNAME_Order_Pack
          Column name Order_Pack
static String COLUMNNAME_PriceEffective
          Column name PriceEffective
static String COLUMNNAME_PriceLimit
          Column name PriceLimit
static String COLUMNNAME_PriceList
          Column name PriceList
static String COLUMNNAME_PricePO
          Column name PricePO
static String COLUMNNAME_PriceStd
          Column name PriceStd
static String COLUMNNAME_Processed
          Column name Processed
static String COLUMNNAME_Processing
          Column name Processing
static String COLUMNNAME_ProductCategory_Value
          Column name ProductCategory_Value
static String COLUMNNAME_ProductType
          Column name ProductType
static String COLUMNNAME_RoyaltyAmt
          Column name RoyaltyAmt
static String COLUMNNAME_ShelfDepth
          Column name ShelfDepth
static String COLUMNNAME_ShelfHeight
          Column name ShelfHeight
static String COLUMNNAME_ShelfWidth
          Column name ShelfWidth
static String COLUMNNAME_SKU
          Column name SKU
static String COLUMNNAME_UnitsPerPallet
          Column name UnitsPerPallet
static String COLUMNNAME_UPC
          Column name UPC
static String COLUMNNAME_Value
          Column name Value
static String COLUMNNAME_VendorCategory
          Column name VendorCategory
static String COLUMNNAME_VendorProductNo
          Column name VendorProductNo
static String COLUMNNAME_Volume
          Column name Volume
static String COLUMNNAME_Weight
          Column name Weight
static String COLUMNNAME_X12DE355
          Column name X12DE355
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=532
static String Table_Name
          TableName=I_Product
 
Method Summary
 String getBPartner_Value()
          Get Business Partner Key.
 int getC_BPartner_ID()
          Get Business Partner .
 I_C_BPartner getC_BPartner()
           
 int getC_Currency_ID()
          Get Currency.
 I_C_Currency getC_Currency()
           
 int getC_UOM_ID()
          Get UOM.
 I_C_UOM getC_UOM()
           
 String getClassification()
          Get Classification.
 BigDecimal getCostPerOrder()
          Get Cost per Order.
 int getDeliveryTime_Promised()
          Get Promised Delivery Time.
 String getDescription()
          Get Description.
 String getDescriptionURL()
          Get Description URL.
 Timestamp getDiscontinuedBy()
          Get Discontinued by.
 String getDocumentNote()
          Get Document Note.
 String getHelp()
          Get Comment/Help.
 String getI_ErrorMsg()
          Get Import Error Message.
 int getI_Product_ID()
          Get Import Product.
 String getImageURL()
          Get Image URL.
 String getISO_Code()
          Get ISO Currency Code.
 int getM_Product_Category_ID()
          Get Product Category.
 I_M_Product_Category getM_Product_Category()
           
 int getM_Product_ID()
          Get Product.
 I_M_Product getM_Product()
           
 String getManufacturer()
          Get Manufacturer.
 String getName()
          Get Name.
 int getOrder_Min()
          Get Minimum Order Qty.
 int getOrder_Pack()
          Get Order Pack Qty.
 Timestamp getPriceEffective()
          Get Price effective.
 BigDecimal getPriceLimit()
          Get Limit Price.
 BigDecimal getPriceList()
          Get List Price.
 BigDecimal getPricePO()
          Get PO Price.
 BigDecimal getPriceStd()
          Get Standard Price.
 String getProductCategory_Value()
          Get Product Category Key
 String getProductType()
          Get Product Type.
 BigDecimal getRoyaltyAmt()
          Get Royalty Amount.
 int getShelfDepth()
          Get Shelf Depth.
 int getShelfHeight()
          Get Shelf Height.
 int getShelfWidth()
          Get Shelf Width.
 String getSKU()
          Get SKU.
 int getUnitsPerPallet()
          Get Units Per Pallet.
 String getUPC()
          Get UPC/EAN.
 String getValue()
          Get Search Key.
 String getVendorCategory()
          Get Partner Category.
 String getVendorProductNo()
          Get Partner Product Key.
 int getVolume()
          Get Volume.
 int getWeight()
          Get Weight.
 String getX12DE355()
          Get UOM Code.
 boolean isDiscontinued()
          Get Discontinued.
 boolean isI_IsImported()
          Get Imported.
 boolean isProcessed()
          Get Processed.
 boolean isProcessing()
          Get Process Now
 void setBPartner_Value(String BPartner_Value)
          Set Business Partner Key.
 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 setClassification(String Classification)
          Set Classification.
 void setCostPerOrder(BigDecimal CostPerOrder)
          Set Cost per Order.
 void setDeliveryTime_Promised(int DeliveryTime_Promised)
          Set Promised Delivery Time.
 void setDescription(String Description)
          Set Description.
 void setDescriptionURL(String DescriptionURL)
          Set Description URL.
 void setDiscontinued(boolean Discontinued)
          Set Discontinued.
 void setDiscontinuedBy(Timestamp DiscontinuedBy)
          Set Discontinued by.
 void setDocumentNote(String DocumentNote)
          Set Document Note.
 void setHelp(String Help)
          Set Comment/Help.
 void setI_ErrorMsg(String I_ErrorMsg)
          Set Import Error Message.
 void setI_IsImported(boolean I_IsImported)
          Set Imported.
 void setI_Product_ID(int I_Product_ID)
          Set Import Product.
 void setImageURL(String ImageURL)
          Set Image URL.
 void setISO_Code(String ISO_Code)
          Set ISO Currency Code.
 void setM_Product_Category_ID(int M_Product_Category_ID)
          Set Product Category.
 void setM_Product_ID(int M_Product_ID)
          Set Product.
 void setManufacturer(String Manufacturer)
          Set Manufacturer.
 void setName(String Name)
          Set Name.
 void setOrder_Min(int Order_Min)
          Set Minimum Order Qty.
 void setOrder_Pack(int Order_Pack)
          Set Order Pack Qty.
 void setPriceEffective(Timestamp PriceEffective)
          Set Price effective.
 void setPriceLimit(BigDecimal PriceLimit)
          Set Limit Price.
 void setPriceList(BigDecimal PriceList)
          Set List Price.
 void setPricePO(BigDecimal PricePO)
          Set PO Price.
 void setPriceStd(BigDecimal PriceStd)
          Set Standard Price.
 void setProcessed(boolean Processed)
          Set Processed.
 void setProcessing(boolean Processing)
          Set Process Now
 void setProductCategory_Value(String ProductCategory_Value)
          Set Product Category Key
 void setProductType(String ProductType)
          Set Product Type.
 void setRoyaltyAmt(BigDecimal RoyaltyAmt)
          Set Royalty Amount.
 void setShelfDepth(int ShelfDepth)
          Set Shelf Depth.
 void setShelfHeight(int ShelfHeight)
          Set Shelf Height.
 void setShelfWidth(int ShelfWidth)
          Set Shelf Width.
 void setSKU(String SKU)
          Set SKU.
 void setUnitsPerPallet(int UnitsPerPallet)
          Set Units Per Pallet.
 void setUPC(String UPC)
          Set UPC/EAN.
 void setValue(String Value)
          Set Search Key.
 void setVendorCategory(String VendorCategory)
          Set Partner Category.
 void setVendorProductNo(String VendorProductNo)
          Set Partner Product Key.
 void setVolume(int Volume)
          Set Volume.
 void setWeight(int Weight)
          Set Weight.
 void setX12DE355(String X12DE355)
          Set UOM Code.
 

Field Detail

Table_Name

static final String Table_Name
TableName=I_Product

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=532


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 2 - Client


COLUMNNAME_BPartner_Value

static final String COLUMNNAME_BPartner_Value
Column name BPartner_Value

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_Classification

static final String COLUMNNAME_Classification
Column name Classification

See Also:
Constant Field Values

COLUMNNAME_CostPerOrder

static final String COLUMNNAME_CostPerOrder
Column name CostPerOrder

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_Promised

static final String COLUMNNAME_DeliveryTime_Promised
Column name DeliveryTime_Promised

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_DescriptionURL

static final String COLUMNNAME_DescriptionURL
Column name DescriptionURL

See Also:
Constant Field Values

COLUMNNAME_Discontinued

static final String COLUMNNAME_Discontinued
Column name Discontinued

See Also:
Constant Field Values

COLUMNNAME_DiscontinuedBy

static final String COLUMNNAME_DiscontinuedBy
Column name DiscontinuedBy

See Also:
Constant Field Values

COLUMNNAME_DocumentNote

static final String COLUMNNAME_DocumentNote
Column name DocumentNote

See Also:
Constant Field Values

COLUMNNAME_Help

static final String COLUMNNAME_Help
Column name Help

See Also:
Constant Field Values

COLUMNNAME_I_ErrorMsg

static final String COLUMNNAME_I_ErrorMsg
Column name I_ErrorMsg

See Also:
Constant Field Values

COLUMNNAME_I_IsImported

static final String COLUMNNAME_I_IsImported
Column name I_IsImported

See Also:
Constant Field Values

COLUMNNAME_ImageURL

static final String COLUMNNAME_ImageURL
Column name ImageURL

See Also:
Constant Field Values

COLUMNNAME_I_Product_ID

static final String COLUMNNAME_I_Product_ID
Column name I_Product_ID

See Also:
Constant Field Values

COLUMNNAME_ISO_Code

static final String COLUMNNAME_ISO_Code
Column name ISO_Code

See Also:
Constant Field Values

COLUMNNAME_Manufacturer

static final String COLUMNNAME_Manufacturer
Column name Manufacturer

See Also:
Constant Field Values

COLUMNNAME_M_Product_Category_ID

static final String COLUMNNAME_M_Product_Category_ID
Column name M_Product_Category_ID

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_Name

static final String COLUMNNAME_Name
Column name Name

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_PriceLimit

static final String COLUMNNAME_PriceLimit
Column name PriceLimit

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_PriceStd

static final String COLUMNNAME_PriceStd
Column name PriceStd

See Also:
Constant Field Values

COLUMNNAME_Processed

static final String COLUMNNAME_Processed
Column name Processed

See Also:
Constant Field Values

COLUMNNAME_Processing

static final String COLUMNNAME_Processing
Column name Processing

See Also:
Constant Field Values

COLUMNNAME_ProductCategory_Value

static final String COLUMNNAME_ProductCategory_Value
Column name ProductCategory_Value

See Also:
Constant Field Values

COLUMNNAME_ProductType

static final String COLUMNNAME_ProductType
Column name ProductType

See Also:
Constant Field Values

COLUMNNAME_RoyaltyAmt

static final String COLUMNNAME_RoyaltyAmt
Column name RoyaltyAmt

See Also:
Constant Field Values

COLUMNNAME_ShelfDepth

static final String COLUMNNAME_ShelfDepth
Column name ShelfDepth

See Also:
Constant Field Values

COLUMNNAME_ShelfHeight

static final String COLUMNNAME_ShelfHeight
Column name ShelfHeight

See Also:
Constant Field Values

COLUMNNAME_ShelfWidth

static final String COLUMNNAME_ShelfWidth
Column name ShelfWidth

See Also:
Constant Field Values

COLUMNNAME_SKU

static final String COLUMNNAME_SKU
Column name SKU

See Also:
Constant Field Values

COLUMNNAME_UnitsPerPallet

static final String COLUMNNAME_UnitsPerPallet
Column name UnitsPerPallet

See Also:
Constant Field Values

COLUMNNAME_UPC

static final String COLUMNNAME_UPC
Column name UPC

See Also:
Constant Field Values

COLUMNNAME_Value

static final String COLUMNNAME_Value
Column name Value

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

COLUMNNAME_Volume

static final String COLUMNNAME_Volume
Column name Volume

See Also:
Constant Field Values

COLUMNNAME_Weight

static final String COLUMNNAME_Weight
Column name Weight

See Also:
Constant Field Values

COLUMNNAME_X12DE355

static final String COLUMNNAME_X12DE355
Column name X12DE355

See Also:
Constant Field Values
Method Detail

setBPartner_Value

void setBPartner_Value(String BPartner_Value)
Set Business Partner Key. The Key of the Business Partner


getBPartner_Value

String getBPartner_Value()
Get Business Partner Key. The Key of the Business Partner


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

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

setClassification

void setClassification(String Classification)
Set Classification. Classification for grouping


getClassification

String getClassification()
Get Classification. Classification for grouping


setCostPerOrder

void setCostPerOrder(BigDecimal CostPerOrder)
Set Cost per Order. Fixed Cost Per Order


getCostPerOrder

BigDecimal getCostPerOrder()
Get Cost per Order. Fixed Cost Per Order


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

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


setDescription

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


getDescription

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


setDescriptionURL

void setDescriptionURL(String DescriptionURL)
Set Description URL. URL for the description


getDescriptionURL

String getDescriptionURL()
Get Description URL. URL for the description


setDiscontinued

void setDiscontinued(boolean Discontinued)
Set Discontinued. This product is no longer available


isDiscontinued

boolean isDiscontinued()
Get Discontinued. This product is no longer available


setDiscontinuedBy

void setDiscontinuedBy(Timestamp DiscontinuedBy)
Set Discontinued by. Discontinued By


getDiscontinuedBy

Timestamp getDiscontinuedBy()
Get Discontinued by. Discontinued By


setDocumentNote

void setDocumentNote(String DocumentNote)
Set Document Note. Additional information for a Document


getDocumentNote

String getDocumentNote()
Get Document Note. Additional information for a Document


setHelp

void setHelp(String Help)
Set Comment/Help. Comment or Hint


getHelp

String getHelp()
Get Comment/Help. Comment or Hint


setI_ErrorMsg

void setI_ErrorMsg(String I_ErrorMsg)
Set Import Error Message. Messages generated from import process


getI_ErrorMsg

String getI_ErrorMsg()
Get Import Error Message. Messages generated from import process


setI_IsImported

void setI_IsImported(boolean I_IsImported)
Set Imported. Has this import been processed


isI_IsImported

boolean isI_IsImported()
Get Imported. Has this import been processed


setImageURL

void setImageURL(String ImageURL)
Set Image URL. URL of image


getImageURL

String getImageURL()
Get Image URL. URL of image


setI_Product_ID

void setI_Product_ID(int I_Product_ID)
Set Import Product. Import Item or Service


getI_Product_ID

int getI_Product_ID()
Get Import Product. Import Item or Service


setISO_Code

void setISO_Code(String ISO_Code)
Set ISO Currency Code. Three letter ISO 4217 Code of the Currency


getISO_Code

String getISO_Code()
Get ISO Currency Code. Three letter ISO 4217 Code of the Currency


setManufacturer

void setManufacturer(String Manufacturer)
Set Manufacturer. Manufacturer of the Product


getManufacturer

String getManufacturer()
Get Manufacturer. Manufacturer of the Product


setM_Product_Category_ID

void setM_Product_Category_ID(int M_Product_Category_ID)
Set Product Category. Category of a Product


getM_Product_Category_ID

int getM_Product_Category_ID()
Get Product Category. Category of a Product


getM_Product_Category

I_M_Product_Category getM_Product_Category()
                                           throws Exception
Throws:
Exception

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

setName

void setName(String Name)
Set Name. Alphanumeric identifier of the entity


getName

String getName()
Get Name. Alphanumeric identifier of the entity


setOrder_Min

void setOrder_Min(int Order_Min)
Set Minimum Order Qty. Minimum order quantity in UOM


getOrder_Min

int getOrder_Min()
Get Minimum Order Qty. Minimum order quantity in UOM


setOrder_Pack

void setOrder_Pack(int Order_Pack)
Set Order Pack Qty. Package order size in UOM (e.g. order set of 5 units)


getOrder_Pack

int 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


setPriceLimit

void setPriceLimit(BigDecimal PriceLimit)
Set Limit Price. Lowest price for a product


getPriceLimit

BigDecimal getPriceLimit()
Get Limit Price. Lowest price for a 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


setPriceStd

void setPriceStd(BigDecimal PriceStd)
Set Standard Price. Standard Price


getPriceStd

BigDecimal getPriceStd()
Get Standard Price. Standard Price


setProcessed

void setProcessed(boolean Processed)
Set Processed. The document has been processed


isProcessed

boolean isProcessed()
Get Processed. The document has been processed


setProcessing

void setProcessing(boolean Processing)
Set Process Now


isProcessing

boolean isProcessing()
Get Process Now


setProductCategory_Value

void setProductCategory_Value(String ProductCategory_Value)
Set Product Category Key


getProductCategory_Value

String getProductCategory_Value()
Get Product Category Key


setProductType

void setProductType(String ProductType)
Set Product Type. Type of product


getProductType

String getProductType()
Get Product Type. Type of product


setRoyaltyAmt

void setRoyaltyAmt(BigDecimal RoyaltyAmt)
Set Royalty Amount. (Included) Amount for copyright, etc.


getRoyaltyAmt

BigDecimal getRoyaltyAmt()
Get Royalty Amount. (Included) Amount for copyright, etc.


setShelfDepth

void setShelfDepth(int ShelfDepth)
Set Shelf Depth. Shelf depth required


getShelfDepth

int getShelfDepth()
Get Shelf Depth. Shelf depth required


setShelfHeight

void setShelfHeight(int ShelfHeight)
Set Shelf Height. Shelf height required


getShelfHeight

int getShelfHeight()
Get Shelf Height. Shelf height required


setShelfWidth

void setShelfWidth(int ShelfWidth)
Set Shelf Width. Shelf width required


getShelfWidth

int getShelfWidth()
Get Shelf Width. Shelf width required


setSKU

void setSKU(String SKU)
Set SKU. Stock Keeping Unit


getSKU

String getSKU()
Get SKU. Stock Keeping Unit


setUnitsPerPallet

void setUnitsPerPallet(int UnitsPerPallet)
Set Units Per Pallet. Units Per Pallet


getUnitsPerPallet

int getUnitsPerPallet()
Get Units Per Pallet. Units Per Pallet


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)


setValue

void setValue(String Value)
Set Search Key. Search key for the record in the format required - must be unique


getValue

String getValue()
Get Search Key. Search key for the record in the format required - must be unique


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


setVolume

void setVolume(int Volume)
Set Volume. Volume of a product


getVolume

int getVolume()
Get Volume. Volume of a product


setWeight

void setWeight(int Weight)
Set Weight. Weight of a product


getWeight

int getWeight()
Get Weight. Weight of a product


setX12DE355

void setX12DE355(String X12DE355)
Set UOM Code. UOM EDI X12 Code


getX12DE355

String getX12DE355()
Get UOM Code. UOM EDI X12 Code


Adempiere 3.5.2a

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