|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.edadata.BOMRow
Title: BOMRow
Description: This class contains all the rows for a particular BOM. This is a BOM row response bean
Copyright: Copyright (c) 2004
Company: PTC
Field Summary | |
private Object[] |
m_arrValues
|
Constructor Summary | |
BOMRow()
Default constructor |
|
BOMRow(Object[] values)
This will create an BOMRow object with array values |
Method Summary | |
Object[] |
getValues()
This method gets the array of row values |
void |
setValues(Object[] values)
This method sets the array of row values |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private Object[] m_arrValues
Constructor Detail |
public BOMRow()
public BOMRow(Object[] values)
values
- Object[] of array valuesMethod Detail |
public Object[] getValues()
public void setValues(Object[] values)
values
- Object[] of row values
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |