|
|||||||||||
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.BOMRequestItem
Title: BOMRequestItem
Description: This object contains all the neccessary information for a particular BOM. Names of columns for part name, number, quantity and reference designator are mandatory
Copyright: Copyright (c) 2004
Company: PTC
Field Summary | |
private boolean |
m_bGetAllVariants
|
private int |
m_numUniqueID
|
private String |
m_strBOMFile
|
private String |
m_strLibraryPath
|
private String |
m_strNameColName
|
private String |
m_strNumberColName
|
private String |
m_strQuantityColName
|
private String |
m_strRefDesColname
|
Fields inherited from class com.ptc.edadata.RequestItem |
|
Constructor Summary | |
BOMRequestItem()
Default constructor. |
|
BOMRequestItem(String designRootDir,
String ecadType)
|
|
BOMRequestItem(String designRootDir,
String ecadType,
String nameColName,
String numberColName,
String quantityColName,
String refDesColName)
|
Method Summary | |
boolean |
getAllVariants()
|
String |
getBOMFile()
|
int |
getID()
|
String |
getLibraryPath()
|
String |
getNameColName()
This method will get the name of "Part Name" of BOM |
String |
getNumberColName()
This method will get the name of "Part Number" of BOM |
String |
getQuantityColName()
This method will get the name of "Quantity" of BOM |
String |
getRefDesColName()
This method will get the name of "Reference Designator" of BOM |
RequestType |
getType()
|
void |
setAllVariants(boolean getAllVariants)
|
void |
setBOMFile(String bomFile)
|
void |
setID(int uniqueID)
|
void |
setLibraryPath(String libraryPath)
|
void |
setNameColName(String nameColName)
This method will set the name of "Part Name" of BOM |
void |
setNumberColName(String numberColName)
This method will set the name of "Part Number" of BOM |
void |
setQuantityColName(String quantityColName)
This method will set the name of "Quantity" of BOM |
void |
setRefDesColName(String refDesColName)
This method will set the name of "Reference Designator" of BOM |
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_strNameColName
private String m_strNumberColName
private String m_strQuantityColName
private String m_strRefDesColname
private String m_strBOMFile
private String m_strLibraryPath
private boolean m_bGetAllVariants
private int m_numUniqueID
Constructor Detail |
public BOMRequestItem()
public BOMRequestItem(String designRootDir, String ecadType)
designRootDir
- String of design root directoryecadType
- String of ecad typepublic BOMRequestItem(String designRootDir, String ecadType, String nameColName, String numberColName, String quantityColName, String refDesColName)
designRootDir
- String of design root directoryecadType
- String of ecad typenameColName
- String of name of "Part Name" on BOMnumberColName
- String of name of "Part Number" on BOMquantityColName
- String of name of "Quantity" on BOMrefDesColName
- String of name of "Reference Designators" on BOMMethod Detail |
public String getNameColName()
public void setNameColName(String nameColName)
nameColName
- String Actual name of "Part Name" BOM column string
as appearing in corresponding BOMColumnDef's name property.public String getNumberColName()
public void setNumberColName(String numberColName)
numberColName
- String Actual name of "Part Number" BOM column string
as appearing in corresponding BOMColumnDef's name property.public String getQuantityColName()
public void setQuantityColName(String quantityColName)
quantityColName
- String Actual name of "Quantity" BOM column string
as appearing in corresponding BOMColumnDef's name property.public String getRefDesColName()
public void setRefDesColName(String refDesColName)
refDesColName
- String Actual name of "Reference Designators"
BOM column string as appearing in corresponding
BOMColumnDef's name property.public String getBOMFile()
public void setBOMFile(String bomFile)
public void setAllVariants(boolean getAllVariants)
public boolean getAllVariants()
public String getLibraryPath()
public void setLibraryPath(String libraryPath)
public void setID(int uniqueID)
setID
in class ExchangeItem
public int getID()
getID
in class ExchangeItem
public RequestType getType()
getType
in class RequestItem
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |