com.ptc.hli.ecad.query
Class PersistedDesign
java.lang.Object
com.ptc.hli.ecad.query.PersistedDesign
- All Implemented Interfaces:
- Serializable
- public final class PersistedDesign
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sourceDoc
private PersistedSourceDocument sourceDoc
boardDoc
private PersistedBoardDocument boardDoc
schematicDoc
private PersistedSchematicDocument schematicDoc
primaryAssemblyDoc
private PersistedAssemblyDocument primaryAssemblyDoc
assemblyVariantCollection
private ArrayList assemblyVariantCollection
created
private final Timestamp created
baselineID
private final String baselineID
ASSM_DOC_ARRAY
private static final PersistedAssemblyDocument[] ASSM_DOC_ARRAY
PersistedDesign
private PersistedDesign(Baseline baseline)
isLegacy
public boolean isLegacy()
getSolution
public String getSolution()
getContext
public String getContext()
getTeamTemplateName
public String getTeamTemplateName()
getCabinetName
public String getCabinetName()
getFolderName
public String getFolderName()
getBaselineID
public String getBaselineID()
getTimeStamp
public Timestamp getTimeStamp()
getSource
public PersistedSourceDocument getSource()
setSource
private boolean setSource(PersistedSourceDocument doc)
getBoard
public PersistedBoardDocument getBoard()
setBoard
private boolean setBoard(PersistedBoardDocument doc)
getSchematic
public PersistedSchematicDocument getSchematic()
setSchematic
private boolean setSchematic(PersistedSchematicDocument doc)
getPrimaryAssembly
public PersistedAssemblyDocument getPrimaryAssembly()
getVariantAssemblies
public PersistedAssemblyDocument[] getVariantAssemblies()
addAssembly
private boolean addAssembly(PersistedAssemblyDocument doc)
isBroken
public boolean isBroken()
getInstance
public static PersistedDesign getInstance(Baseline baseline)
throws WTException
- Throws:
WTException