de.smartics.properties.config.transfer.templatestream
Class TableDescriptor

Package class diagram package TableDescriptor
java.lang.Object
  extended by de.smartics.properties.config.transfer.templatestream.TableDescriptor

public final class TableDescriptor
     
     
extends Object

Descriptor for table and column names to store property values.


Nested Class Summary
static class TableDescriptor.Builder
          The builder of descriptor instances.
 
Method Summary
 String getConfigColumn()
          Returns the name of the configuration key column.
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTable

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

Returns:
the name of the configuration table.

getConfigColumn

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

Returns:
the name of the configuration key column.

getNameColumn

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

Returns:
the name of the property name column.

getValueColumn

public 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.