de.smartics.properties.spi.config.ds
Interface PropertiesDataSourceDescriptor

Package class diagram package PropertiesDataSourceDescriptor
All Superinterfaces:
Serializable
All Known Subinterfaces:
PropertiesDataSourceManager
All Known Implementing Classes:
AbstractDataSourceDescriptor, DefaultDataSourceManager, PropertiesStore

public interface PropertiesDataSourceDescriptor
     
     
extends Serializable

Interface to describe the structure of a data base that contains properties information.


Method Summary
 String getConfigColumn()
          Returns the name of the configuration key column.
 String getDataSourceId()
          Returns the identifier of the data source.
 String getNameColumn()
          Returns the name of the property name column.
 String getTable()
          Returns the name of the configuration table.
 String getValueColumn()
          Returns the name of the property value column.
 

Method Detail

getDataSourceId

String getDataSourceId()
Returns the identifier of the data source.

Returns:
the identifier of the data source.

getTable

String getTable()
Returns the name of the configuration table.

Returns:
the name of the configuration table.

getConfigColumn

String getConfigColumn()
Returns the name of the configuration key column.

Returns:
the name of the configuration key column.

getNameColumn

String getNameColumn()
Returns the name of the property name column.

Returns:
the name of the property name column.

getValueColumn

String getValueColumn()
Returns the name of the property value column.

Returns:
the name of the property value column.


Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.