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
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
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.