Package org.compiere.model
Interface I_AD_Menu
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 4 - Systemstatic String
COLUMNNAME_Action
Column name Actionstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Form_ID
Column name AD_Form_IDstatic String
COLUMNNAME_AD_InfoWindow_ID
Column name AD_InfoWindow_IDstatic String
COLUMNNAME_AD_Menu_ID
Column name AD_Menu_IDstatic String
COLUMNNAME_AD_Menu_UU
Column name AD_Menu_UUstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_AD_Process_ID
Column name AD_Process_IDstatic String
COLUMNNAME_AD_Task_ID
Column name AD_Task_IDstatic String
COLUMNNAME_AD_Window_ID
Column name AD_Window_IDstatic String
COLUMNNAME_AD_Workflow_ID
Column name AD_Workflow_IDstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_Description
Column name Descriptionstatic String
COLUMNNAME_EntityType
Column name EntityTypestatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_IsCentrallyMaintained
Column name IsCentrallyMaintainedstatic String
COLUMNNAME_IsReadOnly
Column name IsReadOnlystatic String
COLUMNNAME_IsSOTrx
Column name IsSOTrxstatic String
COLUMNNAME_IsSummary
Column name IsSummarystatic String
COLUMNNAME_Name
Column name Namestatic String
COLUMNNAME_PredefinedContextVariables
Column name PredefinedContextVariablesstatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=116static String
Table_Name
TableName=AD_Menu
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAction()
Get Action.int
getAD_Client_ID()
Get Client.I_AD_Form
getAD_Form()
int
getAD_Form_ID()
Get Special Form.I_AD_InfoWindow
getAD_InfoWindow()
int
getAD_InfoWindow_ID()
Get Info Window.int
getAD_Menu_ID()
Get Menu.String
getAD_Menu_UU()
Get AD_Menu_UUint
getAD_Org_ID()
Get Organization.I_AD_Process
getAD_Process()
int
getAD_Process_ID()
Get Process.I_AD_Task
getAD_Task()
int
getAD_Task_ID()
Get OS Task.I_AD_Window
getAD_Window()
int
getAD_Window_ID()
Get Window.I_AD_Workflow
getAD_Workflow()
int
getAD_Workflow_ID()
Get Workflow.Timestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.String
getDescription()
Get Description.String
getEntityType()
Get Entity Type.String
getName()
Get Name.String
getPredefinedContextVariables()
Get Predefined Context Variables.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.boolean
isActive()
Get Active.boolean
isCentrallyMaintained()
Get Centrally maintained.boolean
isReadOnly()
Get Read Only.boolean
isSOTrx()
Get Sales Transaction.boolean
isSummary()
Get Summary Level.void
setAction(String Action)
Set Action.void
setAD_Form_ID(int AD_Form_ID)
Set Special Form.void
setAD_InfoWindow_ID(int AD_InfoWindow_ID)
Set Info Window.void
setAD_Menu_ID(int AD_Menu_ID)
Set Menu.void
setAD_Menu_UU(String AD_Menu_UU)
Set AD_Menu_UUvoid
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setAD_Process_ID(int AD_Process_ID)
Set Process.void
setAD_Task_ID(int AD_Task_ID)
Set OS Task.void
setAD_Window_ID(int AD_Window_ID)
Set Window.void
setAD_Workflow_ID(int AD_Workflow_ID)
Set Workflow.void
setDescription(String Description)
Set Description.void
setEntityType(String EntityType)
Set Entity Type.void
setIsActive(boolean IsActive)
Set Active.void
setIsCentrallyMaintained(boolean IsCentrallyMaintained)
Set Centrally maintained.void
setIsReadOnly(boolean IsReadOnly)
Set Read Only.void
setIsSOTrx(boolean IsSOTrx)
Set Sales Transaction.void
setIsSummary(boolean IsSummary)
Set Summary Level.void
setName(String Name)
Set Name.void
setPredefinedContextVariables(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
-
-