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()
DataConfig
public void setConfig(DataConfig value)
value
- allowed object is
DataConfig
public Messages getMessages()
Messages
public void setMessages(Messages value)
value
- allowed object is
Messages
public void setBean(Bean value)
value
- allowed object is
Bean
public void setData(Data value)
value
- allowed object is
Data
public String getId()
String
public void setId(String value)
value
- allowed object is
String
public String getMode()
String
public void setMode(String value)
value
- allowed object is
String
public String getSource()
String
Copyright © 2011–2023 aiticon GmbH. All rights reserved.