com.ptc.epm.commands.XMLutil
Class ECADAbstractContent
java.lang.Object
com.ptc.epm.commands.XMLutil.ECADXMLAbstractObject
com.ptc.epm.commands.XMLutil.ECADAbstractContent
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ECADEmbeddedContent, ECADFileGroupContent
- public abstract class ECADAbstractContent
- extends ECADXMLAbstractObject
ECADContent holds the data read from the defining XML file necessary
for adding an content to an EPMDocument.
If the "fileGroupName" field is null or has no data, the content will
be added directly to the "parentNode". Otherwise a "filegroup" document
will be created which will be linked to the EPMDocument held by "parentNode".
"fileNames" contains the path name for each content item.
- See Also:
- Serialized Form
Methods inherited from class com.ptc.epm.commands.XMLutil.ECADXMLAbstractObject |
getCheckInComment, getDescription, getName, getNode, getNumber, getRevision, setAttribute, setCheckInComment, setDescription, setName, setNumber, setRevision |
CONTENT_TAG
public static final String CONTENT_TAG
- See Also:
- Constant Field Values
FILENAME_ATTR
protected static final String FILENAME_ATTR
- See Also:
- Constant Field Values
fileNames
protected Vector fileNames
parentNode
private ECADDocument parentNode
ECADAbstractContent
public ECADAbstractContent(Element node)
throws WTException
setParentNode
public void setParentNode(ECADDocument _owner)
getParentNode
public ECADDocument getParentNode()
getFileNames
public Vector getFileNames()
toString
public String toString()
initECADContent
private void initECADContent()