asit.bescheid
Class SimpleEckData

java.lang.Object
  extended byasit.bescheid.SimpleEckData
All Implemented Interfaces:
BescheidElement, EckData

public class SimpleEckData
extends Object
implements EckData, 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 content_
           
protected  String feldName_
           
protected static org.apache.commons.logging.Log log_
           
 
Fields inherited from interface asit.bescheid.EckData
KOMPOSTALADDRESS, KOMPPERSON, SIMPLE
 
Constructor Summary
SimpleEckData()
           
 
Method Summary
 String getEContent()
           
 String getEDescription()
           
 String getEFeldName()
           
 String getType()
           
 void setEContent(String content)
           
 void setEDescription(String descr)
           
 void setEFeldName(String feldName)
           
 void setType(String type)
           
 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

content_

protected String content_

feldName_

protected String feldName_

log_

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

SimpleEckData

public SimpleEckData()
Method Detail

setEContent

public void setEContent(String content)

getEContent

public String getEContent()

getType

public String getType()
Specified by:
getType in interface EckData

setType

public void setType(String type)

getEFeldName

public String getEFeldName()
Specified by:
getEFeldName in interface EckData

setEFeldName

public void setEFeldName(String feldName)
Specified by:
setEFeldName in interface EckData

getEDescription

public String getEDescription()
Specified by:
getEDescription in interface EckData

setEDescription

public void setEDescription(String descr)

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.