Compiere 3.1

org.compiere.model
Class X_M_Product

java.lang.Object
  extended by org.compiere.framework.PO
      extended by org.compiere.model.X_M_Product
All Implemented Interfaces:
Serializable, Cloneable, Comparator<PO>, Evaluatee
Direct Known Subclasses:
MProduct

public class X_M_Product
extends PO

Generated Model for M_Product

Version:
Release 3.1.0 - $Id$
Author:
Jorg Janke (generated)
See Also:
Serialized Form

Field Summary
protected  BigDecimal accessLevel
           
static int M_PRODUCT_CATEGORY_ID_AD_Reference_ID
          M_Product_Category_ID AD_Reference_ID=163
protected static KeyNamePair Model
           
static int PRODUCTTYPE_AD_Reference_ID
          ProductType AD_Reference_ID=270
static String PRODUCTTYPE_ExpenseType
          Expense type = E
static String PRODUCTTYPE_Item
          Item = I
static String PRODUCTTYPE_Online
          Online = O
static String PRODUCTTYPE_Resource
          Resource = R
static String PRODUCTTYPE_Service
          Service = S
static int SALESREP_ID_AD_Reference_ID
          SalesRep_ID AD_Reference_ID=190
static int Table_ID
          AD_Table_ID=208
static String Table_Name
          TableName=M_Product
static long updatedMS
          Last Updated Timestamp 2008-06-10 15:12:06.0
 
Fields inherited from class org.compiere.framework.PO
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID
 
Constructor Summary
X_M_Product(Ctx ctx, int M_Product_ID, String trxName)
          Standard Constructor
X_M_Product(Ctx ctx, ResultSet rs, String trxName)
          Load Constructor
 
Method Summary
protected  int get_AccessLevel()
          AccessLevel
 int getC_SubscriptionType_ID()
          Get Subscription Type.
 int getC_TaxCategory_ID()
          Get Tax Category.
 int getC_UOM_ID()
          Get UOM.
 String getClassification()
          Get Classification.
 String getDescription()
          Get Description.
 String getDescriptionURL()
          Get Description URL.
 Timestamp getDiscontinuedBy()
          Get Discontinued by.
 String getDocumentNote()
          Get Document Note.
 int getGuaranteeDays()
          Get Guarantee Days.
 int getGuaranteeDaysMin()
          Get Min Guarantee Days.
 String getHelp()
          Get Comment.
 String getImageURL()
          Get Image URL.
 KeyNamePair getKeyNamePair()
          Get Record ID/ColumnName
 String getLicenseInfo()
          Get License Info.
 int getM_AttributeSet_ID()
          Get Attribute Set.
 int getM_AttributeSetInstance_ID()
          Get Attribute Set Instance.
 int getM_FreightCategory_ID()
          Get Freight Category.
 int getM_Locator_ID()
          Get Locator.
 int getM_Product_Category_ID()
          Get Product Category.
 int getM_Product_ID()
          Get Product.
 String getName()
          Get Name.
 String getProductType()
          Get Product Type.
 int getR_MailText_ID()
          Get Mail Template.
 int getR_Source_ID()
          Get Source.
 int getS_ExpenseType_ID()
          Get Expense Type.
 int getS_Resource_ID()
          Get Resource.
 int getSalesRep_ID()
          Get Representative.
 int getShelfDepth()
          Get Shelf Depth.
 int getShelfHeight()
          Get Shelf Height.
 int getShelfWidth()
          Get Shelf Width.
 String getSKU()
          Get SKU.
 int getSupportUnits()
          Get Support Units.
 int getTrialPhaseDays()
          Get Trial Phase Days.
 int getUnitsPerPallet()
          Get Units per Pallet.
 String getUPC()
          Get UPC/EAN.
 String getValue()
          Get Search Key.
 String getVersionNo()
          Get Version No.
 BigDecimal getVolume()
          Get Volume.
 BigDecimal getWeight()
          Get Weight.
protected  POInfo initPO(Ctx ctx)
          Load Meta Data
 boolean isBOM()
          Get Bill of Materials.
 boolean isDiscontinued()
          Get Discontinued.
 boolean isDropShip()
          Get Drop Shipment.
 boolean isExcludeAutoDelivery()
          Get Exclude Auto Delivery.
 boolean isInvoicePrintDetails()
          Get Print detail records on invoice.
 boolean isPickListPrintDetails()
          Get Print detail records on pick list.
 boolean isProcessing()
          Get Process Now.
 boolean isProductTypeValid(String test)
          Is test a valid value.
 boolean isPurchased()
          Get Purchased.
 boolean isPurchasedToOrder()
          Get Purchased To Order.
 boolean isSelfService()
          Get Self-Service.
 boolean isSold()
          Get Sold.
 boolean isStocked()
          Get Stocked.
 boolean isSummary()
          Get Summary Level.
 boolean isVerified()
          Get Verified.
 boolean isWebStoreFeatured()
          Get Featured in Web Store.
 void setC_SubscriptionType_ID(int C_SubscriptionType_ID)
          Set Subscription Type.
 void setC_TaxCategory_ID(int C_TaxCategory_ID)
          Set Tax Category.
 void setC_UOM_ID(int C_UOM_ID)
          Set UOM.
 void setClassification(String Classification)
          Set Classification.
 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 setGuaranteeDays(int GuaranteeDays)
          Set Guarantee Days.
 void setGuaranteeDaysMin(int GuaranteeDaysMin)
          Set Min Guarantee Days.
 void setHelp(String Help)
          Set Comment.
 void setImageURL(String ImageURL)
          Set Image URL.
 void setIsBOM(boolean IsBOM)
          Set Bill of Materials.
 void setIsDropShip(boolean IsDropShip)
          Set Drop Shipment.
 void setIsExcludeAutoDelivery(boolean IsExcludeAutoDelivery)
          Set Exclude Auto Delivery.
 void setIsInvoicePrintDetails(boolean IsInvoicePrintDetails)
          Set Print detail records on invoice.
 void setIsPickListPrintDetails(boolean IsPickListPrintDetails)
          Set Print detail records on pick list.
 void setIsPurchased(boolean IsPurchased)
          Set Purchased.
 void setIsPurchasedToOrder(boolean IsPurchasedToOrder)
          Set Purchased To Order.
 void setIsSelfService(boolean IsSelfService)
          Set Self-Service.
 void setIsSold(boolean IsSold)
          Set Sold.
 void setIsStocked(boolean IsStocked)
          Set Stocked.
 void setIsSummary(boolean IsSummary)
          Set Summary Level.
 void setIsVerified(boolean IsVerified)
          Set Verified.
 void setIsWebStoreFeatured(boolean IsWebStoreFeatured)
          Set Featured in Web Store.
 void setLicenseInfo(String LicenseInfo)
          Set License Info.
 void setM_AttributeSet_ID(int M_AttributeSet_ID)
          Set Attribute Set.
 void setM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)
          Set Attribute Set Instance.
 void setM_FreightCategory_ID(int M_FreightCategory_ID)
          Set Freight Category.
 void setM_Locator_ID(int M_Locator_ID)
          Set Locator.
 void setM_Product_Category_ID(int M_Product_Category_ID)
          Set Product Category.
 void setM_Product_ID(int M_Product_ID)
          Set Product.
 void setName(String Name)
          Set Name.
 void setProcessing(boolean Processing)
          Set Process Now.
 void setProductType(String ProductType)
          Set Product Type.
 void setR_MailText_ID(int R_MailText_ID)
          Set Mail Template.
 void setR_Source_ID(int R_Source_ID)
          Set Source.
 void setS_ExpenseType_ID(int S_ExpenseType_ID)
          Set Expense Type.
 void setS_Resource_ID(int S_Resource_ID)
          Set Resource.
 void setSalesRep_ID(int SalesRep_ID)
          Set Representative.
 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 setSupportUnits(int SupportUnits)
          Set Support Units.
 void setTrialPhaseDays(int TrialPhaseDays)
          Set Trial Phase Days.
 void setUnitsPerPallet(int UnitsPerPallet)
          Set Units per Pallet.
 void setUPC(String UPC)
          Set UPC/EAN.
 void setValue(String Value)
          Set Search Key.
 void setVersionNo(String VersionNo)
          Set Version No.
 void setVolume(BigDecimal Volume)
          Set Volume.
 void setWeight(BigDecimal Weight)
          Set Weight.
 String toString()
          Info
 
Methods inherited from class org.compiere.framework.PO
addAttachment, addAttachment, addError, afterDelete, afterSave, beforeDelete, beforeSave, compare, convertToBigDecimal, convertToBoolean, convertToInt, convertToTimestamp, copy, copyValues, copyValues, createAttachment, delete_Accounting, delete, delete, dump, dump, equals, get_ChangeVO, get_ColumnCount, get_ColumnDescription, get_ColumnDisplayType, get_ColumnIndex, get_ColumnLabel, get_ColumnLookup, get_ColumnName, get_DisplayValue, get_EntityType, get_HashMap, get_ID, get_IDOld, get_Info, get_KeyColumns, get_Logger, get_Table_ID, get_Table_ID, get_TableName, get_Translation, get_TrxName, get_Value, get_Value, get_ValueAsInt, get_ValueAsInt, get_ValueAsString, get_ValueDifference, get_ValueDifference, get_ValueOfColumn, get_ValueOld, get_ValueOld, get_ValueOldAsInt, get_ValuesAsString, get_WhereClause, get_xmlDocument, get_xmlString, get_xmlString, getAD_Client_ID, getAD_Org_ID, getAllIDs, getAttachment, getAttachment, getAttachmentData, getCreated, getCreatedBy, getCtx, getFindParameter, getPdfAttachment, getUpdated, getUpdatedBy, getVO, hashCode, insert_Accounting, is_Changed, is_KeyColumn, is_new, is_ValueChanged, is_ValueChanged, isActive, isAttachment, isColumnMandatory, isColumnUpdateable, isMandatoryOK, isPdfAttachment, load, load, load, load, loadComplete, loadDefaults, loadSpecial, lock, save, save, saveNew_getID, saveNewInsertSQL, saveNewSpecial, saveUpdate, set_ChangeVO, set_ColumnUpdateable, set_CustomColumn, set_TrxName, set_Value, set_Value, set_ValueE, set_ValueNoCheck, set_ValueNoCheckE, set_ValueOfColumn, set_ValueString, setAD_Client_ID, setAD_Org_ID, setClientOrg, setClientOrg, setContext, setCtx, setDocWorkflowMgr, setIsActive, setStandardDefaults, setUpdateable, setUpdatedBy, toStringX, unlock, update
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

updatedMS

public static final long updatedMS
Last Updated Timestamp 2008-06-10 15:12:06.0

See Also:
Constant Field Values

Table_ID

public static final int Table_ID
AD_Table_ID=208

See Also:
Constant Field Values

Table_Name

public static final String Table_Name
TableName=M_Product

See Also:
Constant Field Values

Model

protected static KeyNamePair Model

accessLevel

protected BigDecimal accessLevel

M_PRODUCT_CATEGORY_ID_AD_Reference_ID

public static final int M_PRODUCT_CATEGORY_ID_AD_Reference_ID
M_Product_Category_ID AD_Reference_ID=163

See Also:
Constant Field Values

PRODUCTTYPE_AD_Reference_ID

public static final int PRODUCTTYPE_AD_Reference_ID
ProductType AD_Reference_ID=270

See Also:
Constant Field Values

PRODUCTTYPE_ExpenseType

public static final String PRODUCTTYPE_ExpenseType
Expense type = E

See Also:
Constant Field Values

PRODUCTTYPE_Item

public static final String PRODUCTTYPE_Item
Item = I

See Also:
Constant Field Values

PRODUCTTYPE_Online

public static final String PRODUCTTYPE_Online
Online = O

See Also:
Constant Field Values

PRODUCTTYPE_Resource

public static final String PRODUCTTYPE_Resource
Resource = R

See Also:
Constant Field Values

PRODUCTTYPE_Service

public static final String PRODUCTTYPE_Service
Service = S

See Also:
Constant Field Values

SALESREP_ID_AD_Reference_ID

public static final int SALESREP_ID_AD_Reference_ID
SalesRep_ID AD_Reference_ID=190

See Also:
Constant Field Values
Constructor Detail

X_M_Product

public X_M_Product(Ctx ctx,
                   int M_Product_ID,
                   String trxName)
Standard Constructor

Parameters:
ctx - context
M_Product_ID - id
trxName - transaction

X_M_Product

public X_M_Product(Ctx ctx,
                   ResultSet rs,
                   String trxName)
Load Constructor

Parameters:
ctx - context
rs - result set
trxName - transaction
Method Detail

get_AccessLevel

protected int get_AccessLevel()
AccessLevel

Specified by:
get_AccessLevel in class PO
Returns:
3 - Client - Org

initPO

protected POInfo initPO(Ctx ctx)
Load Meta Data

Specified by:
initPO in class PO
Parameters:
ctx - context
Returns:
PO Info

toString

public String toString()
Info

Overrides:
toString in class PO
Returns:
info

setC_SubscriptionType_ID

public void setC_SubscriptionType_ID(int C_SubscriptionType_ID)
Set Subscription Type.

Parameters:
C_SubscriptionType_ID - Type of subscription

getC_SubscriptionType_ID

public int getC_SubscriptionType_ID()
Get Subscription Type.

Returns:
Type of subscription

setC_TaxCategory_ID

public void setC_TaxCategory_ID(int C_TaxCategory_ID)
Set Tax Category.

Parameters:
C_TaxCategory_ID - Tax Category

getC_TaxCategory_ID

public int getC_TaxCategory_ID()
Get Tax Category.

Returns:
Tax Category

setC_UOM_ID

public void setC_UOM_ID(int C_UOM_ID)
Set UOM.

Parameters:
C_UOM_ID - Unit of Measure

getC_UOM_ID

public int getC_UOM_ID()
Get UOM.

Returns:
Unit of Measure

setClassification

public void setClassification(String Classification)
Set Classification.

Parameters:
Classification - Classification for grouping

getClassification

public String getClassification()
Get Classification.

Returns:
Classification for grouping

setDescription

public void setDescription(String Description)
Set Description.

Parameters:
Description - Optional short description of the record

getDescription

public String getDescription()
Get Description.

Returns:
Optional short description of the record

setDescriptionURL

public void setDescriptionURL(String DescriptionURL)
Set Description URL.

Parameters:
DescriptionURL - URL for the description

getDescriptionURL

public String getDescriptionURL()
Get Description URL.

Returns:
URL for the description

setDiscontinued

public void setDiscontinued(boolean Discontinued)
Set Discontinued.

Parameters:
Discontinued - This product is no longer available

isDiscontinued

public boolean isDiscontinued()
Get Discontinued.

Returns:
This product is no longer available

setDiscontinuedBy

public void setDiscontinuedBy(Timestamp DiscontinuedBy)
Set Discontinued by.

Parameters:
DiscontinuedBy - Discontinued By

getDiscontinuedBy

public Timestamp getDiscontinuedBy()
Get Discontinued by.

Returns:
Discontinued By

setDocumentNote

public void setDocumentNote(String DocumentNote)
Set Document Note.

Parameters:
DocumentNote - Additional information for a Document

getDocumentNote

public String getDocumentNote()
Get Document Note.

Returns:
Additional information for a Document

setGuaranteeDays

public void setGuaranteeDays(int GuaranteeDays)
Set Guarantee Days.

Parameters:
GuaranteeDays - Number of days the product is guaranteed or available

getGuaranteeDays

public int getGuaranteeDays()
Get Guarantee Days.

Returns:
Number of days the product is guaranteed or available

setGuaranteeDaysMin

public void setGuaranteeDaysMin(int GuaranteeDaysMin)
Set Min Guarantee Days.

Parameters:
GuaranteeDaysMin - Minimum number of guarantee days

getGuaranteeDaysMin

public int getGuaranteeDaysMin()
Get Min Guarantee Days.

Returns:
Minimum number of guarantee days

setHelp

public void setHelp(String Help)
Set Comment.

Parameters:
Help - Comment, Help or Hint

getHelp

public String getHelp()
Get Comment.

Returns:
Comment, Help or Hint

setImageURL

public void setImageURL(String ImageURL)
Set Image URL.

Parameters:
ImageURL - URL of image

getImageURL

public String getImageURL()
Get Image URL.

Returns:
URL of image

setIsBOM

public void setIsBOM(boolean IsBOM)
Set Bill of Materials.

Parameters:
IsBOM - Bill of Materials

isBOM

public boolean isBOM()
Get Bill of Materials.

Returns:
Bill of Materials

setIsDropShip

public void setIsDropShip(boolean IsDropShip)
Set Drop Shipment.

Parameters:
IsDropShip - Drop Shipments are sent from the Vendor directly to the Customer

isDropShip

public boolean isDropShip()
Get Drop Shipment.

Returns:
Drop Shipments are sent from the Vendor directly to the Customer

setIsExcludeAutoDelivery

public void setIsExcludeAutoDelivery(boolean IsExcludeAutoDelivery)
Set Exclude Auto Delivery.

Parameters:
IsExcludeAutoDelivery - Exclude from automatic Delivery

isExcludeAutoDelivery

public boolean isExcludeAutoDelivery()
Get Exclude Auto Delivery.

Returns:
Exclude from automatic Delivery

setIsInvoicePrintDetails

public void setIsInvoicePrintDetails(boolean IsInvoicePrintDetails)
Set Print detail records on invoice.

Parameters:
IsInvoicePrintDetails - Print detail BOM elements on the invoice

isInvoicePrintDetails

public boolean isInvoicePrintDetails()
Get Print detail records on invoice.

Returns:
Print detail BOM elements on the invoice

setIsPickListPrintDetails

public void setIsPickListPrintDetails(boolean IsPickListPrintDetails)
Set Print detail records on pick list.

Parameters:
IsPickListPrintDetails - Print detail BOM elements on the pick list

isPickListPrintDetails

public boolean isPickListPrintDetails()
Get Print detail records on pick list.

Returns:
Print detail BOM elements on the pick list

setIsPurchased

public void setIsPurchased(boolean IsPurchased)
Set Purchased.

Parameters:
IsPurchased - Organization purchases this product

isPurchased

public boolean isPurchased()
Get Purchased.

Returns:
Organization purchases this product

setIsPurchasedToOrder

public void setIsPurchasedToOrder(boolean IsPurchasedToOrder)
Set Purchased To Order.

Parameters:
IsPurchasedToOrder - Products that are usually not kept in stock, but are purchased whenever there is a demand

isPurchasedToOrder

public boolean isPurchasedToOrder()
Get Purchased To Order.

Returns:
Products that are usually not kept in stock, but are purchased whenever there is a demand

setIsSelfService

public void setIsSelfService(boolean IsSelfService)
Set Self-Service.

Parameters:
IsSelfService - This is a Self-Service entry or this entry can be changed via Self-Service

isSelfService

public boolean isSelfService()
Get Self-Service.

Returns:
This is a Self-Service entry or this entry can be changed via Self-Service

setIsSold

public void setIsSold(boolean IsSold)
Set Sold.

Parameters:
IsSold - Organization sells this product

isSold

public boolean isSold()
Get Sold.

Returns:
Organization sells this product

setIsStocked

public void setIsStocked(boolean IsStocked)
Set Stocked.

Parameters:
IsStocked - Organization stocks this product

isStocked

public boolean isStocked()
Get Stocked.

Returns:
Organization stocks this product

setIsSummary

public void setIsSummary(boolean IsSummary)
Set Summary Level.

Parameters:
IsSummary - This is a summary entity

isSummary

public boolean isSummary()
Get Summary Level.

Returns:
This is a summary entity

setIsVerified

public void setIsVerified(boolean IsVerified)
Set Verified.

Parameters:
IsVerified - The BOM configuration has been verified

isVerified

public boolean isVerified()
Get Verified.

Returns:
The BOM configuration has been verified

setIsWebStoreFeatured

public void setIsWebStoreFeatured(boolean IsWebStoreFeatured)
Set Featured in Web Store.

Parameters:
IsWebStoreFeatured - If selected, the product is displayed in the initial or any empty search

isWebStoreFeatured

public boolean isWebStoreFeatured()
Get Featured in Web Store.

Returns:
If selected, the product is displayed in the initial or any empty search

setLicenseInfo

public void setLicenseInfo(String LicenseInfo)
Set License Info.

Parameters:
LicenseInfo - License Information

getLicenseInfo

public String getLicenseInfo()
Get License Info.

Returns:
License Information

setM_AttributeSetInstance_ID

public void setM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)
Set Attribute Set Instance.

Parameters:
M_AttributeSetInstance_ID - Product Attribute Set Instance

getM_AttributeSetInstance_ID

public int getM_AttributeSetInstance_ID()
Get Attribute Set Instance.

Returns:
Product Attribute Set Instance

setM_AttributeSet_ID

public void setM_AttributeSet_ID(int M_AttributeSet_ID)
Set Attribute Set.

Parameters:
M_AttributeSet_ID - Product Attribute Set

getM_AttributeSet_ID

public int getM_AttributeSet_ID()
Get Attribute Set.

Returns:
Product Attribute Set

setM_FreightCategory_ID

public void setM_FreightCategory_ID(int M_FreightCategory_ID)
Set Freight Category.

Parameters:
M_FreightCategory_ID - Category of the Freight

getM_FreightCategory_ID

public int getM_FreightCategory_ID()
Get Freight Category.

Returns:
Category of the Freight

setM_Locator_ID

public void setM_Locator_ID(int M_Locator_ID)
Set Locator.

Parameters:
M_Locator_ID - Warehouse Locator

getM_Locator_ID

public int getM_Locator_ID()
Get Locator.

Returns:
Warehouse Locator

setM_Product_Category_ID

public void setM_Product_Category_ID(int M_Product_Category_ID)
Set Product Category.

Parameters:
M_Product_Category_ID - Category of a Product

getM_Product_Category_ID

public int getM_Product_Category_ID()
Get Product Category.

Returns:
Category of a Product

setM_Product_ID

public void setM_Product_ID(int M_Product_ID)
Set Product.

Parameters:
M_Product_ID - Product, Service, Item

getM_Product_ID

public int getM_Product_ID()
Get Product.

Returns:
Product, Service, Item

setName

public void setName(String Name)
Set Name.

Parameters:
Name - Alphanumeric identifier of the entity

getName

public String getName()
Get Name.

Returns:
Alphanumeric identifier of the entity

getKeyNamePair

public KeyNamePair getKeyNamePair()
Get Record ID/ColumnName

Returns:
ID/ColumnName pair

setProcessing

public void setProcessing(boolean Processing)
Set Process Now.

Parameters:
Processing - Process Now

isProcessing

public boolean isProcessing()
Get Process Now.

Returns:
Process Now

isProductTypeValid

public boolean isProductTypeValid(String test)
Is test a valid value.

Parameters:
test - testvalue
Returns:
true if valid

setProductType

public void setProductType(String ProductType)
Set Product Type.

Parameters:
ProductType - Type of product

getProductType

public String getProductType()
Get Product Type.

Returns:
Type of product

setR_MailText_ID

public void setR_MailText_ID(int R_MailText_ID)
Set Mail Template.

Parameters:
R_MailText_ID - Text templates for mailings

getR_MailText_ID

public int getR_MailText_ID()
Get Mail Template.

Returns:
Text templates for mailings

setR_Source_ID

public void setR_Source_ID(int R_Source_ID)
Set Source.

Parameters:
R_Source_ID - Source for the Lead or Request

getR_Source_ID

public int getR_Source_ID()
Get Source.

Returns:
Source for the Lead or Request

setSKU

public void setSKU(String SKU)
Set SKU.

Parameters:
SKU - Stock Keeping Unit

getSKU

public String getSKU()
Get SKU.

Returns:
Stock Keeping Unit

setS_ExpenseType_ID

public void setS_ExpenseType_ID(int S_ExpenseType_ID)
Set Expense Type.

Parameters:
S_ExpenseType_ID - Expense report type

getS_ExpenseType_ID

public int getS_ExpenseType_ID()
Get Expense Type.

Returns:
Expense report type

setS_Resource_ID

public void setS_Resource_ID(int S_Resource_ID)
Set Resource.

Parameters:
S_Resource_ID - Resource

getS_Resource_ID

public int getS_Resource_ID()
Get Resource.

Returns:
Resource

setSalesRep_ID

public void setSalesRep_ID(int SalesRep_ID)
Set Representative.

Parameters:
SalesRep_ID - Company Agent like Sales Representative, Purchase Agent, and Customer Service Representative...

getSalesRep_ID

public int getSalesRep_ID()
Get Representative.

Returns:
Company Agent like Sales Representative, Purchase Agent, and Customer Service Representative...

setShelfDepth

public void setShelfDepth(int ShelfDepth)
Set Shelf Depth.

Parameters:
ShelfDepth - Shelf depth required

getShelfDepth

public int getShelfDepth()
Get Shelf Depth.

Returns:
Shelf depth required

setShelfHeight

public void setShelfHeight(int ShelfHeight)
Set Shelf Height.

Parameters:
ShelfHeight - Shelf height required

getShelfHeight

public int getShelfHeight()
Get Shelf Height.

Returns:
Shelf height required

setShelfWidth

public void setShelfWidth(int ShelfWidth)
Set Shelf Width.

Parameters:
ShelfWidth - Shelf width required

getShelfWidth

public int getShelfWidth()
Get Shelf Width.

Returns:
Shelf width required

setSupportUnits

public void setSupportUnits(int SupportUnits)
Set Support Units.

Parameters:
SupportUnits - Number of Support Units, e.g. Supported Internal Users

getSupportUnits

public int getSupportUnits()
Get Support Units.

Returns:
Number of Support Units, e.g. Supported Internal Users

setTrialPhaseDays

public void setTrialPhaseDays(int TrialPhaseDays)
Set Trial Phase Days.

Parameters:
TrialPhaseDays - Days for a Trail

getTrialPhaseDays

public int getTrialPhaseDays()
Get Trial Phase Days.

Returns:
Days for a Trail

setUPC

public void setUPC(String UPC)
Set UPC/EAN.

Parameters:
UPC - Bar Code (Universal Product Code or its superset European Article Number)

getUPC

public String getUPC()
Get UPC/EAN.

Returns:
Bar Code (Universal Product Code or its superset European Article Number)

setUnitsPerPallet

public void setUnitsPerPallet(int UnitsPerPallet)
Set Units per Pallet.

Parameters:
UnitsPerPallet - Units per Pallet

getUnitsPerPallet

public int getUnitsPerPallet()
Get Units per Pallet.

Returns:
Units per Pallet

setValue

public void setValue(String Value)
Set Search Key.

Parameters:
Value - Search key for the record in the format required - must be unique

getValue

public String getValue()
Get Search Key.

Returns:
Search key for the record in the format required - must be unique

setVersionNo

public void setVersionNo(String VersionNo)
Set Version No.

Parameters:
VersionNo - Version Number

getVersionNo

public String getVersionNo()
Get Version No.

Returns:
Version Number

setVolume

public void setVolume(BigDecimal Volume)
Set Volume.

Parameters:
Volume - Volume of a product

getVolume

public BigDecimal getVolume()
Get Volume.

Returns:
Volume of a product

setWeight

public void setWeight(BigDecimal Weight)
Set Weight.

Parameters:
Weight - Weight of a product

getWeight

public BigDecimal getWeight()
Get Weight.

Returns:
Weight of a product

Compiere 3.1

Compiere® is a registered trademark of ComPiere, Inc. ©2004-2008 HumanFlash.com All rights reserved.