org.posterita.beans
Class ProductInfo
java.lang.Object
org.posterita.beans.ProductInfo
- All Implemented Interfaces:
- Comparable
public class ProductInfo
- extends Object
- implements Comparable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProductInfo
public ProductInfo()
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