com.ptc.epm.commands.XMLutil
Class ECADFileGroupContent

java.lang.Object
  extended bycom.ptc.epm.commands.XMLutil.ECADXMLAbstractObject
      extended bycom.ptc.epm.commands.XMLutil.ECADAbstractContent
          extended bycom.ptc.epm.commands.XMLutil.ECADFileGroupContent
All Implemented Interfaces:
Serializable

public class ECADFileGroupContent
extends ECADAbstractContent

See Also:
Serialized Form

Field Summary
private  Vector describeBy
           
 
Fields inherited from class com.ptc.epm.commands.XMLutil.ECADAbstractContent
CONTENT_TAG, FILENAME_ATTR, fileNames
 
Fields inherited from class com.ptc.epm.commands.XMLutil.ECADXMLAbstractObject
CHECKIN_COMMENT_ATTR, DESCRIPTION_ATTR, NAME_ATTR, NUMBER_ATTR, REVISION_ATTR
 
Constructor Summary
ECADFileGroupContent(Element node)
           
 
Method Summary
 Vector getDescribeBy()
           
private  void initDescribeByLinks()
           
 
Methods inherited from class com.ptc.epm.commands.XMLutil.ECADAbstractContent
getFileNames, getParentNode, setParentNode, toString
 
Methods inherited from class com.ptc.epm.commands.XMLutil.ECADXMLAbstractObject
getCheckInComment, getDescription, getName, getNode, getNumber, getRevision, setAttribute, setCheckInComment, setDescription, setName, setNumber, setRevision
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

describeBy

private Vector describeBy
Constructor Detail

ECADFileGroupContent

public ECADFileGroupContent(Element node)
                     throws WTException
Method Detail

getDescribeBy

public Vector getDescribeBy()

initDescribeByLinks

private void initDescribeByLinks()
                          throws WTException
Throws:
WTException