org.autopipes.dwg.impl
Class DwgRootTypeImpl

java.lang.Object
  extended by org.autopipes.dwg.impl.DwgRootTypeImpl
All Implemented Interfaces:
DwgRootType
Direct Known Subclasses:
DwgRootImpl

public class DwgRootTypeImpl
extends java.lang.Object
implements DwgRootType


Constructor Summary
DwgRootTypeImpl()
           
 
Method Summary
 java.util.List getDwgEntity()
           
 CtDrawing getDwgHead()
           
 void setDwgHead(CtDrawing pDwgHead)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DwgRootTypeImpl

public DwgRootTypeImpl()
Method Detail

getDwgHead

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

setDwgHead

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

getDwgEntity

public java.util.List getDwgEntity()
Specified by:
getDwgEntity in interface DwgRootType