org.compiere.vos
Class ProductInfo
java.lang.Object
org.compiere.util.NamePair
org.compiere.vos.ProductInfo
- All Implemented Interfaces:
- Serializable, Comparable<NamePair>, Comparator<NamePair>
public class ProductInfo
- extends NamePair
- See Also:
- Serialized Form
M_Product_ID
public int M_Product_ID
Name
public String Name
title
public String title
groupName
public String groupName
bomType
public String bomType
quantity
public String quantity
supplyType
public String supplyType
locatorID
public int locatorID
fieldIdentifier
public String fieldIdentifier
ProductInfo
public ProductInfo()
ProductInfo
public ProductInfo(int newM_Product_ID,
String newName,
String newTitle,
String newGroupName,
String newBomType,
String newQuantity,
String newSupplyType,
int newLocatorID,
String newFieldIdentifier)
- ProductInfo
toString
public String toString()
- to String
- Overrides:
toString in class NamePair
- Returns:
- infoint
getID
public String getID()
- Description copied from class:
NamePair
- Returns Key or Value as String
- Specified by:
getID in class NamePair
- Returns:
- String or null
getGroupName
public String getGroupName()
getTitle
public String getTitle()
getBomType
public String getBomType()
getQuantity
public String getQuantity()
getSupplyType
public String getSupplyType()
getLocatorID
public int getLocatorID()
getFieldIdentifier
public String getFieldIdentifier()
Compiere® is a registered trademark of ComPiere, Inc. ©2004-2008 HumanFlash.com All rights reserved.