org.autopipes.config.impl
Class ConfigRootTypeImpl

java.lang.Object
  extended by org.autopipes.config.impl.ConfigRootTypeImpl
All Implemented Interfaces:
ConfigRootType
Direct Known Subclasses:
ConfigRootImpl

public class ConfigRootTypeImpl
extends java.lang.Object
implements ConfigRootType


Nested Class Summary
static class ConfigRootTypeImpl.LayersRootTypeImpl
           
 
Nested classes/interfaces inherited from interface org.autopipes.config.ConfigRootType
ConfigRootType.LayersRootType
 
Constructor Summary
ConfigRootTypeImpl()
           
 
Method Summary
 CtDrawing getDwgHead()
           
 ConfigRootType.LayersRootType getLayersRoot()
           
 CtOptions getOptionsRoot()
           
 void setDwgHead(CtDrawing pDwgHead)
           
 void setLayersRoot(ConfigRootType.LayersRootType pLayersRoot)
           
 void setOptionsRoot(CtOptions pOptionsRoot)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigRootTypeImpl

public ConfigRootTypeImpl()
Method Detail

getDwgHead

public CtDrawing getDwgHead()
Specified by:
getDwgHead in interface ConfigRootType

setDwgHead

public void setDwgHead(CtDrawing pDwgHead)
Specified by:
setDwgHead in interface ConfigRootType

getOptionsRoot

public CtOptions getOptionsRoot()
Specified by:
getOptionsRoot in interface ConfigRootType

setOptionsRoot

public void setOptionsRoot(CtOptions pOptionsRoot)
Specified by:
setOptionsRoot in interface ConfigRootType

getLayersRoot

public ConfigRootType.LayersRootType getLayersRoot()
Specified by:
getLayersRoot in interface ConfigRootType

setLayersRoot

public void setLayersRoot(ConfigRootType.LayersRootType pLayersRoot)
Specified by:
setLayersRoot in interface ConfigRootType