public interface IModule
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
String |
description()
The module description.
|
void |
description(String pVal)
The module description.
|
String |
guid()
The module GUID.
|
void |
guid(String pVal)
The module GUID.
|
int |
id()
The module ID.
|
String |
name()
The module name.
|
void |
name(String pVal)
The module name.
|
void |
numericVisible(int rhs)
Updates visibility with numeric value for the specified user group.
|
int |
order()
The module position in the framework sidebar.
|
void |
order(int pVal)
The module position in the framework sidebar.
|
boolean |
updated()
Indicates if the object has been modified since being downloaded from database.
|
void |
updated(boolean pVal)
Indicates if the object has been modified since being downloaded from database.
|
String |
visible()
A bit-mask string that indicates for which groups the module is visible in the user interface.
|
void |
visible(String pVal)
A bit-mask string that indicates for which groups the module is visible in the user interface.
|
void |
visibleForGroup(int groupId,
boolean rhs)
Updates visibility for the specified user group.
|
int id()
The module ID.
Getter method for the COM property "ID"
String name()
The module name.
Getter method for the COM property "Name"
void name(String pVal)
The module name.
Setter method for the COM property "Name"
pVal
- Mandatory java.lang.String parameter.String description()
The module description.
Getter method for the COM property "Description"
void description(String pVal)
The module description.
Setter method for the COM property "Description"
pVal
- Mandatory java.lang.String parameter.String guid()
The module GUID.
Getter method for the COM property "GUID"
void guid(String pVal)
The module GUID.
Setter method for the COM property "GUID"
pVal
- Mandatory java.lang.String parameter.String visible()
A bit-mask string that indicates for which groups the module is visible in the user interface.
Getter method for the COM property "Visible"
void visible(String pVal)
A bit-mask string that indicates for which groups the module is visible in the user interface.
Setter method for the COM property "Visible"
pVal
- Mandatory java.lang.String parameter.boolean updated()
Indicates if the object has been modified since being downloaded from database.
Getter method for the COM property "Updated"
void updated(boolean pVal)
Indicates if the object has been modified since being downloaded from database.
Setter method for the COM property "Updated"
pVal
- Mandatory boolean parameter.void visibleForGroup(int groupId, boolean rhs)
Updates visibility for the specified user group.
Setter method for the COM property "VisibleForGroup"
groupId
- Mandatory int parameter.rhs
- Mandatory boolean parameter.void numericVisible(int rhs)
Updates visibility with numeric value for the specified user group.
Setter method for the COM property "NumericVisible"
rhs
- Mandatory int parameter.int order()
The module position in the framework sidebar.
Getter method for the COM property "Order"
void order(int pVal)
The module position in the framework sidebar.
Setter method for the COM property "Order"
pVal
- Mandatory int parameter.Copyright © 2020. All rights reserved.