Adempiere 3.5.2a

org.compiere.model
Class X_AD_Menu

java.lang.Object
  extended by org.compiere.model.PO
      extended by org.compiere.model.X_AD_Menu
All Implemented Interfaces:
Serializable, Comparator, I_AD_Menu, I_Persistent, Evaluatee
Direct Known Subclasses:
MMenu

public class X_AD_Menu
extends PO
implements I_AD_Menu, I_Persistent

Generated Model for AD_Menu

Version:
Release 3.5.2a - $Id$
Author:
Adempiere (generated)
See Also:
Serialized Form

Field Summary
static int ACTION_AD_Reference_ID
          Action AD_Reference_ID=104
static String ACTION_Form
          Form = X
static String ACTION_Process
          Process = P
static String ACTION_Report
          Report = R
static String ACTION_Task
          Task = T
static String ACTION_Window
          Window = W
static String ACTION_Workbench
          Workbench = B
static String ACTION_WorkFlow
          WorkFlow = F
static int ENTITYTYPE_AD_Reference_ID
          EntityType AD_Reference_ID=389
 
Fields inherited from class org.compiere.model.PO
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID
 
Fields inherited from interface org.compiere.model.I_AD_Menu
accessLevel, COLUMNNAME_Action, COLUMNNAME_AD_Form_ID, COLUMNNAME_AD_Menu_ID, COLUMNNAME_AD_Process_ID, COLUMNNAME_AD_Task_ID, COLUMNNAME_AD_Window_ID, COLUMNNAME_AD_Workbench_ID, COLUMNNAME_AD_Workflow_ID, COLUMNNAME_Description, COLUMNNAME_EntityType, COLUMNNAME_IsReadOnly, COLUMNNAME_IsSOTrx, COLUMNNAME_IsSummary, COLUMNNAME_Name, Model, Table_ID, Table_Name
 
Constructor Summary
X_AD_Menu(Properties ctx, int AD_Menu_ID, String trxName)
          Standard Constructor
X_AD_Menu(Properties ctx, ResultSet rs, String trxName)
          Load Constructor
 
Method Summary
protected  int get_AccessLevel()
          AccessLevel
 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.
 KeyNamePair getKeyNamePair()
          Get Record ID/ColumnName
 String getName()
          Get Name.
protected  POInfo initPO(Properties ctx)
          Load Meta Data
 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.
 String toString()
          String representation
 
Methods inherited from class org.compiere.model.PO
afterDelete, afterSave, beforeDelete, beforeSave, compare, copyValues, copyValues, createAttachment, delete_Accounting, delete_Tree, delete, delete, deleteEx, deleteEx, dump, dump, equals, get_ColumnCount, get_ColumnDescription, get_ColumnDisplayType, get_ColumnIndex, get_ColumnLabel, get_ColumnLookup, get_ColumnName, get_DisplayValue, get_HashMap, get_ID, get_IDOld, get_KeyColumns, get_Logger, get_Table_ID, get_TableName, get_Translation, get_TrxName, get_Value, get_Value, get_ValueAsInt, get_ValueAsString, get_ValueDifference, get_ValueDifference, get_ValueE, get_ValueOfColumn, get_ValueOld, get_ValueOld, get_ValueOldAsInt, get_WhereClause, get_xmlDocument, get_xmlString, getAD_Client_ID, getAD_Org_ID, getAllIDs, getAttachment, getAttachment, getAttachmentData, getCreated, getCreatedBy, getCtx, getDoc, getFindParameter, getPdfAttachment, getUpdated, getUpdatedBy, insert_Accounting, insert_Tree, insert_Tree, is_Changed, is_new, is_ValueChanged, is_ValueChanged, isActive, isAttachment, isColumnMandatory, isColumnUpdateable, isMandatoryOK, isPdfAttachment, isReplication, load, load, load, load, loadComplete, loadDefaults, loadSpecial, lock, save, save, saveEx, saveEx, saveNew_getID, saveNewSpecial, saveReplica, saveUpdate, set_ColumnUpdateable, set_CustomColumn, set_TrxName, set_TrxName, set_Value, set_Value, set_ValueE, set_ValueNoCheck, set_ValueNoCheckE, set_ValueOfColumn, set_ValueOfColumn, setAD_Client_ID, setAD_Org_ID, setClientOrg, setClientOrg, setDoc, setDocWorkflowMgr, setIsActive, setReplication, setStandardDefaults, setUpdateable, setUpdatedBy, unlock
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.compiere.model.I_Persistent
save
 

Field Detail

ACTION_AD_Reference_ID

public static final int ACTION_AD_Reference_ID
Action AD_Reference_ID=104

See Also:
Constant Field Values

ACTION_Window

public static final String ACTION_Window
Window = W

See Also:
Constant Field Values

ACTION_Task

public static final String ACTION_Task
Task = T

See Also:
Constant Field Values

ACTION_WorkFlow

public static final String ACTION_WorkFlow
WorkFlow = F

See Also:
Constant Field Values

ACTION_Process

public static final String ACTION_Process
Process = P

See Also:
Constant Field Values

ACTION_Report

public static final String ACTION_Report
Report = R

See Also:
Constant Field Values

ACTION_Form

public static final String ACTION_Form
Form = X

See Also:
Constant Field Values

ACTION_Workbench

public static final String ACTION_Workbench
Workbench = B

See Also:
Constant Field Values

ENTITYTYPE_AD_Reference_ID

public static final int ENTITYTYPE_AD_Reference_ID
EntityType AD_Reference_ID=389

See Also:
Constant Field Values
Constructor Detail

X_AD_Menu

public X_AD_Menu(Properties ctx,
                 int AD_Menu_ID,
                 String trxName)
Standard Constructor


X_AD_Menu

public X_AD_Menu(Properties ctx,
                 ResultSet rs,
                 String trxName)
Load Constructor

Method Detail

get_AccessLevel

protected int get_AccessLevel()
AccessLevel

Specified by:
get_AccessLevel in class PO
Returns:
6 - System - Client

initPO

protected POInfo initPO(Properties ctx)
Load Meta Data

Specified by:
initPO in class PO
Parameters:
ctx - context
Returns:
POInfo

toString

public String toString()
Description copied from class: PO
String representation

Overrides:
toString in class PO
Returns:
String representation

setAction

public void setAction(String Action)
Set Action.

Specified by:
setAction in interface I_AD_Menu
Parameters:
Action - Indicates the Action to be performed

getAction

public String getAction()
Get Action.

Specified by:
getAction in interface I_AD_Menu
Returns:
Indicates the Action to be performed

getAD_Form

public I_AD_Form getAD_Form()
                     throws Exception
Specified by:
getAD_Form in interface I_AD_Menu
Throws:
Exception

setAD_Form_ID

public void setAD_Form_ID(int AD_Form_ID)
Set Special Form.

Specified by:
setAD_Form_ID in interface I_AD_Menu
Parameters:
AD_Form_ID - Special Form

getAD_Form_ID

public int getAD_Form_ID()
Get Special Form.

Specified by:
getAD_Form_ID in interface I_AD_Menu
Returns:
Special Form

setAD_Menu_ID

public void setAD_Menu_ID(int AD_Menu_ID)
Set Menu.

Specified by:
setAD_Menu_ID in interface I_AD_Menu
Parameters:
AD_Menu_ID - Identifies a Menu

getAD_Menu_ID

public int getAD_Menu_ID()
Get Menu.

Specified by:
getAD_Menu_ID in interface I_AD_Menu
Returns:
Identifies a Menu

getAD_Process

public I_AD_Process getAD_Process()
                           throws Exception
Specified by:
getAD_Process in interface I_AD_Menu
Throws:
Exception

setAD_Process_ID

public void setAD_Process_ID(int AD_Process_ID)
Set Process.

Specified by:
setAD_Process_ID in interface I_AD_Menu
Parameters:
AD_Process_ID - Process or Report

getAD_Process_ID

public int getAD_Process_ID()
Get Process.

Specified by:
getAD_Process_ID in interface I_AD_Menu
Returns:
Process or Report

getAD_Task

public I_AD_Task getAD_Task()
                     throws Exception
Specified by:
getAD_Task in interface I_AD_Menu
Throws:
Exception

setAD_Task_ID

public void setAD_Task_ID(int AD_Task_ID)
Set OS Task.

Specified by:
setAD_Task_ID in interface I_AD_Menu
Parameters:
AD_Task_ID - Operation System Task

getAD_Task_ID

public int getAD_Task_ID()
Get OS Task.

Specified by:
getAD_Task_ID in interface I_AD_Menu
Returns:
Operation System Task

getAD_Window

public I_AD_Window getAD_Window()
                         throws Exception
Specified by:
getAD_Window in interface I_AD_Menu
Throws:
Exception

setAD_Window_ID

public void setAD_Window_ID(int AD_Window_ID)
Set Window.

Specified by:
setAD_Window_ID in interface I_AD_Menu
Parameters:
AD_Window_ID - Data entry or display window

getAD_Window_ID

public int getAD_Window_ID()
Get Window.

Specified by:
getAD_Window_ID in interface I_AD_Menu
Returns:
Data entry or display window

getAD_Workbench

public I_AD_Workbench getAD_Workbench()
                               throws Exception
Specified by:
getAD_Workbench in interface I_AD_Menu
Throws:
Exception

setAD_Workbench_ID

public void setAD_Workbench_ID(int AD_Workbench_ID)
Set Workbench.

Specified by:
setAD_Workbench_ID in interface I_AD_Menu
Parameters:
AD_Workbench_ID - Collection of windows, reports

getAD_Workbench_ID

public int getAD_Workbench_ID()
Get Workbench.

Specified by:
getAD_Workbench_ID in interface I_AD_Menu
Returns:
Collection of windows, reports

getAD_Workflow

public I_AD_Workflow getAD_Workflow()
                             throws Exception
Specified by:
getAD_Workflow in interface I_AD_Menu
Throws:
Exception

setAD_Workflow_ID

public void setAD_Workflow_ID(int AD_Workflow_ID)
Set Workflow.

Specified by:
setAD_Workflow_ID in interface I_AD_Menu
Parameters:
AD_Workflow_ID - Workflow or combination of tasks

getAD_Workflow_ID

public int getAD_Workflow_ID()
Get Workflow.

Specified by:
getAD_Workflow_ID in interface I_AD_Menu
Returns:
Workflow or combination of tasks

setDescription

public void setDescription(String Description)
Set Description.

Specified by:
setDescription in interface I_AD_Menu
Parameters:
Description - Optional short description of the record

getDescription

public String getDescription()
Get Description.

Specified by:
getDescription in interface I_AD_Menu
Returns:
Optional short description of the record

setEntityType

public void setEntityType(String EntityType)
Set Entity Type.

Specified by:
setEntityType in interface I_AD_Menu
Parameters:
EntityType - Dictionary Entity Type; Determines ownership and synchronization

getEntityType

public String getEntityType()
Get Entity Type.

Specified by:
getEntityType in interface I_AD_Menu
Returns:
Dictionary Entity Type; Determines ownership and synchronization

setIsReadOnly

public void setIsReadOnly(boolean IsReadOnly)
Set Read Only.

Specified by:
setIsReadOnly in interface I_AD_Menu
Parameters:
IsReadOnly - Field is read only

isReadOnly

public boolean isReadOnly()
Get Read Only.

Specified by:
isReadOnly in interface I_AD_Menu
Returns:
Field is read only

setIsSOTrx

public void setIsSOTrx(boolean IsSOTrx)
Set Sales Transaction.

Specified by:
setIsSOTrx in interface I_AD_Menu
Parameters:
IsSOTrx - This is a Sales Transaction

isSOTrx

public boolean isSOTrx()
Get Sales Transaction.

Specified by:
isSOTrx in interface I_AD_Menu
Returns:
This is a Sales Transaction

setIsSummary

public void setIsSummary(boolean IsSummary)
Set Summary Level.

Specified by:
setIsSummary in interface I_AD_Menu
Parameters:
IsSummary - This is a summary entity

isSummary

public boolean isSummary()
Get Summary Level.

Specified by:
isSummary in interface I_AD_Menu
Returns:
This is a summary entity

setName

public void setName(String Name)
Set Name.

Specified by:
setName in interface I_AD_Menu
Parameters:
Name - Alphanumeric identifier of the entity

getName

public String getName()
Get Name.

Specified by:
getName in interface I_AD_Menu
Returns:
Alphanumeric identifier of the entity

getKeyNamePair

public KeyNamePair getKeyNamePair()
Get Record ID/ColumnName

Returns:
ID/ColumnName pair

Adempiere 3.5.2a

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