com.ptc.edadata
Class VerifyDesignRequestItem

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

public class VerifyDesignRequestItem
extends RequestItem

Title: VerifyDesignRequestItem

Description: This class is for a request to verify design 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
VerifyDesignRequestItem()
          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

VerifyDesignRequestItem

public VerifyDesignRequestItem()
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