haendler
Class Bestellung

java.lang.Object
  |
  +--haendler.Bestellung

public class Bestellung
extends java.lang.Object

Klasse zur Verarbeitung von Bezahldokumenten.

Version:
$Id: Bestellung.java,v 1.5 2004/02/10 16:20:32 tk4 Exp $
Author:
lehrprojekt, Thomas Kriegelstein

Nested Class Summary
static class Bestellung.BestellSatz
           
static class Bestellung.Eintrag
           
 
Constructor Summary
Bestellung(Bestellung.BestellSatz repeatSatz, haendler.Haendler haendlerInstance, idman.mngt.Context context)
           
Bestellung(org.w3c.dom.Document doc, haendler.Haendler haendlerInstance, idman.mngt.Context context)
           
 
Method Summary
 org.w3c.dom.Document getBestellung()
           
 java.lang.String getError()
           
protected  java.lang.String getFileContent(java.lang.String FileName)
           
 boolean getStatus()
           
protected  java.lang.String parsePrice(java.lang.String price)
           
protected  float parsePriceToFloat(java.lang.String price)
           
protected  int parsePriceToInt(java.lang.String price)
           
protected  void readData(org.w3c.dom.Document doc, haendler.Haendler haendlerInstance)
           
protected  int rndInt()
           
protected  void sigData(haendler.Haendler haendlerInstance)
           
protected  void writeData(haendler.Haendler haendlerInstance)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bestellung

public Bestellung(org.w3c.dom.Document doc,
                  haendler.Haendler haendlerInstance,
                  idman.mngt.Context context)

Bestellung

public Bestellung(Bestellung.BestellSatz repeatSatz,
                  haendler.Haendler haendlerInstance,
                  idman.mngt.Context context)
Method Detail

getStatus

public boolean getStatus()

getError

public java.lang.String getError()

getBestellung

public org.w3c.dom.Document getBestellung()

readData

protected void readData(org.w3c.dom.Document doc,
                        haendler.Haendler haendlerInstance)

writeData

protected void writeData(haendler.Haendler haendlerInstance)

sigData

protected void sigData(haendler.Haendler haendlerInstance)

getFileContent

protected java.lang.String getFileContent(java.lang.String FileName)

parsePrice

protected java.lang.String parsePrice(java.lang.String price)

parsePriceToFloat

protected float parsePriceToFloat(java.lang.String price)

parsePriceToInt

protected int parsePriceToInt(java.lang.String price)

rndInt

protected int rndInt()


Copyright © 2003 DRIM Team. All Rights Reserved.