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
|
void |
setGlobalId(String globalId)
Set the global ID
|
void |
setId(Integer id)
Set the internal ID
|
void |
setName(String name)
Set the name
|
void |
setType(DatasourceType type)
Set the type
|
public Integer getId()
public void setId(Integer id)
id
- IDpublic String getGlobalId()
public void setGlobalId(String globalId)
globalId
- public DatasourceType getType()
public void setType(DatasourceType type)
type
- typepublic String getName()
public void setName(String name)
name
- nameCopyright © 2017 Gentics Software. All rights reserved.