Class DatasourceDefinition
- java.lang.Object
-
- org.openbravo.base.model.ModelObject
-
- org.openbravo.userinterface.selector.model.domaintype.DatasourceDefinition
-
public class DatasourceDefinition extends ModelObject
The datasource read from the database. Note the Column/Table and other types from the org.openbravo.base.model package should be used, not the generated ones!- Author:
- mtaal
-
-
Constructor Summary
Constructors Constructor Description DatasourceDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Table
getTable()
void
setTable(Table table)
-
Methods inherited from class org.openbravo.base.model.ModelObject
get, getData, getId, getIdentifier, getName, getUpdated, isActive, isNew, set, setActive, setId, setName, setUpdated, toString
-
-