SalesPoint Framework v3.0

data
Interface MoneyBag

All Known Implementing Classes:
MoneyBagFilter, MoneyBagImpl

public interface MoneyBag
extends CountingStock

Tag interface marking CountingStocks that work together with Currencies.

Hooks:
Define MoneyBag Filter
Since:
v2.0
Version:
2.0 18/08/1999
Author:
Steffen Zschaler

Fields inherited from class data.Nameable
NAME_PROPERTY
 
Methods inherited from interface data.CountingStock
add, remove
 
Methods inherited from interface data.Stock
add, addStock, contains, contains, containsStock, countItems, fillStockWithValue, get, getCatalog, iterator, keySet, remove, remove, size, sumStock
 
Methods inherited from interface data.StockItem
clone, getAssociatedItem, getStock
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface data.Nameable
addNameListener, addPropertyChangeListener, attach, detachNC, getName, removeNameListener, removePropertyChangeListener, setName
 


SalesPoint Framework v3.0