Adempiere 3.5.2a

org.compiere.model
Interface I_AD_Menu

All Known Implementing Classes:
MMenu, X_AD_Menu

public interface I_AD_Menu

Generated Interface for AD_Menu

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 6 - System - Client
static String COLUMNNAME_Action
          Column name Action
static String COLUMNNAME_AD_Form_ID
          Column name AD_Form_ID
static String COLUMNNAME_AD_Menu_ID
          Column name AD_Menu_ID
static String COLUMNNAME_AD_Process_ID
          Column name AD_Process_ID
static String COLUMNNAME_AD_Task_ID
          Column name AD_Task_ID
static String COLUMNNAME_AD_Window_ID
          Column name AD_Window_ID
static String COLUMNNAME_AD_Workbench_ID
          Column name AD_Workbench_ID
static String COLUMNNAME_AD_Workflow_ID
          Column name AD_Workflow_ID
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_EntityType
          Column name EntityType
static String COLUMNNAME_IsReadOnly
          Column name IsReadOnly
static String COLUMNNAME_IsSOTrx
          Column name IsSOTrx
static String COLUMNNAME_IsSummary
          Column name IsSummary
static String COLUMNNAME_Name
          Column name Name
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=116
static String Table_Name
          TableName=AD_Menu
 
Method Summary
 String getAction()
          Get Action.
 int getAD_Form_ID()
          Get Special Form.
 I_AD_Form getAD_Form()
           
 int getAD_Menu_ID()
          Get Menu.
 int getAD_Process_ID()
          Get Process.
 I_AD_Process getAD_Process()
           
 int getAD_Task_ID()
          Get OS Task.
 I_AD_Task getAD_Task()
           
 int getAD_Window_ID()
          Get Window.
 I_AD_Window getAD_Window()
           
 int getAD_Workbench_ID()
          Get Workbench.
 I_AD_Workbench getAD_Workbench()
           
 int getAD_Workflow_ID()
          Get Workflow.
 I_AD_Workflow getAD_Workflow()
           
 String getDescription()
          Get Description.
 String getEntityType()
          Get Entity Type.
 String getName()
          Get Name.
 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_Menu_ID(int AD_Menu_ID)
          Set Menu.
 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_Workbench_ID(int AD_Workbench_ID)
          Set Workbench.
 void setAD_Workflow_ID(int AD_Workflow_ID)
          Set Workflow.
 void setDescription(String Description)
          Set Description.
 void setEntityType(String EntityType)
          Set Entity Type.
 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.
 

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


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 6 - System - Client


COLUMNNAME_Action

static final String COLUMNNAME_Action
Column name Action

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_Menu_ID

static final String COLUMNNAME_AD_Menu_ID
Column name AD_Menu_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_Workbench_ID

static final String COLUMNNAME_AD_Workbench_ID
Column name AD_Workbench_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_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_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
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


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 Exception
Throws:
Exception

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_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 Exception
Throws:
Exception

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 Exception
Throws:
Exception

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 Exception
Throws:
Exception

setAD_Workbench_ID

void setAD_Workbench_ID(int AD_Workbench_ID)
Set Workbench. Collection of windows, reports


getAD_Workbench_ID

int getAD_Workbench_ID()
Get Workbench. Collection of windows, reports


getAD_Workbench

I_AD_Workbench getAD_Workbench()
                               throws Exception
Throws:
Exception

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 Exception
Throws:
Exception

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


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


Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.