it.eng.qbe.datasource
Interface IDataSource

All Known Subinterfaces:
IHibernateDataSource
All Known Implementing Classes:
AbstractDataSource, AbstractHibernateDataSource, BasicHibernateDataSource, CompositeHibernateDataSource

public interface IDataSource

The Interface IDataSource.

Author:
Andrea Gioia

Field Summary
static int COMPOSITE_HIBERNATE_DS_TYPE
          The COMPOSIT e_ hibernat e_ d s_ type.
static int HIBERNATE_DS_TYPE
          The HIBERNAT e_ d s_ type.
 
Method Summary
 java.lang.String getName()
          Gets the name.
 DatamartProperties getProperties()
          Gets the properties.
 int getType()
          Gets the type.
 void setProperties(DatamartProperties properties)
          Sets the properties.
 

Field Detail

HIBERNATE_DS_TYPE

static final int HIBERNATE_DS_TYPE
The HIBERNAT e_ d s_ type.

See Also:
Constant Field Values

COMPOSITE_HIBERNATE_DS_TYPE

static final int COMPOSITE_HIBERNATE_DS_TYPE
The COMPOSIT e_ hibernat e_ d s_ type.

See Also:
Constant Field Values
Method Detail

getName

java.lang.String getName()
Gets the name.

Returns:
the name

getType

int getType()
Gets the type.

Returns:
the type

getProperties

DatamartProperties getProperties()
Gets the properties.

Returns:
the properties

setProperties

void setProperties(DatamartProperties properties)
Sets the properties.

Parameters:
properties - the new properties