|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.wstore.PriceListProduct
public class PriceListProduct
Price List Product
| 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 |
|---|
public static final String NAME
| Constructor Detail |
|---|
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)
M_Product_ID - productvalue - valuename - namedescription - descriprionhelp - helpdocumentNote - document noteimageURL - imagedescriptionURL - descriptionprice - priceuomName - uomuomSymbol - uom| Method Detail |
|---|
public String toString()
toString in class Objectpublic int getId()
public String getValue()
public String getName()
public String getDescription()
public String getHelp()
public String getDocumentNote()
public String getImageURL()
public String getDescriptionURL()
public BigDecimal getPrice()
public String getUomName()
public String getUomSymbol()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||