Compiere 3.1

org.compiere.vos
Class ProductInfo

java.lang.Object
  extended by org.compiere.util.NamePair
      extended by org.compiere.vos.ProductInfo
All Implemented Interfaces:
Serializable, Comparable<NamePair>, Comparator<NamePair>

public class ProductInfo
extends NamePair

See Also:
Serialized Form

Field Summary
 String bomType
           
 String fieldIdentifier
           
 String groupName
           
 int locatorID
           
 int M_Product_ID
           
 String Name
           
 String quantity
           
 String supplyType
           
 String title
           
 
Constructor Summary
ProductInfo()
           
ProductInfo(int newM_Product_ID, String newName, String newTitle, String newGroupName, String newBomType, String newQuantity, String newSupplyType, int newLocatorID, String newFieldIdentifier)
          ProductInfo
 
Method Summary
 String getBomType()
           
 String getFieldIdentifier()
           
 String getGroupName()
           
 String getID()
          Returns Key or Value as String
 int getLocatorID()
           
 String getQuantity()
           
 String getSupplyType()
           
 String getTitle()
           
 String toString()
          to String
 
Methods inherited from class org.compiere.util.NamePair
compare, compareTo, getName, indexOfKey, indexOfValue, isSortByName, setName, setSortByName, toStringX
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Field Detail

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
Constructor Detail

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

Method Detail

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 3.1

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