Class DatasourceDefinition
- java.lang.Object
-
- org.openbravo.base.model.ModelObject
-
- org.openbravo.userinterface.selector.model.domaintype.DatasourceDefinition
-
@Entity 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 String
getId()
Table
getTable()
void
setId(String id)
void
setTable(Table table)
-
Methods inherited from class org.openbravo.base.model.ModelObject
get, getData, getIdentifier, getName, getUpdated, isActive, isNew, set, setActive, setName, setUpdated, toString
-
-
-
-
Method Detail
-
getId
public String getId()
- Overrides:
getId
in classModelObject
-
setId
public void setId(String id)
- Overrides:
setId
in classModelObject
-
getTable
public Table getTable()
-
setTable
public void setTable(Table table)
-
-