Package org.compiere.model
Interface I_AD_Menu
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 4 - Systemstatic StringCOLUMNNAME_ActionColumn name Actionstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Form_IDColumn name AD_Form_IDstatic StringCOLUMNNAME_AD_InfoWindow_IDColumn name AD_InfoWindow_IDstatic StringCOLUMNNAME_AD_Menu_IDColumn name AD_Menu_IDstatic StringCOLUMNNAME_AD_Menu_UUColumn name AD_Menu_UUstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_AD_Process_IDColumn name AD_Process_IDstatic StringCOLUMNNAME_AD_Task_IDColumn name AD_Task_IDstatic StringCOLUMNNAME_AD_Window_IDColumn name AD_Window_IDstatic StringCOLUMNNAME_AD_Workflow_IDColumn name AD_Workflow_IDstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_DescriptionColumn name Descriptionstatic StringCOLUMNNAME_EntityTypeColumn name EntityTypestatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_IsCentrallyMaintainedColumn name IsCentrallyMaintainedstatic StringCOLUMNNAME_IsReadOnlyColumn name IsReadOnlystatic StringCOLUMNNAME_IsSOTrxColumn name IsSOTrxstatic StringCOLUMNNAME_IsSummaryColumn name IsSummarystatic StringCOLUMNNAME_NameColumn name Namestatic StringCOLUMNNAME_PredefinedContextVariablesColumn name PredefinedContextVariablesstatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic KeyNamePairModelstatic intTable_IDAD_Table_ID=116static StringTable_NameTableName=AD_Menu
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAction()Get Action.intgetAD_Client_ID()Get Client.I_AD_FormgetAD_Form()intgetAD_Form_ID()Get Special Form.I_AD_InfoWindowgetAD_InfoWindow()intgetAD_InfoWindow_ID()Get Info Window.intgetAD_Menu_ID()Get Menu.StringgetAD_Menu_UU()Get AD_Menu_UUintgetAD_Org_ID()Get Organization.I_AD_ProcessgetAD_Process()intgetAD_Process_ID()Get Process.I_AD_TaskgetAD_Task()intgetAD_Task_ID()Get OS Task.I_AD_WindowgetAD_Window()intgetAD_Window_ID()Get Window.I_AD_WorkflowgetAD_Workflow()intgetAD_Workflow_ID()Get Workflow.TimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.StringgetDescription()Get Description.StringgetEntityType()Get Entity Type.StringgetName()Get Name.StringgetPredefinedContextVariables()Get Predefined Context Variables.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.booleanisActive()Get Active.booleanisCentrallyMaintained()Get Centrally maintained.booleanisReadOnly()Get Read Only.booleanisSOTrx()Get Sales Transaction.booleanisSummary()Get Summary Level.voidsetAction(String Action)Set Action.voidsetAD_Form_ID(int AD_Form_ID)Set Special Form.voidsetAD_InfoWindow_ID(int AD_InfoWindow_ID)Set Info Window.voidsetAD_Menu_ID(int AD_Menu_ID)Set Menu.voidsetAD_Menu_UU(String AD_Menu_UU)Set AD_Menu_UUvoidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetAD_Process_ID(int AD_Process_ID)Set Process.voidsetAD_Task_ID(int AD_Task_ID)Set OS Task.voidsetAD_Window_ID(int AD_Window_ID)Set Window.voidsetAD_Workflow_ID(int AD_Workflow_ID)Set Workflow.voidsetDescription(String Description)Set Description.voidsetEntityType(String EntityType)Set Entity Type.voidsetIsActive(boolean IsActive)Set Active.voidsetIsCentrallyMaintained(boolean IsCentrallyMaintained)Set Centrally maintained.voidsetIsReadOnly(boolean IsReadOnly)Set Read Only.voidsetIsSOTrx(boolean IsSOTrx)Set Sales Transaction.voidsetIsSummary(boolean IsSummary)Set Summary Level.voidsetName(String Name)Set Name.voidsetPredefinedContextVariables(String PredefinedContextVariables)Set Predefined Context Variables.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=AD_Menu- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=116- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 4 - System
-
COLUMNNAME_Action
static final String COLUMNNAME_Action
Column name Action- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Form_ID
static final String COLUMNNAME_AD_Form_ID
Column name AD_Form_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_InfoWindow_ID
static final String COLUMNNAME_AD_InfoWindow_ID
Column name AD_InfoWindow_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Menu_ID
static final String COLUMNNAME_AD_Menu_ID
Column name AD_Menu_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Menu_UU
static final String COLUMNNAME_AD_Menu_UU
Column name AD_Menu_UU- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Process_ID
static final String COLUMNNAME_AD_Process_ID
Column name AD_Process_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Task_ID
static final String COLUMNNAME_AD_Task_ID
Column name AD_Task_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Window_ID
static final String COLUMNNAME_AD_Window_ID
Column name AD_Window_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Workflow_ID
static final String COLUMNNAME_AD_Workflow_ID
Column name AD_Workflow_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_Description
static final String COLUMNNAME_Description
Column name Description- See Also:
- Constant Field Values
-
COLUMNNAME_EntityType
static final String COLUMNNAME_EntityType
Column name EntityType- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsCentrallyMaintained
static final String COLUMNNAME_IsCentrallyMaintained
Column name IsCentrallyMaintained- See Also:
- Constant Field Values
-
COLUMNNAME_IsReadOnly
static final String COLUMNNAME_IsReadOnly
Column name IsReadOnly- See Also:
- Constant Field Values
-
COLUMNNAME_IsSOTrx
static final String COLUMNNAME_IsSOTrx
Column name IsSOTrx- See Also:
- Constant Field Values
-
COLUMNNAME_IsSummary
static final String COLUMNNAME_IsSummary
Column name IsSummary- See Also:
- Constant Field Values
-
COLUMNNAME_Name
static final String COLUMNNAME_Name
Column name Name- See Also:
- Constant Field Values
-
COLUMNNAME_PredefinedContextVariables
static final String COLUMNNAME_PredefinedContextVariables
Column name PredefinedContextVariables- See Also:
- Constant Field Values
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
-
Method Detail
-
setAction
void setAction(String Action)
Set Action. Indicates the Action to be performed
-
getAction
String getAction()
Get Action. Indicates the Action to be performed
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Form_ID
void setAD_Form_ID(int AD_Form_ID)
Set Special Form. Special Form
-
getAD_Form_ID
int getAD_Form_ID()
Get Special Form. Special Form
-
getAD_Form
I_AD_Form getAD_Form() throws RuntimeException
- Throws:
RuntimeException
-
setAD_InfoWindow_ID
void setAD_InfoWindow_ID(int AD_InfoWindow_ID)
Set Info Window. Info and search/select Window
-
getAD_InfoWindow_ID
int getAD_InfoWindow_ID()
Get Info Window. Info and search/select Window
-
getAD_InfoWindow
I_AD_InfoWindow getAD_InfoWindow() throws RuntimeException
- Throws:
RuntimeException
-
setAD_Menu_ID
void setAD_Menu_ID(int AD_Menu_ID)
Set Menu. Identifies a Menu
-
getAD_Menu_ID
int getAD_Menu_ID()
Get Menu. Identifies a Menu
-
setAD_Menu_UU
void setAD_Menu_UU(String AD_Menu_UU)
Set AD_Menu_UU
-
getAD_Menu_UU
String getAD_Menu_UU()
Get AD_Menu_UU
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
setAD_Process_ID
void setAD_Process_ID(int AD_Process_ID)
Set Process. Process or Report
-
getAD_Process_ID
int getAD_Process_ID()
Get Process. Process or Report
-
getAD_Process
I_AD_Process getAD_Process() throws RuntimeException
- Throws:
RuntimeException
-
setAD_Task_ID
void setAD_Task_ID(int AD_Task_ID)
Set OS Task. Operation System Task
-
getAD_Task_ID
int getAD_Task_ID()
Get OS Task. Operation System Task
-
getAD_Task
I_AD_Task getAD_Task() throws RuntimeException
- Throws:
RuntimeException
-
setAD_Window_ID
void setAD_Window_ID(int AD_Window_ID)
Set Window. Data entry or display window
-
getAD_Window_ID
int getAD_Window_ID()
Get Window. Data entry or display window
-
getAD_Window
I_AD_Window getAD_Window() throws RuntimeException
- Throws:
RuntimeException
-
setAD_Workflow_ID
void setAD_Workflow_ID(int AD_Workflow_ID)
Set Workflow. Workflow or combination of tasks
-
getAD_Workflow_ID
int getAD_Workflow_ID()
Get Workflow. Workflow or combination of tasks
-
getAD_Workflow
I_AD_Workflow getAD_Workflow() throws RuntimeException
- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setDescription
void setDescription(String Description)
Set Description. Optional short description of the record
-
getDescription
String getDescription()
Get Description. Optional short description of the record
-
setEntityType
void setEntityType(String EntityType)
Set Entity Type. Dictionary Entity Type; Determines ownership and synchronization
-
getEntityType
String getEntityType()
Get Entity Type. Dictionary Entity Type; Determines ownership and synchronization
-
setIsActive
void setIsActive(boolean IsActive)
Set Active. The record is active in the system
-
isActive
boolean isActive()
Get Active. The record is active in the system
-
setIsCentrallyMaintained
void setIsCentrallyMaintained(boolean IsCentrallyMaintained)
Set Centrally maintained. Information maintained in System Element table
-
isCentrallyMaintained
boolean isCentrallyMaintained()
Get Centrally maintained. Information maintained in System Element table
-
setIsReadOnly
void setIsReadOnly(boolean IsReadOnly)
Set Read Only. Field is read only
-
isReadOnly
boolean isReadOnly()
Get Read Only. Field is read only
-
setIsSOTrx
void setIsSOTrx(boolean IsSOTrx)
Set Sales Transaction. This is a Sales Transaction
-
isSOTrx
boolean isSOTrx()
Get Sales Transaction. This is a Sales Transaction
-
setIsSummary
void setIsSummary(boolean IsSummary)
Set Summary Level. This is a summary entity
-
isSummary
boolean isSummary()
Get Summary Level. This is a summary entity
-
setName
void setName(String Name)
Set Name. Alphanumeric identifier of the entity
-
getName
String getName()
Get Name. Alphanumeric identifier of the entity
-
setPredefinedContextVariables
void setPredefinedContextVariables(String PredefinedContextVariables)
Set Predefined Context Variables. Predefined context variables to inject when opening a menu entry or a window
-
getPredefinedContextVariables
String getPredefinedContextVariables()
Get Predefined Context Variables. Predefined context variables to inject when opening a menu entry or a window
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-