asit.bescheid
Class Bescheide

java.lang.Object
  extended byasit.bescheid.Bescheide

public class Bescheide
extends Object

Author:
atauber TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Field Summary
protected  ArrayList bescheiddaten_
           
protected  String file_
           
 
Constructor Summary
Bescheide()
           
 
Method Summary
 void add(BescheidDaten daten)
           
 void delete(int index)
           
 ArrayList getBescheidDaten()
           
 int getFileCount(ServletContext context)
           
static String getLeadingZero(int i)
           
 void loadDefaults(ServletContext context)
           
 void save(int i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

file_

protected String file_

bescheiddaten_

protected ArrayList bescheiddaten_
Constructor Detail

Bescheide

public Bescheide()
Method Detail

getFileCount

public int getFileCount(ServletContext context)
                 throws Exception
Throws:
Exception

loadDefaults

public void loadDefaults(ServletContext context)
                  throws ParserConfigurationException,
                         SAXException,
                         IOException
Throws:
ParserConfigurationException
SAXException
IOException

delete

public void delete(int index)

save

public void save(int i)

add

public void add(BescheidDaten daten)

getLeadingZero

public static String getLeadingZero(int i)

getBescheidDaten

public ArrayList getBescheidDaten()


Copyright 2007 Institut fuer Angewandte Informationsverarbeitung und Kommunikationstechnologie. All Rights Reserved.