com.ptc.hli.ecad.query
Class PersistedAssemblyDocument
java.lang.Object
com.ptc.hli.ecad.query.PersistedAbstractDocument
com.ptc.hli.ecad.query.PersistedAssemblyDocument
- All Implemented Interfaces:
- Serializable
- public final class PersistedAssemblyDocument
- extends PersistedAbstractDocument
- See Also:
- Serialized Form
Fields inherited from class com.ptc.hli.ecad.query.PersistedAbstractDocument |
authoringApplication, cabinetName, context, createStamp, creatorName, description, design, displayName, folderName, iteration, modifierName, modifyStamp, name, number, objectID, primaryContentFileName, revision, secondaryContentFileNames, solution, status, teamTemplateName, updateStamp |
Methods inherited from class com.ptc.hli.ecad.query.PersistedAbstractDocument |
getAuthoringApplication, getBaselineID, getCabinetName, getContext, getCreateStamp, getCreatorName, getDescription, getDisplayName, getFolderName, getIteration, getModifierName, getModufyStamp, getName, getNumber, getObjectID, getPersistedDesign, getPrimaryContentName, getRevision, getSecondaryContentNames, getSolution, getStatus, getTeamTemplateName, getUpdateStamp, isCheckedIn, isCheckedOut, isWorkingCopy |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PRIMARY_ATTR
private static final String PRIMARY_ATTR
- See Also:
- Constant Field Values
primary
private final boolean primary
PersistedAssemblyDocument
private PersistedAssemblyDocument(EPMDocument assemblyDocument,
PersistedDesign design)
getType
public String getType()
- Specified by:
getType
in class PersistedAbstractDocument
isPrimary
public boolean isPrimary()
getInstance
public static PersistedAssemblyDocument getInstance(Object assemblyDocument,
PersistedDesign design)