public class DatasourceRef extends BaseObject implements Serializable
Datasource. It depends on the Condition and Permissions whether or not the referenced Datasource is being included to the page.| Modifier and Type | Field and Description |
|---|---|
protected Condition |
condition |
protected String |
id |
protected String |
mode |
protected Integer |
pageSize |
protected Params |
params |
protected Permissions |
permissions |
| Constructor and Description |
|---|
DatasourceRef() |
| Modifier and Type | Method and Description |
|---|---|
Condition |
getCondition()
Gets the value of the condition property.
|
String |
getId()
The unique id of the referenced
Datasource. |
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.
|
Integer |
getPageSize()
The default page size for the datasource
|
Params |
getParams()
Gets the value of the params property.
|
Permissions |
getPermissions()
Gets the value of the permissions property.
|
void |
setCondition(Condition value)
Sets the value of the condition property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setMode(String value)
Sets the value of the mode property.
|
void |
setPageSize(Integer value)
Sets the value of the pageSize property.
|
void |
setParams(Params value)
Sets the value of the params property.
|
void |
setPermissions(Permissions value)
Sets the value of the permissions property.
|
protected Params params
protected Condition condition
protected Permissions permissions
protected String id
protected String mode
protected Integer pageSize
public Params getParams()
Paramspublic void setParams(Params value)
value - allowed object is
Paramspublic Condition getCondition()
Conditionpublic void setCondition(Condition value)
value - allowed object is
Conditionpublic Permissions getPermissions()
Permissionspublic void setPermissions(Permissions value)
value - allowed object is
Permissionspublic String getId()
Datasource.Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getMode()
Stringpublic void setMode(String value)
value - allowed object is
Stringpublic Integer getPageSize()
IntegerCopyright © 2011–2022 aiticon GmbH. All rights reserved.