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 XSL supports some custom display mode(s), this property 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()
Params
public void setParams(Params value)
value
- allowed object is
Params
public Condition getCondition()
Condition
public void setCondition(Condition value)
value
- allowed object is
Condition
public Permissions getPermissions()
Permissions
public void setPermissions(Permissions value)
value
- allowed object is
Permissions
public String getId()
Datasource
.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 Integer getPageSize()
Integer
Copyright © 2011–2017 aiticon GmbH. All rights reserved.