Compiere 3.1

org.compiere.vos
Class UWindowID

java.lang.Object
  extended by org.compiere.vos.UWindowID
All Implemented Interfaces:
Serializable

public class UWindowID
extends Object
implements Serializable

Author:
gwu
See Also:
Serialized Form

Nested Class Summary
static class UWindowID.WindowType
           
 
Field Summary
static int DIALOG_ACCT_EDITOR
           
static int DIALOG_ACCT_VIEWER
           
static int DIALOG_CREATE_BUSINESS_PARTNER
           
static int DIALOG_CREATE_FROM_BANK_STATEMENT
           
static int DIALOG_CREATE_FROM_INVOICE
           
static int DIALOG_CREATE_FROM_PAYMENT_SELECTION
           
static int DIALOG_CREATE_FROM_SHIPMENT
           
static int DIALOG_CREATE_LOCATION
           
static int DIALOG_DOCACTION_DIALOG
           
static int DIALOG_EMAIL_DIALOG
           
static int DIALOG_LOCATOR_DETAIL_WINDOW
           
static int DIALOG_PATTRIBUTE_WINDOW
           
static int DIALOG_PAYMENT_DIALOG
           
static int DIALOG_PRICE_HISTORY_WINDOW
           
static int DIALOG_PRINT_FORMAT
           
static int DIALOG_VALUE_PREFERENCE
           
static int FORM_BOM_DROP
           
static int FORM_GENERATE_CHARGES
           
static int FORM_GENERATE_INVOICE
           
static int FORM_GENERATE_SHIPMENT
           
static int FORM_IMPORT_FILE_LOADER
           
static int FORM_INVOICE_MATCHING
           
static int FORM_MATERIAL_TRX
           
static int FORM_ORDER_SELECTION
           
static int FORM_PAYMENT_ALLOCATION
           
static int FORM_PAYMENT_PRINT
           
static int FORM_PAYMENT_SELECTION
           
static int FORM_RELEASE_WAVE
           
static int FORM_RELEASE_WAVE_SUMMARIZED
           
static int FORM_SETUP
           
static int FORM_TASK_MANAGEMENT
           
static int FORM_TREE_MAINTAINENCE
           
static int FORM_WORKFLOW_ACTIVITIES
           
static int INFO_BPARTNER
           
static int INFO_GENERIC
           
static int INFO_LOCATOR
           
static int INFO_PATTRIBUTE_INSTANCE
           
static int INFO_PRODUCT
           
static int OTHER_HOME_WINDOW
           
static int OTHER_REPORT_WINDOW
           
static int WINDOW_MATERIAL_TRANSACTIONS
           
static int WINDOW_MY_NOTICE
           
static int WINDOW_MY_REQUEST
           
 
Constructor Summary
UWindowID()
           
UWindowID(UWindowID.WindowType type)
           
UWindowID(UWindowID.WindowType type, int entityID)
           
 
Method Summary
 int getAD_Form_ID()
           
 int getAD_InfoWindow_ID()
           
 int getAD_Window_ID()
           
 int getDialogID()
           
 FieldVO getFieldVO()
           
static UWindowID getFromNode(NodeVO node)
           
 int getMode()
           
 int getOtherID()
           
 UWindowID.WindowType getType()
           
 void setFieldVO(FieldVO fieldVO)
           
 void setMode(int mode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FORM_GENERATE_INVOICE

public static final int FORM_GENERATE_INVOICE
See Also:
Constant Field Values

FORM_IMPORT_FILE_LOADER

public static final int FORM_IMPORT_FILE_LOADER
See Also:
Constant Field Values

FORM_SETUP

public static final int FORM_SETUP
See Also:
Constant Field Values

FORM_MATERIAL_TRX

public static final int FORM_MATERIAL_TRX
See Also:
Constant Field Values

FORM_PAYMENT_ALLOCATION

public static final int FORM_PAYMENT_ALLOCATION
See Also:
Constant Field Values

FORM_GENERATE_CHARGES

public static final int FORM_GENERATE_CHARGES
See Also:
Constant Field Values

FORM_PAYMENT_PRINT

public static final int FORM_PAYMENT_PRINT
See Also:
Constant Field Values

FORM_PAYMENT_SELECTION

public static final int FORM_PAYMENT_SELECTION
See Also:
Constant Field Values

FORM_INVOICE_MATCHING

public static final int FORM_INVOICE_MATCHING
See Also:
Constant Field Values

FORM_GENERATE_SHIPMENT

public static final int FORM_GENERATE_SHIPMENT
See Also:
Constant Field Values

FORM_BOM_DROP

public static final int FORM_BOM_DROP
See Also:
Constant Field Values

FORM_TREE_MAINTAINENCE

public static final int FORM_TREE_MAINTAINENCE
See Also:
Constant Field Values

FORM_WORKFLOW_ACTIVITIES

public static final int FORM_WORKFLOW_ACTIVITIES
See Also:
Constant Field Values

FORM_TASK_MANAGEMENT

public static final int FORM_TASK_MANAGEMENT
See Also:
Constant Field Values

FORM_RELEASE_WAVE

public static final int FORM_RELEASE_WAVE
See Also:
Constant Field Values

FORM_RELEASE_WAVE_SUMMARIZED

public static final int FORM_RELEASE_WAVE_SUMMARIZED
See Also:
Constant Field Values

FORM_ORDER_SELECTION

public static final int FORM_ORDER_SELECTION
See Also:
Constant Field Values

INFO_BPARTNER

public static final int INFO_BPARTNER
See Also:
Constant Field Values

INFO_PRODUCT

public static final int INFO_PRODUCT
See Also:
Constant Field Values

INFO_PATTRIBUTE_INSTANCE

public static final int INFO_PATTRIBUTE_INSTANCE
See Also:
Constant Field Values

INFO_LOCATOR

public static final int INFO_LOCATOR
See Also:
Constant Field Values

INFO_GENERIC

public static final int INFO_GENERIC
See Also:
Constant Field Values

WINDOW_MY_NOTICE

public static final int WINDOW_MY_NOTICE
See Also:
Constant Field Values

WINDOW_MY_REQUEST

public static final int WINDOW_MY_REQUEST
See Also:
Constant Field Values

WINDOW_MATERIAL_TRANSACTIONS

public static final int WINDOW_MATERIAL_TRANSACTIONS
See Also:
Constant Field Values

DIALOG_DOCACTION_DIALOG

public static final int DIALOG_DOCACTION_DIALOG
See Also:
Constant Field Values

DIALOG_PAYMENT_DIALOG

public static final int DIALOG_PAYMENT_DIALOG
See Also:
Constant Field Values

DIALOG_ACCT_VIEWER

public static final int DIALOG_ACCT_VIEWER
See Also:
Constant Field Values

DIALOG_CREATE_FROM_SHIPMENT

public static final int DIALOG_CREATE_FROM_SHIPMENT
See Also:
Constant Field Values

DIALOG_CREATE_FROM_INVOICE

public static final int DIALOG_CREATE_FROM_INVOICE
See Also:
Constant Field Values

DIALOG_CREATE_FROM_BANK_STATEMENT

public static final int DIALOG_CREATE_FROM_BANK_STATEMENT
See Also:
Constant Field Values

DIALOG_CREATE_FROM_PAYMENT_SELECTION

public static final int DIALOG_CREATE_FROM_PAYMENT_SELECTION
See Also:
Constant Field Values

DIALOG_CREATE_BUSINESS_PARTNER

public static final int DIALOG_CREATE_BUSINESS_PARTNER
See Also:
Constant Field Values

DIALOG_CREATE_LOCATION

public static final int DIALOG_CREATE_LOCATION
See Also:
Constant Field Values

DIALOG_PATTRIBUTE_WINDOW

public static final int DIALOG_PATTRIBUTE_WINDOW
See Also:
Constant Field Values

DIALOG_PRICE_HISTORY_WINDOW

public static final int DIALOG_PRICE_HISTORY_WINDOW
See Also:
Constant Field Values

DIALOG_VALUE_PREFERENCE

public static final int DIALOG_VALUE_PREFERENCE
See Also:
Constant Field Values

DIALOG_EMAIL_DIALOG

public static final int DIALOG_EMAIL_DIALOG
See Also:
Constant Field Values

DIALOG_LOCATOR_DETAIL_WINDOW

public static final int DIALOG_LOCATOR_DETAIL_WINDOW
See Also:
Constant Field Values

DIALOG_ACCT_EDITOR

public static final int DIALOG_ACCT_EDITOR
See Also:
Constant Field Values

DIALOG_PRINT_FORMAT

public static final int DIALOG_PRINT_FORMAT
See Also:
Constant Field Values

OTHER_HOME_WINDOW

public static final int OTHER_HOME_WINDOW
See Also:
Constant Field Values

OTHER_REPORT_WINDOW

public static final int OTHER_REPORT_WINDOW
See Also:
Constant Field Values
Constructor Detail

UWindowID

public UWindowID(UWindowID.WindowType type,
                 int entityID)

UWindowID

public UWindowID(UWindowID.WindowType type)

UWindowID

public UWindowID()
Method Detail

getType

public UWindowID.WindowType getType()

getMode

public int getMode()

setMode

public void setMode(int mode)

getFieldVO

public FieldVO getFieldVO()

setFieldVO

public void setFieldVO(FieldVO fieldVO)

getAD_Form_ID

public int getAD_Form_ID()

getAD_Window_ID

public int getAD_Window_ID()

getAD_InfoWindow_ID

public int getAD_InfoWindow_ID()

getDialogID

public int getDialogID()

getOtherID

public int getOtherID()

getFromNode

public static UWindowID getFromNode(NodeVO node)

Compiere 3.1

Compiere® is a registered trademark of ComPiere, Inc. ©2004-2008 HumanFlash.com All rights reserved.