Adempiere 3.4.0s

org.posterita.beans
Class ProductInfo

java.lang.Object
  extended by org.posterita.beans.ProductInfo
All Implemented Interfaces:
Comparable

public class ProductInfo
extends Object
implements Comparable


Constructor Summary
ProductInfo()
           
 
Method Summary
 int compareTo(Object o)
           
 AttributeValuesBean getAttributeValuesBean()
           
 Timestamp getETA()
           
 ArrayList getOrganisations()
           
 Integer getProductCategoryId()
           
 ArrayList<ProductBean> getProducts()
           
 ArrayList getRegions()
           
 ArrayList getReservedStatusValues()
           
 ArrayList getWarehouseNames()
           
 ArrayList getWarehouseTypes()
           
 void setAttributeValuesBean(AttributeValuesBean attributeValuesBean)
           
 void setETA(Timestamp eta)
           
 void setOrganisations(ArrayList organisations)
           
 void setProductCategoryId(Integer productCategoryId)
           
 void setProducts(ArrayList<ProductBean> products)
           
 void setRegions(ArrayList regions)
           
 void setReservedStatusValues(ArrayList reservedStatusValues)
           
 void setWarehouseNames(ArrayList warehouseNames)
           
 void setWarehouseTypes(ArrayList warehouseTypes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProductInfo

public ProductInfo()
Method Detail

getOrganisations

public ArrayList getOrganisations()

setOrganisations

public void setOrganisations(ArrayList organisations)

getAttributeValuesBean

public AttributeValuesBean getAttributeValuesBean()

setAttributeValuesBean

public void setAttributeValuesBean(AttributeValuesBean attributeValuesBean)

getProducts

public ArrayList<ProductBean> getProducts()

setProducts

public void setProducts(ArrayList<ProductBean> products)

setRegions

public void setRegions(ArrayList regions)

getRegions

public ArrayList getRegions()

getReservedStatusValues

public ArrayList getReservedStatusValues()

setReservedStatusValues

public void setReservedStatusValues(ArrayList reservedStatusValues)

getProductCategoryId

public Integer getProductCategoryId()

setProductCategoryId

public void setProductCategoryId(Integer productCategoryId)

getWarehouseTypes

public ArrayList getWarehouseTypes()

setWarehouseTypes

public void setWarehouseTypes(ArrayList warehouseTypes)

getWarehouseNames

public ArrayList getWarehouseNames()

setWarehouseNames

public void setWarehouseNames(ArrayList warehouseNames)

compareTo

public int compareTo(Object o)
Specified by:
compareTo in interface Comparable

getETA

public Timestamp getETA()

setETA

public void setETA(Timestamp eta)

Adempiere 3.4.0s

AdemPiere