Adempiere 3.5.2a

org.compiere.model
Class X_AD_WorkbenchWindow

java.lang.Object
  extended by org.compiere.model.PO
      extended by org.compiere.model.X_AD_WorkbenchWindow
All Implemented Interfaces:
Serializable, Comparator, I_AD_WorkbenchWindow, I_Persistent, Evaluatee

public class X_AD_WorkbenchWindow
extends PO
implements I_AD_WorkbenchWindow, I_Persistent

Generated Model for AD_WorkbenchWindow

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

Field Summary
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_WorkbenchWindow
accessLevel, COLUMNNAME_AD_Form_ID, COLUMNNAME_AD_Process_ID, COLUMNNAME_AD_Task_ID, COLUMNNAME_AD_Window_ID, COLUMNNAME_AD_Workbench_ID, COLUMNNAME_AD_WorkbenchWindow_ID, COLUMNNAME_EntityType, COLUMNNAME_IsPrimary, COLUMNNAME_SeqNo, Model, Table_ID, Table_Name
 
Constructor Summary
X_AD_WorkbenchWindow(Properties ctx, int AD_WorkbenchWindow_ID, String trxName)
          Standard Constructor
X_AD_WorkbenchWindow(Properties ctx, ResultSet rs, String trxName)
          Load Constructor
 
Method Summary
protected  int get_AccessLevel()
          AccessLevel
 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.
 KeyNamePair getKeyNamePair()
          Get Record ID/ColumnName
 int getSeqNo()
          Get Sequence.
protected  POInfo initPO(Properties ctx)
          Load Meta Data
 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.
 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

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_WorkbenchWindow

public X_AD_WorkbenchWindow(Properties ctx,
                            int AD_WorkbenchWindow_ID,
                            String trxName)
Standard Constructor


X_AD_WorkbenchWindow

public X_AD_WorkbenchWindow(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:
4 - System

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

getAD_Form

public I_AD_Form getAD_Form()
                     throws Exception
Specified by:
getAD_Form in interface I_AD_WorkbenchWindow
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_WorkbenchWindow
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_WorkbenchWindow
Returns:
Special Form

getAD_Process

public I_AD_Process getAD_Process()
                           throws Exception
Specified by:
getAD_Process in interface I_AD_WorkbenchWindow
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_WorkbenchWindow
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_WorkbenchWindow
Returns:
Process or Report

getAD_Task

public I_AD_Task getAD_Task()
                     throws Exception
Specified by:
getAD_Task in interface I_AD_WorkbenchWindow
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_WorkbenchWindow
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_WorkbenchWindow
Returns:
Operation System Task

getAD_Window

public I_AD_Window getAD_Window()
                         throws Exception
Specified by:
getAD_Window in interface I_AD_WorkbenchWindow
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_WorkbenchWindow
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_WorkbenchWindow
Returns:
Data entry or display window

getAD_Workbench

public I_AD_Workbench getAD_Workbench()
                               throws Exception
Specified by:
getAD_Workbench in interface I_AD_WorkbenchWindow
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_WorkbenchWindow
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_WorkbenchWindow
Returns:
Collection of windows, reports

setAD_WorkbenchWindow_ID

public void setAD_WorkbenchWindow_ID(int AD_WorkbenchWindow_ID)
Set Workbench Window.

Specified by:
setAD_WorkbenchWindow_ID in interface I_AD_WorkbenchWindow
Parameters:
AD_WorkbenchWindow_ID - Workbench Window

getAD_WorkbenchWindow_ID

public int getAD_WorkbenchWindow_ID()
Get Workbench Window.

Specified by:
getAD_WorkbenchWindow_ID in interface I_AD_WorkbenchWindow
Returns:
Workbench Window

getKeyNamePair

public KeyNamePair getKeyNamePair()
Get Record ID/ColumnName

Returns:
ID/ColumnName pair

setEntityType

public void setEntityType(String EntityType)
Set Entity Type.

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

getEntityType

public String getEntityType()
Get Entity Type.

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

setIsPrimary

public void setIsPrimary(boolean IsPrimary)
Set Primary.

Specified by:
setIsPrimary in interface I_AD_WorkbenchWindow
Parameters:
IsPrimary - Indicates if this is the primary budget

isPrimary

public boolean isPrimary()
Get Primary.

Specified by:
isPrimary in interface I_AD_WorkbenchWindow
Returns:
Indicates if this is the primary budget

setSeqNo

public void setSeqNo(int SeqNo)
Set Sequence.

Specified by:
setSeqNo in interface I_AD_WorkbenchWindow
Parameters:
SeqNo - Method of ordering records; lowest number comes first

getSeqNo

public int getSeqNo()
Get Sequence.

Specified by:
getSeqNo in interface I_AD_WorkbenchWindow
Returns:
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.