Adempiere 3.5.2a

org.compiere.model
Interface I_AD_WorkbenchWindow

All Known Implementing Classes:
X_AD_WorkbenchWindow

public interface I_AD_WorkbenchWindow

Generated Interface for AD_WorkbenchWindow

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 4 - System
static String COLUMNNAME_AD_Form_ID
          Column name AD_Form_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_WorkbenchWindow_ID
          Column name AD_WorkbenchWindow_ID
static String COLUMNNAME_EntityType
          Column name EntityType
static String COLUMNNAME_IsPrimary
          Column name IsPrimary
static String COLUMNNAME_SeqNo
          Column name SeqNo
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=469
static String Table_Name
          TableName=AD_WorkbenchWindow
 
Method Summary
 int getAD_Form_ID()
          Get Special Form.
 I_AD_Form getAD_Form()
           
 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_WorkbenchWindow_ID()
          Get Workbench Window
 String getEntityType()
          Get Entity Type.
 int getSeqNo()
          Get Sequence.
 boolean isPrimary()
          Get Primary.
 void setAD_Form_ID(int AD_Form_ID)
          Set Special Form.
 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_WorkbenchWindow_ID(int AD_WorkbenchWindow_ID)
          Set Workbench Window
 void setEntityType(String EntityType)
          Set Entity Type.
 void setIsPrimary(boolean IsPrimary)
          Set Primary.
 void setSeqNo(int SeqNo)
          Set Sequence.
 

Field Detail

Table_Name

static final String Table_Name
TableName=AD_WorkbenchWindow

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=469


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 4 - System


COLUMNNAME_AD_Form_ID

static final String COLUMNNAME_AD_Form_ID
Column name AD_Form_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_WorkbenchWindow_ID

static final String COLUMNNAME_AD_WorkbenchWindow_ID
Column name AD_WorkbenchWindow_ID

See Also:
Constant Field Values

COLUMNNAME_EntityType

static final String COLUMNNAME_EntityType
Column name EntityType

See Also:
Constant Field Values

COLUMNNAME_IsPrimary

static final String COLUMNNAME_IsPrimary
Column name IsPrimary

See Also:
Constant Field Values

COLUMNNAME_SeqNo

static final String COLUMNNAME_SeqNo
Column name SeqNo

See Also:
Constant Field Values
Method Detail

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_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_WorkbenchWindow_ID

void setAD_WorkbenchWindow_ID(int AD_WorkbenchWindow_ID)
Set Workbench Window


getAD_WorkbenchWindow_ID

int getAD_WorkbenchWindow_ID()
Get Workbench Window


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


setIsPrimary

void setIsPrimary(boolean IsPrimary)
Set Primary. Indicates if this is the primary budget


isPrimary

boolean isPrimary()
Get Primary. Indicates if this is the primary budget


setSeqNo

void setSeqNo(int SeqNo)
Set Sequence. Method of ordering records; lowest number comes first


getSeqNo

int getSeqNo()
Get Sequence. Method of ordering records; lowest number comes first


Adempiere 3.5.2a

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