com.ptc.epm.commands.util
Class PartHelper.PartOptions

java.lang.Object
  extended bycom.ptc.epm.commands.util.PartHelper.PartOptions
Enclosing class:
PartHelper

public static class PartHelper.PartOptions
extends Object


Field Summary
 boolean createPassiveLinks
           
 Folder folder
           
 LifeCycleTemplateReference lifeCycle
           
 PartType partType
           
 TeamTemplateReference teamTemplate
           
 View view
           
 
Constructor Summary
PartHelper.PartOptions(ECADDocument doc, ECADAssemblyHelper.AssemblyOptions options)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

folder

public Folder folder

lifeCycle

public LifeCycleTemplateReference lifeCycle

teamTemplate

public TeamTemplateReference teamTemplate

partType

public PartType partType

view

public View view

createPassiveLinks

public boolean createPassiveLinks
Constructor Detail

PartHelper.PartOptions

public PartHelper.PartOptions(ECADDocument doc,
                              ECADAssemblyHelper.AssemblyOptions options)
                       throws WTException