public class Datasource extends BaseObject implements Serializable
org.appng.api.DataProvider interface.| Modifier and Type | Field and Description |
|---|---|
protected Bean |
bean |
protected DataConfig |
config |
protected Data |
data |
protected String |
id |
protected Messages |
messages |
protected String |
mode |
protected String |
source |
| Constructor and Description |
|---|
Datasource() |
| Modifier and Type | Method and Description |
|---|---|
Bean |
getBean()
Gets the value of the bean property.
|
DataConfig |
getConfig()
Gets the value of the config property.
|
Data |
getData()
Gets the value of the data property.
|
String |
getId()
The globally unique id of this datasource.
|
Messages |
getMessages()
Gets the value of the messages property.
|
String |
getMode()
If the appNG-template or the application's custom templating supports some custom display mode(s), the mode can be used to control this custom behavior.
|
String |
getSource()
The fully qualified class name of the underlying bean.
|
void |
setBean(Bean value)
Sets the value of the bean property.
|
void |
setConfig(DataConfig value)
Sets the value of the config property.
|
void |
setData(Data value)
Sets the value of the data property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setMessages(Messages value)
Sets the value of the messages property.
|
void |
setMode(String value)
Sets the value of the mode property.
|
void |
setSource(String value)
Sets the value of the source property.
|
protected DataConfig config
protected Messages messages
protected Bean bean
protected Data data
protected String id
protected String mode
protected String source
public DataConfig getConfig()
DataConfigpublic void setConfig(DataConfig value)
value - allowed object is
DataConfigpublic Messages getMessages()
Messagespublic void setMessages(Messages value)
value - allowed object is
Messagespublic void setBean(Bean value)
value - allowed object is
Beanpublic void setData(Data value)
value - allowed object is
Datapublic String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getMode()
Stringpublic void setMode(String value)
value - allowed object is
Stringpublic String getSource()
StringCopyright © 2011–2020 aiticon GmbH. All rights reserved.