DataSourceDVO

public abstract class DataSourceDVO extends AbstractDVO

The DataSourceDVO, which implements the DVO interface, is simply a subclass of the AbstractDVO. It is expected to be used by a DataSourceDAOFactory.

Author:Hugo Y. K. Lam

Constructors

DataSourceDVO

protected DataSourceDVO()

Creates a new instance of DataSourceDVO.

DataSourceDVO

protected DataSourceDVO(Hashtable data)

Creates a new instance of DataSourceDVO.

Parameters:
  • data – the source data of this DVO.