|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.PO
org.compiere.model.X_AD_Menu
public class X_AD_Menu
Generated Model for AD_Menu
| 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 java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Field Detail |
|---|
public static final int ACTION_AD_Reference_ID
public static final String ACTION_Window
public static final String ACTION_Task
public static final String ACTION_WorkFlow
public static final String ACTION_Process
public static final String ACTION_Report
public static final String ACTION_Form
public static final String ACTION_Workbench
public static final int ENTITYTYPE_AD_Reference_ID
| Constructor Detail |
|---|
public X_AD_Menu(Properties ctx,
int AD_Menu_ID,
String trxName)
public X_AD_Menu(Properties ctx,
ResultSet rs,
String trxName)
| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Properties ctx)
initPO in class POctx - context
public String toString()
PO
toString in class POpublic void setAction(String Action)
setAction in interface I_AD_MenuAction - Indicates the Action to be performedpublic String getAction()
getAction in interface I_AD_Menu
public I_AD_Form getAD_Form()
throws Exception
getAD_Form in interface I_AD_MenuExceptionpublic void setAD_Form_ID(int AD_Form_ID)
setAD_Form_ID in interface I_AD_MenuAD_Form_ID - Special Formpublic int getAD_Form_ID()
getAD_Form_ID in interface I_AD_Menupublic void setAD_Menu_ID(int AD_Menu_ID)
setAD_Menu_ID in interface I_AD_MenuAD_Menu_ID - Identifies a Menupublic int getAD_Menu_ID()
getAD_Menu_ID in interface I_AD_Menu
public I_AD_Process getAD_Process()
throws Exception
getAD_Process in interface I_AD_MenuExceptionpublic void setAD_Process_ID(int AD_Process_ID)
setAD_Process_ID in interface I_AD_MenuAD_Process_ID - Process or Reportpublic int getAD_Process_ID()
getAD_Process_ID in interface I_AD_Menu
public I_AD_Task getAD_Task()
throws Exception
getAD_Task in interface I_AD_MenuExceptionpublic void setAD_Task_ID(int AD_Task_ID)
setAD_Task_ID in interface I_AD_MenuAD_Task_ID - Operation System Taskpublic int getAD_Task_ID()
getAD_Task_ID in interface I_AD_Menu
public I_AD_Window getAD_Window()
throws Exception
getAD_Window in interface I_AD_MenuExceptionpublic void setAD_Window_ID(int AD_Window_ID)
setAD_Window_ID in interface I_AD_MenuAD_Window_ID - Data entry or display windowpublic int getAD_Window_ID()
getAD_Window_ID in interface I_AD_Menu
public I_AD_Workbench getAD_Workbench()
throws Exception
getAD_Workbench in interface I_AD_MenuExceptionpublic void setAD_Workbench_ID(int AD_Workbench_ID)
setAD_Workbench_ID in interface I_AD_MenuAD_Workbench_ID - Collection of windows, reportspublic int getAD_Workbench_ID()
getAD_Workbench_ID in interface I_AD_Menu
public I_AD_Workflow getAD_Workflow()
throws Exception
getAD_Workflow in interface I_AD_MenuExceptionpublic void setAD_Workflow_ID(int AD_Workflow_ID)
setAD_Workflow_ID in interface I_AD_MenuAD_Workflow_ID - Workflow or combination of taskspublic int getAD_Workflow_ID()
getAD_Workflow_ID in interface I_AD_Menupublic void setDescription(String Description)
setDescription in interface I_AD_MenuDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_AD_Menupublic void setEntityType(String EntityType)
setEntityType in interface I_AD_MenuEntityType - Dictionary Entity Type; Determines ownership and synchronizationpublic String getEntityType()
getEntityType in interface I_AD_Menupublic void setIsReadOnly(boolean IsReadOnly)
setIsReadOnly in interface I_AD_MenuIsReadOnly - Field is read onlypublic boolean isReadOnly()
isReadOnly in interface I_AD_Menupublic void setIsSOTrx(boolean IsSOTrx)
setIsSOTrx in interface I_AD_MenuIsSOTrx - This is a Sales Transactionpublic boolean isSOTrx()
isSOTrx in interface I_AD_Menupublic void setIsSummary(boolean IsSummary)
setIsSummary in interface I_AD_MenuIsSummary - This is a summary entitypublic boolean isSummary()
isSummary in interface I_AD_Menupublic void setName(String Name)
setName in interface I_AD_MenuName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_AD_Menupublic KeyNamePair getKeyNamePair()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||