public interface IFavorite extends IBaseField
Modifier and Type | Method and Description |
---|---|
boolean |
_public()
Checks whether this favorite is public.
|
String |
filterData()
The favorite's filter in XML.
|
void |
filterData(String pVal)
The favorite's filter in XML.
|
String |
layoutData()
The display attributes in XML.
|
void |
layoutData(String pVal)
The display attributes in XML.
|
String |
module()
The user-interface module to which the setting applies.
|
String |
name()
The favorite's name.
|
void |
name(String pVal)
The favorite's name.
|
int |
parentId()
The ID of the favorites folder containing this item.
|
void |
parentId(int pVal)
The ID of the favorites folder containing this item.
|
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
isLocked, lockObject, unLockObject
String name()
The favorite's name.
Getter method for the COM property "Name"
void name(String pVal)
The favorite's name.
Setter method for the COM property "Name"
pVal
- Mandatory java.lang.String parameter.int parentId()
The ID of the favorites folder containing this item.
Getter method for the COM property "ParentId"
void parentId(int pVal)
The ID of the favorites folder containing this item.
Setter method for the COM property "ParentId"
pVal
- Mandatory int parameter.boolean _public()
Checks whether this favorite is public.
Getter method for the COM property "Public"
String module()
The user-interface module to which the setting applies.
Getter method for the COM property "Module"
String filterData()
The favorite's filter in XML.
Getter method for the COM property "FilterData"
void filterData(String pVal)
The favorite's filter in XML.
Setter method for the COM property "FilterData"
pVal
- Mandatory java.lang.String parameter.String layoutData()
The display attributes in XML.
Getter method for the COM property "LayoutData"
void layoutData(String pVal)
The display attributes in XML.
Setter method for the COM property "LayoutData"
pVal
- Mandatory java.lang.String parameter.Copyright © 2020. All rights reserved.