asit.bescheid
Class Kosten

java.lang.Object
  extended byasit.bescheid.Kosten
All Implemented Interfaces:
BescheidElement

public class Kosten
extends Object
implements BescheidElement

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

Field Summary
protected  String betrag_
           
protected static org.apache.commons.logging.Log log_
           
protected  String rechtsgrundlage_
           
protected  String text_
           
 
Constructor Summary
Kosten()
           
 
Method Summary
 String getKBetrag()
           
 String getKRechtsgrundlage()
           
 String getKText()
           
 void setKBetrag(String betrag)
           
 void setKRechtsgrundlage(String rechtsgrundlage)
           
 void setKText(String text)
           
 Element toElement(Document doc)
           
 void update(Element element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

betrag_

protected String betrag_

rechtsgrundlage_

protected String rechtsgrundlage_

text_

protected String text_

log_

protected static org.apache.commons.logging.Log log_
Constructor Detail

Kosten

public Kosten()
Method Detail

getKBetrag

public String getKBetrag()
Returns:
Returns the betrag_.

setKBetrag

public void setKBetrag(String betrag)

getKRechtsgrundlage

public String getKRechtsgrundlage()
Returns:
Returns the rechtsgrundlage_.

setKRechtsgrundlage

public void setKRechtsgrundlage(String rechtsgrundlage)

getKText

public String getKText()
Returns:
Returns the text_.

setKText

public void setKText(String text)

toElement

public Element toElement(Document doc)
Specified by:
toElement in interface BescheidElement

update

public void update(Element element)
Specified by:
update in interface BescheidElement


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