|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.smartics.properties.spi.config.ds.AbstractDataSourceDescriptor.Builder
public static class AbstractDataSourceDescriptor.Builder
The builder of descriptor instances.
Constructor Summary | |
---|---|
AbstractDataSourceDescriptor.Builder() |
Method Summary | |
---|---|
void |
setNameColumn(String nameColumn) Sets the name of the property name column. |
void |
setTable(String table) Sets the name of the configuration table. |
void |
setValueColumn(String valueColumn) Sets 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 |
Constructor Detail |
---|
public AbstractDataSourceDescriptor.Builder()
Method Detail |
---|
public final void setTable(String table)
table
- the name of the configuration table.
public final void setNameColumn(String nameColumn)
nameColumn
- the name of the property name column.
public final void setValueColumn(String valueColumn)
valueColumn
- the name of the property value column.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |