ru.goodidea.df.dictionary.datasource
Class AbstractDataSource

java.lang.Object
  extended by ru.goodidea.df.dictionary.datasource.AbstractDataSource
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
EJBDataSource, EnumDataSource, SQLDataSource

public abstract class AbstractDataSource
extends java.lang.Object
implements java.io.Serializable

Title:

Description:

Copyright: Copyright (c) 2004

Company:

Version:
1.0
Author:
Konstantin Pupkov
See Also:
Serialized Form

Constructor Summary
AbstractDataSource()
           
 
Method Summary
abstract  java.util.Dictionary getDictionary()
           
abstract  int getRowCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractDataSource

public AbstractDataSource()
Method Detail

getDictionary

public abstract java.util.Dictionary getDictionary()

getRowCount

public abstract int getRowCount()


Copyright © 2009. All Rights Reserved.