cug.ptree
Class PTreeOwnerImpl

java.lang.Object
  |
  +--cug.ptree.PTreeOwnerImpl
All Implemented Interfaces:
PTreeOwner
Direct Known Subclasses:
CugOrgImpl

public class PTreeOwnerImpl
extends java.lang.Object
implements PTreeOwner

null implementation of PTreeOwner


Constructor Summary
PTreeOwnerImpl()
           
 
Method Summary
 void build()
          does nothing
 void buildImport()
          does nothing
 java.lang.String getName()
           
 PTree getPTree()
          return main ptree ie the ptree that is always found
 PTree getPTree(java.lang.String code)
           
 java.lang.String[] getRootCodes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PTreeOwnerImpl

public PTreeOwnerImpl()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface PTreeOwner
Returns:
_ptree owner null_

build

public void build()
           throws java.lang.Exception
does nothing

Specified by:
build in interface PTreeOwner
java.lang.Exception

buildImport

public void buildImport()
                 throws java.lang.Exception
does nothing

Specified by:
buildImport in interface PTreeOwner
java.lang.Exception

getPTree

public PTree getPTree()
Description copied from interface: PTreeOwner
return main ptree ie the ptree that is always found

Specified by:
getPTree in interface PTreeOwner
Returns:
null

getPTree

public PTree getPTree(java.lang.String code)
Specified by:
getPTree in interface PTreeOwner
Returns:
null

getRootCodes

public java.lang.String[] getRootCodes()
Specified by:
getRootCodes in interface PTreeOwner
Returns:
null ?? could be: new String[] { "" }