com.ptc.windchill.uwgm.common.folder
Class FakeFolderHelper.TopFolderDefinition

java.lang.Object
  extended bycom.ptc.windchill.uwgm.common.folder.FakeFolderHelper.TopFolderDefinition
Enclosing class:
FakeFolderHelper

private static class FakeFolderHelper.TopFolderDefinition
extends Object

internal data structure to make top folders


Field Summary
 ContainerType containerType
           
 boolean isSolutionInstalled
           
 FakeFolder topFolder
           
 
Constructor Summary
FakeFolderHelper.TopFolderDefinition(boolean isSolutionInstalled, ContainerType containerType, FakeFolder topFolder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isSolutionInstalled

public boolean isSolutionInstalled

containerType

public ContainerType containerType

topFolder

public FakeFolder topFolder
Constructor Detail

FakeFolderHelper.TopFolderDefinition

public FakeFolderHelper.TopFolderDefinition(boolean isSolutionInstalled,
                                            ContainerType containerType,
                                            FakeFolder topFolder)