Großmarkt

market.stdform
Class FSSellerCustomerTable

java.lang.Object
  |
  +--market.stdform.FSSellerCustomerTable

public class FSSellerCustomerTable
extends Object

This FormSheet displays the customers who are waiting at the till in a table, with the customer who waits the longest time at the top.


Constructor Summary
FSSellerCustomerTable()
           
 
Method Summary
static SingleTableFormSheet getCustomerTable(StoringStock ss)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FSSellerCustomerTable

public FSSellerCustomerTable()
Method Detail

getCustomerTable

public static SingleTableFormSheet getCustomerTable(StoringStock ss)
Parameters:
ss - the StoringStock containing the waiting customers in form of SICustomer.
Returns:
the customer table.

Großmarkt