org.salespointframework.desktop.models
Class CountingStockListModel.CountingStockListItem

java.lang.Object
  extended by org.salespointframework.desktop.models.CountingStockListModel.CountingStockListItem
Enclosing class:
CountingStockListModel

public static class CountingStockListModel.CountingStockListItem
extends java.lang.Object

casing class for list items

Version:
4.0
Author:
Thomas Kissinger

Constructor Summary
CountingStockListModel.CountingStockListItem(CatalogItem ci, int count)
          constrcutor
 
Method Summary
 CatalogItem getCatalogItem()
          get catalogItem
 int getCount()
          get count
 void setCount(int count)
          set count
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CountingStockListModel.CountingStockListItem

public CountingStockListModel.CountingStockListItem(CatalogItem ci,
                                                    int count)
constrcutor

Parameters:
ci - catalogItem
count - count
Method Detail

getCatalogItem

public CatalogItem getCatalogItem()
get catalogItem

Returns:

getCount

public int getCount()
get count

Returns:

setCount

public void setCount(int count)
set count