com.ptc.edadata
Class BOMRow

java.lang.Object
  extended bycom.ptc.edadata.BOMRow

public class BOMRow
extends Object

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

m_arrValues

private Object[] m_arrValues
Constructor Detail

BOMRow

public BOMRow()
Default constructor


BOMRow

public BOMRow(Object[] values)
This will create an BOMRow object with array values

Parameters:
values - Object[] of array values
Method Detail

getValues

public Object[] getValues()
This method gets the array of row values

Returns:
Array of row's values

setValues

public void setValues(Object[] values)
This method sets the array of row values

Parameters:
values - Object[] of row values