org.openmuc.core.datamanager.impl
Class PlantConfigurationImpl

java.lang.Object
  extended by org.openmuc.core.datamanager.impl.PlantConfigurationImpl
All Implemented Interfaces:
PlantConfiguration

public class PlantConfigurationImpl
extends java.lang.Object
implements PlantConfiguration


Constructor Summary
PlantConfigurationImpl(Configuration configuration, org.w3c.dom.Node nodeMeter)
           
 
Method Summary
 java.lang.String getName()
           
protected  void persist(org.w3c.dom.Element parent, org.w3c.dom.Document document)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlantConfigurationImpl

public PlantConfigurationImpl(Configuration configuration,
                              org.w3c.dom.Node nodeMeter)
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface PlantConfiguration

persist

protected void persist(org.w3c.dom.Element parent,
                       org.w3c.dom.Document document)