|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.edadata.BOMListMember
Title: BOMListMember
Description: This class contains all the neccessary information for a particular BOM. This is a BOM response bean
Copyright: Copyright (c) 2004
Company: PTC
Field Summary | |
private BOMColumnDef[] |
m_bcColumnDefs
|
private BOMRow[] |
m_brRows
|
private BOMRow |
m_brTotals
|
private String |
m_strID
|
static String |
PRIMARY
|
Constructor Summary | |
BOMListMember()
Default constructor. |
Method Summary | |
String |
getBOMID()
This method will get the ID for this member of BOM list |
BOMColumnDef[] |
getColumnDefs()
This method gets the array of column definitions Column definitions for BOM. |
BOMRow[] |
getRows()
This method gets the BOM rows Each row's items array size must match column definitions array size |
BOMRow |
getTotals()
This method gets the items total array size "Totals" row. |
boolean |
removeRow(int rowNum)
This method will remove a row from the object |
void |
setBOMID(String ID)
This method will set the ID for this member of BOM list |
void |
setColumnDefs(BOMColumnDef[] columnDefs)
This method sets the array of column definitions Column definitions for BOM. |
void |
setRows(BOMRow[] rows)
This method sets the BOM rows Each row's items array size must match column definitions array size |
void |
setTotals(BOMRow totals)
This method sets the items total array size "Totals" row. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private BOMColumnDef[] m_bcColumnDefs
private BOMRow[] m_brRows
private BOMRow m_brTotals
private String m_strID
public static final String PRIMARY
Constructor Detail |
public BOMListMember()
Method Detail |
public BOMColumnDef[] getColumnDefs()
public void setColumnDefs(BOMColumnDef[] columnDefs)
columnDefs
- Array of BOM column definitionspublic BOMRow[] getRows()
public void setRows(BOMRow[] rows)
rows
- Array of the BOM rowspublic BOMRow getTotals()
null
.
public void setTotals(BOMRow totals)
null
.
totals
- Array of BOM row size totalspublic String getBOMID()
public void setBOMID(String ID)
ID
- Stringpublic boolean removeRow(int rowNum)
rowNum
- int of the row number
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |