com.ptc.epm.commands.util
Class DocHelper.DocOptions

java.lang.Object
  extended bycom.ptc.epm.commands.util.DocHelper.DocOptions
Enclosing class:
DocHelper

public static class DocHelper.DocOptions
extends Object


Field Summary
 EPMAuthoringAppType authoringApp
           
 Vector describeByLinks
           
 String description
           
 EPMDocumentType docType
           
 Folder folder
           
 LifeCycleTemplateReference lifeCycle
           
 String targetVersion
           
 TeamTemplateReference teamTemplate
           
 
Constructor Summary
DocHelper.DocOptions(ECADDocument template)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

docType

public EPMDocumentType docType

authoringApp

public EPMAuthoringAppType authoringApp

description

public String description

targetVersion

public String targetVersion

folder

public Folder folder

lifeCycle

public LifeCycleTemplateReference lifeCycle

teamTemplate

public TeamTemplateReference teamTemplate

describeByLinks

public Vector describeByLinks
Constructor Detail

DocHelper.DocOptions

public DocHelper.DocOptions(ECADDocument template)