Videoautomat

videoautomat.contentcreator
Class HandBackSTFSContentCreator

java.lang.Object
  |
  +--sale.FormSheetContentCreator
        |
        +--videoautomat.contentcreator.HandBackSTFSContentCreator
All Implemented Interfaces:
Serializable

public class HandBackSTFSContentCreator
extends sale.FormSheetContentCreator

Content creator to add label with get back money and to add commit action.

Author:
Alexander Herrmann
See Also:
Serialized Form

Constructor Summary
HandBackSTFSContentCreator(data.NumberValue numValue)
           
 
Method Summary
protected  void createFormSheetContent(sale.FormSheet fs)
          Add label and commit action to given FormSheet.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandBackSTFSContentCreator

public HandBackSTFSContentCreator(data.NumberValue numValue)
Method Detail

createFormSheetContent

protected void createFormSheetContent(sale.FormSheet fs)
Add label and commit action to given FormSheet.

Specified by:
createFormSheetContent in class sale.FormSheetContentCreator
Parameters:
fs - FormSheet to be changed

Videoautomat