public class DatasourceEntryModel extends Object implements Serializable
| Constructor and Description |
|---|
DatasourceEntryModel() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getDsId()
Entry ID
|
String |
getGlobalId()
Global ID
|
Integer |
getId()
Local ID
|
String |
getKey()
Entry key
|
String |
getValue()
Entry value
|
DatasourceEntryModel |
setDsId(Integer dsId)
Set the entry ID
|
DatasourceEntryModel |
setGlobalId(String globalId)
Set the global ID
|
DatasourceEntryModel |
setId(Integer id)
Set the local ID
|
DatasourceEntryModel |
setKey(String key)
Set the entry key
|
DatasourceEntryModel |
setValue(String value)
Set the entry value
|
String |
toString() |
public Integer getId()
public DatasourceEntryModel setId(Integer id)
id - IDpublic String getGlobalId()
public DatasourceEntryModel setGlobalId(String globalId)
globalId - IDpublic Integer getDsId()
public DatasourceEntryModel setDsId(Integer dsId)
dsId - entry IDpublic String getKey()
public DatasourceEntryModel setKey(String key)
key - keypublic String getValue()
public DatasourceEntryModel setValue(String value)
value - valueCopyright © 2024 Gentics Software. All rights reserved.