|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.edadata.ExchangeItem
com.ptc.edadata.RequestItem
com.ptc.edadata.BoardRequestItem
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 |
private String m_strBoardDir
private int m_numUniqueID
Constructor Detail |
public BoardRequestItem()
public BoardRequestItem(String boardDir)
boardDir
- StringMethod Detail |
public String getBoardDir()
public void setBoardDir(String boardDir)
boardDir
- String of board directorypublic RequestType getType()
getType
in class RequestItem
public void setID(int uniqueID)
setID
in class ExchangeItem
public int getID()
getID
in class ExchangeItem
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |