com.ptc.edadata
Class EDAViewableRequestItem

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

public class EDAViewableRequestItem
extends RequestItem

Title: EDAViewableRequestItem

Description: This class is for a request to generate EDA files based on directory given

Copyright: Copyright (c) 2004

Company: PTC


Field Summary
private  int m_numUniqueID
           
 
Fields inherited from class com.ptc.edadata.RequestItem
 
Constructor Summary
EDAViewableRequestItem()
          Default Constructor
 
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

EDAViewableRequestItem

public EDAViewableRequestItem()
Default Constructor

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