wt.pds
Class ObjectReferenceStatementBuilder.IdList

java.lang.Object
  extended bywt.pds.ObjectReferenceStatementBuilder.IdList
Direct Known Subclasses:
ObjectReferenceStatementBuilder.SingleColumnUniqueIdList
Enclosing class:
ObjectReferenceStatementBuilder

static class ObjectReferenceStatementBuilder.IdList
extends Object


Field Summary
private  int columnCount
           
private  int count
           
private  Object[] list
           
 
Constructor Summary
ObjectReferenceStatementBuilder.IdList(int a_maxLength, int a_columnCount)
           
 
Method Summary
 void addIdRow()
           
 int getCount()
           
 Object getId(int a_rowIndex, int a_columnIndex)
           
 Object[] getList()
           
 void setId(int a_columnIndex, Object a_id)
           
 Object[] toColumnArray(int a_columnIndex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

list

private Object[] list

count

private int count

columnCount

private int columnCount
Constructor Detail

ObjectReferenceStatementBuilder.IdList

public ObjectReferenceStatementBuilder.IdList(int a_maxLength,
                                              int a_columnCount)
Method Detail

getList

public Object[] getList()

getCount

public int getCount()

getId

public Object getId(int a_rowIndex,
                    int a_columnIndex)

addIdRow

public void addIdRow()

setId

public void setId(int a_columnIndex,
                  Object a_id)

toColumnArray

public Object[] toColumnArray(int a_columnIndex)