com.ptc.edadata
Class FileListRequestItem

java.lang.Object
  extended bycom.ptc.edadata.ExchangeItem
      extended bycom.ptc.edadata.RequestItem
          extended bycom.ptc.edadata.FileListRequestItem

public class FileListRequestItem
extends RequestItem

Title: FileListRequestItem

Description: This class

Copyright: Copyright (c) 2004

Company: PTC


Field Summary
private  int m_numUniqueID
           
 
Fields inherited from class com.ptc.edadata.RequestItem
 
Constructor Summary
FileListRequestItem()
           
 
Method Summary
 int getID()
           
 RequestType getType()
           
 void setID(int uniqueID)
           
 
Methods inherited from class com.ptc.edadata.RequestItem
getConduitBinPath, getDesignAppPath, getDesignFile, getDesignRootDir, getEcadType, getInterAppPath, getOutputFilePath, getTempFilePath, setConduitBinPath, setDesignAppPath, setDesignFile, setDesignRootDir, setEcadType, setInterAppPath, setOutputFilePath, setTempFilePath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_numUniqueID

private int m_numUniqueID
Constructor Detail

FileListRequestItem

public FileListRequestItem()
Method Detail

getType

public RequestType getType()
Specified by:
getType in class RequestItem

setID

public void setID(int uniqueID)
Specified by:
setID in class ExchangeItem

getID

public int getID()
Specified by:
getID in class ExchangeItem