uk.ac.kcl.cch.rdb2java.dynData
Class FKReferenceList

java.lang.Object
  extended byuk.ac.kcl.cch.rdb2java.dynData.FKReferenceList

public class FKReferenceList
extends Object


Field Summary
static FKReferenceList EMPTY_FKREFERENCELIST
           
 
Constructor Summary
FKReferenceList()
           
FKReferenceList(BaseQuery theQuery, String whereString)
           
 
Method Summary
 boolean add(IAuthorityListItem thisItem)
           
 int getCount()
           
 Vector getItems()
           
 Iterator iterator()
           
 boolean remove(IAuthorityListItem thisItem)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY_FKREFERENCELIST

public static FKReferenceList EMPTY_FKREFERENCELIST
Constructor Detail

FKReferenceList

public FKReferenceList()

FKReferenceList

public FKReferenceList(BaseQuery theQuery,
                       String whereString)
Method Detail

getItems

public Vector getItems()

getCount

public int getCount()

add

public boolean add(IAuthorityListItem thisItem)

remove

public boolean remove(IAuthorityListItem thisItem)

iterator

public Iterator iterator()