com.ptc.edadata
Class BoardRequestItem

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

public class BoardRequestItem
extends RequestItem

Title: BoardRequestItem

Description: This class represents the board request information

Copyright: Copyright (c) 2004

Company: PTC


Field Summary
private  int m_numUniqueID
           
private  String m_strBoardDir
           
 
Fields inherited from class com.ptc.edadata.RequestItem
 
Constructor Summary
BoardRequestItem()
          Default constructor
BoardRequestItem(String boardDir)
          Creates an object with the directory for board file
 
Method Summary
 String getBoardDir()
          This method will get the board directory
 int getID()
           
 RequestType getType()
           
 void setBoardDir(String boardDir)
          This method will set the board directory
 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_strBoardDir

private String m_strBoardDir

m_numUniqueID

private int m_numUniqueID
Constructor Detail

BoardRequestItem

public BoardRequestItem()
Default constructor


BoardRequestItem

public BoardRequestItem(String boardDir)
Creates an object with the directory for board file

Parameters:
boardDir - String
Method Detail

getBoardDir

public String getBoardDir()
This method will get the board directory

Returns:
Root directory for board. If not set, API shall try to determine it by looking into design.

setBoardDir

public void setBoardDir(String boardDir)
This method will set the board directory

Parameters:
boardDir - String of board directory

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