public interface IFavoriteFolder extends IBaseField
Modifier and Type | Method and Description |
---|---|
boolean |
_public()
Checks whether this folder is public.
|
com4j.Com4jObject |
favoriteFactory()
The FavoriteFactory object for IFavorite items contained in this folder.
|
com4j.Com4jObject |
favoriteFolderFactory()
The FavoriteFolderFactory object for folders that are direct children of this folder.
|
String |
module()
The user-interface module to which the favorites in this folder apply.
|
String |
name()
The favorite folder's name.
|
void |
name(String pVal)
The favorite folder's name.
|
int |
parentId()
The containing folder's ID.
|
void |
parentId(int pVal)
The containing folder's ID.
|
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
isLocked, lockObject, unLockObject
String name()
The favorite folder's name.
Getter method for the COM property "Name"
void name(String pVal)
The favorite folder's name.
Setter method for the COM property "Name"
pVal
- Mandatory java.lang.String parameter.int parentId()
The containing folder's ID.
Getter method for the COM property "ParentId"
void parentId(int pVal)
The containing folder's ID.
Setter method for the COM property "ParentId"
pVal
- Mandatory int parameter.boolean _public()
Checks whether this folder is public.
Getter method for the COM property "Public"
String module()
The user-interface module to which the favorites in this folder apply.
Getter method for the COM property "Module"
com4j.Com4jObject favoriteFolderFactory()
The FavoriteFolderFactory object for folders that are direct children of this folder.
Getter method for the COM property "FavoriteFolderFactory"
com4j.Com4jObject favoriteFactory()
The FavoriteFactory object for IFavorite items contained in this folder.
Getter method for the COM property "FavoriteFactory"
Copyright © 2020. All rights reserved.