SalesPoint Framework v3.0

data
Interface BasketEntryValue


public interface BasketEntryValue

Helper interface used to determine the value of a DataBasketEntry when summing up DataBaskets.

Since:
v2.0
Version:
2.0 14/06/1999
Author:
Steffen Zschaler

Method Summary
 Value getEntryValue(DataBasketEntry dbe)
          Get a DataBasketEntry's value.
 

Method Detail

getEntryValue

public Value getEntryValue(DataBasketEntry dbe)
Get a DataBasketEntry's value.
Override:
Always.
Parameters:
dbe - the DataBasketEntry to be evaluated.
Returns:
the value of the DataBasketEntry.

SalesPoint Framework v3.0