Großmarkt

market.stdform
Class FSManagerOptions

java.lang.Object
  |
  +--sale.FormSheet
        |
        +--market.stdform.FSManagerOptions
All Implemented Interfaces:
Serializable

public class FSManagerOptions
extends FormSheet

This FormSheet is used by the manager to set special calculation variables such as the maximal discount for customers or the monthly costs of the market.

See Also:
Serialized Form

Field Summary
static int JTFC_COSTS
           
static int JTFC_DISCOUNT_RANGE
           
static int JTFC_DISCOUNT_VALUE
           
static int JTFC_FRACTION_OF_WAGES
           
static int JTFC_MAX_DISCOUNT
           
static int JTFC_SENIORITY
           
 
Fields inherited from class sale.FormSheet
BTNID_CANCEL, BTNID_OK, m_fCancelled
 
Constructor Summary
FSManagerOptions()
           
 
Methods inherited from class sale.FormSheet
addButton, addButton, addContentCreator, attach, attach, attach, buttonIterator, buttonIterator, cancel, close, detachDisplay, detachProcess, detachSalesPoint, fillBtnPanel, getButton, getButtonsLock, getCaption, getComponent, getComponentLock, getDisplay, getDisplayLock, getProcess, getSalesPoint, isCancelled, ok, removeAllButtons, removeButton, setCaption, setComponent, setWaitResponse, toString, waitResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

JTFC_DISCOUNT_RANGE

public static final int JTFC_DISCOUNT_RANGE
See Also:
Constant Field Values

JTFC_DISCOUNT_VALUE

public static final int JTFC_DISCOUNT_VALUE
See Also:
Constant Field Values

JTFC_MAX_DISCOUNT

public static final int JTFC_MAX_DISCOUNT
See Also:
Constant Field Values

JTFC_FRACTION_OF_WAGES

public static final int JTFC_FRACTION_OF_WAGES
See Also:
Constant Field Values

JTFC_SENIORITY

public static final int JTFC_SENIORITY
See Also:
Constant Field Values

JTFC_COSTS

public static final int JTFC_COSTS
See Also:
Constant Field Values
Constructor Detail

FSManagerOptions

public FSManagerOptions()

Großmarkt