com.jamonapi.utils
Class BufferListDetailData

java.lang.Object
  extended by com.jamonapi.utils.BufferListDetailData
All Implemented Interfaces:
DetailData

public class BufferListDetailData
extends java.lang.Object
implements DetailData

This class builds the returned array data based on info from header and first row.


Constructor Summary
BufferListDetailData(BufferList bufferList)
           
 
Method Summary
 java.lang.Object[][] getData()
           
 java.lang.String[] getHeader()
           
 int getRowCount()
           
 boolean hasData()
           
 boolean isEmpty()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BufferListDetailData

public BufferListDetailData(BufferList bufferList)
Method Detail

getHeader

public java.lang.String[] getHeader()
Specified by:
getHeader in interface DetailData

getData

public java.lang.Object[][] getData()
Specified by:
getData in interface DetailData

getRowCount

public int getRowCount()

hasData

public boolean hasData()

isEmpty

public boolean isEmpty()