Compiere 3.1

org.compiere.wstore
Class PriceListProduct

java.lang.Object
  extended by org.compiere.wstore.PriceListProduct

public class PriceListProduct
extends Object

Price List Product

Version:
$Id: PriceListProduct.java,v 1.2 2006/07/30 00:53:21 jjanke Exp $
Author:
Jorg Janke

Field Summary
static String NAME
          Attribute Name
 
Constructor Summary
PriceListProduct(int M_Product_ID, String value, String name, String description, String help, String documentNote, String imageURL, String descriptionURL, BigDecimal price, String uomName, String uomSymbol)
          Price List Product.
 
Method Summary
 String getDescription()
           
 String getDescriptionURL()
           
 String getDocumentNote()
           
 String getHelp()
           
 int getId()
          Get Product IO
 String getImageURL()
           
 String getName()
          Get Name
 BigDecimal getPrice()
           
 String getUomName()
           
 String getUomSymbol()
           
 String getValue()
           
 String toString()
          String Representation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NAME

public static final String NAME
Attribute Name

See Also:
Constant Field Values
Constructor Detail

PriceListProduct

public PriceListProduct(int M_Product_ID,
                        String value,
                        String name,
                        String description,
                        String help,
                        String documentNote,
                        String imageURL,
                        String descriptionURL,
                        BigDecimal price,
                        String uomName,
                        String uomSymbol)
Price List Product.

Parameters:
M_Product_ID - product
value - value
name - name
description - descriprion
help - help
documentNote - document note
imageURL - image
descriptionURL - description
price - price
uomName - uom
uomSymbol - uom
Method Detail

toString

public String toString()
String Representation

Overrides:
toString in class Object
Returns:
info

getId

public int getId()
Get Product IO

Returns:
M_Product_ID

getValue

public String getValue()

getName

public String getName()
Get Name

Returns:
name

getDescription

public String getDescription()

getHelp

public String getHelp()

getDocumentNote

public String getDocumentNote()

getImageURL

public String getImageURL()

getDescriptionURL

public String getDescriptionURL()

getPrice

public BigDecimal getPrice()

getUomName

public String getUomName()

getUomSymbol

public String getUomSymbol()

Compiere 3.1

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