public class Datasource extends Object implements Serializable
Constructor and Description |
---|
Datasource()
Create empty instance
|
Modifier and Type | Method and Description |
---|---|
String |
getGlobalId()
Global ID
|
Integer |
getId()
Internal ID
|
String |
getName()
Name
|
DatasourceType |
getType()
Datasource type
|
Datasource |
setGlobalId(String globalId)
Set the global ID
|
Datasource |
setId(Integer id)
Set the internal ID
|
Datasource |
setName(String name)
Set the name
|
Datasource |
setType(DatasourceType type)
Set the type
|
public Integer getId()
public Datasource setId(Integer id)
id
- IDpublic String getGlobalId()
public Datasource setGlobalId(String globalId)
globalId
- public DatasourceType getType()
public Datasource setType(DatasourceType type)
type
- typepublic String getName()
public Datasource setName(String name)
name
- nameCopyright © 2024 Gentics Software. All rights reserved.