Package org.compiere.model
Class X_AD_Window
java.lang.Object
org.compiere.model.PO
org.compiere.model.X_AD_Window
- All Implemented Interfaces:
Serializable
,Cloneable
,Comparator<Object>
,I_AD_Window
,I_Persistent
,Evaluatee
- Direct Known Subclasses:
MWindow
Generated Model for AD_Window
- Version:
- Release 11 - $Id$
- Author:
- iDempiere (generated)
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
EntityType AD_Reference_ID=389static final int
WindowType AD_Reference_ID=108static final String
Maintain = Mstatic final String
Query Only = Qstatic final String
Single Record = Sstatic final String
Transaction = TFields 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, LOCAL_TRX_PREFIX, log, p_ctx, p_info, UUID_NEW_RECORD, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID
Fields inherited from interface org.compiere.model.I_AD_Window
accessLevel, COLUMNNAME_AD_Client_ID, COLUMNNAME_AD_Color_ID, COLUMNNAME_AD_Image_ID, COLUMNNAME_AD_Org_ID, COLUMNNAME_AD_Window_ID, COLUMNNAME_AD_Window_UU, COLUMNNAME_Created, COLUMNNAME_CreatedBy, COLUMNNAME_Description, COLUMNNAME_EntityType, COLUMNNAME_Help, COLUMNNAME_IsActive, COLUMNNAME_IsBetaFunctionality, COLUMNNAME_IsDefault, COLUMNNAME_IsSOTrx, COLUMNNAME_Name, COLUMNNAME_PredefinedContextVariables, COLUMNNAME_Processing, COLUMNNAME_TitleLogic, COLUMNNAME_Updated, COLUMNNAME_UpdatedBy, COLUMNNAME_WindowType, COLUMNNAME_WinHeight, COLUMNNAME_WinWidth, Model, Table_ID, Table_Name
-
Constructor Summary
ConstructorDescriptionX_AD_Window
(Properties ctx, int AD_Window_ID, String trxName) Standard ConstructorX_AD_Window
(Properties ctx, int AD_Window_ID, String trxName, String... virtualColumns) Standard ConstructorX_AD_Window
(Properties ctx, String AD_Window_UU, String trxName) Standard ConstructorX_AD_Window
(Properties ctx, String AD_Window_UU, String trxName, String... virtualColumns) Standard ConstructorX_AD_Window
(Properties ctx, ResultSet rs, String trxName) Load Constructor -
Method Summary
Modifier and TypeMethodDescriptionprotected int
AccessLevelint
Get System Color.int
Get Image.int
Get Window.Get AD_Window_UU.Get Description.Get Entity Type.getHelp()
Get Comment/Help.Get Record ID/ColumnNamegetName()
Get Name.Get Predefined Context Variables.Get Title Logic.Get Window Type.int
Get Window Height.int
Get Window Width.protected POInfo
initPO
(Properties ctx) Load Meta Databoolean
Get Beta Functionality.boolean
Get Default.boolean
Get Process Now.boolean
isSOTrx()
Get Sales Transaction.void
setAD_Color_ID
(int AD_Color_ID) Set System Color.void
setAD_Image_ID
(int AD_Image_ID) Set Image.void
setAD_Window_ID
(int AD_Window_ID) Set Window.void
setAD_Window_UU
(String AD_Window_UU) Set AD_Window_UU.void
setDescription
(String Description) Set Description.void
setEntityType
(String EntityType) Set Entity Type.void
Set Comment/Help.void
setIsBetaFunctionality
(boolean IsBetaFunctionality) Set Beta Functionality.void
setIsDefault
(boolean IsDefault) Set Default.void
setIsSOTrx
(boolean IsSOTrx) Set Sales Transaction.void
Set Name.void
setPredefinedContextVariables
(String PredefinedContextVariables) Set Predefined Context Variables.void
setProcessing
(boolean Processing) Set Process Now.void
setTitleLogic
(String TitleLogic) Set Title Logic.void
setWindowType
(String WindowType) Set Window Type.void
setWinHeight
(int WinHeight) Set Window Height.void
setWinWidth
(int WinWidth) Set Window Width.toString()
String representationMethods inherited from class org.compiere.model.PO
afterDelete, afterSave, beforeDelete, beforeSave, buildInsertSQL, checkImmutable, clearCrossTenantSafe, clone, columnExists, columnExists, compare, copyPO, copyValues, copyValues, createAttachment, delete, delete, delete_Accounting, delete_Tree, deleteEx, deleteEx, dump, dump, equals, get_Attribute, get_Attributes, 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_OptimisticLockingColumns, get_Table_ID, get_TableName, get_Translation, get_Translation, get_Translation, get_Translation, get_Translation, get_TrxName, get_UUID, get_Value, get_Value, get_ValueAsBoolean, get_ValueAsInt, get_ValueAsInt, get_ValueAsString, get_ValueAsString, get_ValueDifference, get_ValueDifference, get_ValueE, get_ValueOfColumn, get_ValueOld, get_ValueOld, get_ValueOldAsInt, get_WhereClause, get_WhereClause, get_xmlDocument, get_xmlString, getAD_Client_ID, getAD_Org_ID, getAllIDs, getAttachment, getAttachment, getAttachmentData, getCreated, getCreatedBy, getCtx, getDoc, getFindParameter, getPdfAttachment, getUpdated, getUpdatedBy, getUUIDColumnName, getUUIDColumnName, hashCode, insert_Accounting, insert_Tree, insert_Tree, is_Changed, is_Immutable, is_new, is_UseOptimisticLocking, is_ValueChanged, is_ValueChanged, isActive, isAttachment, isColumnMandatory, isColumnUpdateable, isMandatoryOK, isPdfAttachment, isReplication, load, load, load, load, loadByUU, loadComplete, loadDefaults, loadPO, loadSpecial, lock, makeImmutable, postDelete, retrieveIdOfParentValue, retrieveIdOfParentValue, save, save, saveCrossTenantSafe, saveCrossTenantSafeEx, saveCrossTenantSafeEx, saveEx, saveEx, saveNew_afterSetID, saveNew_getID, saveNewSpecial, saveReplica, saveUpdate, set_Attribute, set_ColumnUpdateable, set_CustomColumn, set_CustomColumnReturningBoolean, set_OptimisticLockingColumns, set_TrxName, set_TrxName, set_UseOptimisticLocking, set_Value, set_Value, set_Value, set_Value, set_ValueE, set_ValueNoCheck, set_ValueNoCheckE, set_ValueOfColumn, set_ValueOfColumn, set_ValueOfColumnReturningBoolean, set_ValueOfColumnReturningBoolean, setAD_Client_ID, setAD_Org_ID, setClientOrg, setClientOrg, setCrossTenantSafe, setDoc, setDocWorkflowMgr, setIsActive, setProcessedOn, setReplication, setStandardDefaults, setUpdateable, setUpdatedBy, toInsertSQL, unlock, update_Tree, validForeignKeys
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Comparator
reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
Methods inherited from interface org.compiere.model.I_AD_Window
getAD_Client_ID, getAD_Org_ID, getCreated, getCreatedBy, getUpdated, getUpdatedBy, isActive, setAD_Org_ID, setIsActive
Methods inherited from interface org.compiere.model.I_Persistent
save
-
Field Details
-
ENTITYTYPE_AD_Reference_ID
public static final int ENTITYTYPE_AD_Reference_IDEntityType AD_Reference_ID=389- See Also:
-
WINDOWTYPE_AD_Reference_ID
public static final int WINDOWTYPE_AD_Reference_IDWindowType AD_Reference_ID=108- See Also:
-
WINDOWTYPE_Maintain
Maintain = M- See Also:
-
WINDOWTYPE_QueryOnly
Query Only = Q- See Also:
-
WINDOWTYPE_SingleRecord
Single Record = S- See Also:
-
WINDOWTYPE_Transaction
Transaction = T- See Also:
-
-
Constructor Details
-
X_AD_Window
Standard Constructor -
X_AD_Window
Standard Constructor -
X_AD_Window
Standard Constructor -
X_AD_Window
Standard Constructor -
X_AD_Window
Load Constructor
-
-
Method Details
-
get_AccessLevel
protected int get_AccessLevel()AccessLevel- Specified by:
get_AccessLevel
in classPO
- Returns:
- 4 - System
-
initPO
Load Meta Data -
toString
Description copied from class:PO
String representation -
getAD_Color
- Specified by:
getAD_Color
in interfaceI_AD_Window
- Throws:
RuntimeException
-
setAD_Color_ID
public void setAD_Color_ID(int AD_Color_ID) Set System Color.- Specified by:
setAD_Color_ID
in interfaceI_AD_Window
- Parameters:
AD_Color_ID
- Color for backgrounds or indicators
-
getAD_Color_ID
public int getAD_Color_ID()Get System Color.- Specified by:
getAD_Color_ID
in interfaceI_AD_Window
- Returns:
- Color for backgrounds or indicators
-
getAD_Image
- Specified by:
getAD_Image
in interfaceI_AD_Window
- Throws:
RuntimeException
-
setAD_Image_ID
public void setAD_Image_ID(int AD_Image_ID) Set Image.- Specified by:
setAD_Image_ID
in interfaceI_AD_Window
- Parameters:
AD_Image_ID
- Image or Icon
-
getAD_Image_ID
public int getAD_Image_ID()Get Image.- Specified by:
getAD_Image_ID
in interfaceI_AD_Window
- Returns:
- Image or Icon
-
setAD_Window_ID
public void setAD_Window_ID(int AD_Window_ID) Set Window.- Specified by:
setAD_Window_ID
in interfaceI_AD_Window
- 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 interfaceI_AD_Window
- Returns:
- Data entry or display window
-
setAD_Window_UU
Set AD_Window_UU.- Specified by:
setAD_Window_UU
in interfaceI_AD_Window
- Parameters:
AD_Window_UU
- AD_Window_UU
-
getAD_Window_UU
Get AD_Window_UU.- Specified by:
getAD_Window_UU
in interfaceI_AD_Window
- Returns:
- AD_Window_UU
-
setDescription
Set Description.- Specified by:
setDescription
in interfaceI_AD_Window
- Parameters:
Description
- Optional short description of the record
-
getDescription
Get Description.- Specified by:
getDescription
in interfaceI_AD_Window
- Returns:
- Optional short description of the record
-
setEntityType
Set Entity Type.- Specified by:
setEntityType
in interfaceI_AD_Window
- Parameters:
EntityType
- Dictionary Entity Type; Determines ownership and synchronization
-
getEntityType
Get Entity Type.- Specified by:
getEntityType
in interfaceI_AD_Window
- Returns:
- Dictionary Entity Type; Determines ownership and synchronization
-
setHelp
Set Comment/Help.- Specified by:
setHelp
in interfaceI_AD_Window
- Parameters:
Help
- Comment or Hint
-
getHelp
Get Comment/Help.- Specified by:
getHelp
in interfaceI_AD_Window
- Returns:
- Comment or Hint
-
setIsBetaFunctionality
public void setIsBetaFunctionality(boolean IsBetaFunctionality) Set Beta Functionality.- Specified by:
setIsBetaFunctionality
in interfaceI_AD_Window
- Parameters:
IsBetaFunctionality
- This functionality is considered Beta
-
isBetaFunctionality
public boolean isBetaFunctionality()Get Beta Functionality.- Specified by:
isBetaFunctionality
in interfaceI_AD_Window
- Returns:
- This functionality is considered Beta
-
setIsDefault
public void setIsDefault(boolean IsDefault) Set Default.- Specified by:
setIsDefault
in interfaceI_AD_Window
- Parameters:
IsDefault
- Default value
-
isDefault
public boolean isDefault()Get Default.- Specified by:
isDefault
in interfaceI_AD_Window
- Returns:
- Default value
-
setIsSOTrx
public void setIsSOTrx(boolean IsSOTrx) Set Sales Transaction.- Specified by:
setIsSOTrx
in interfaceI_AD_Window
- Parameters:
IsSOTrx
- This is a Sales Transaction
-
isSOTrx
public boolean isSOTrx()Get Sales Transaction.- Specified by:
isSOTrx
in interfaceI_AD_Window
- Returns:
- This is a Sales Transaction
-
setName
Set Name.- Specified by:
setName
in interfaceI_AD_Window
- Parameters:
Name
- Alphanumeric identifier of the entity
-
getName
Get Name.- Specified by:
getName
in interfaceI_AD_Window
- Returns:
- Alphanumeric identifier of the entity
-
getKeyNamePair
Get Record ID/ColumnName- Returns:
- ID/ColumnName pair
-
setPredefinedContextVariables
Set Predefined Context Variables.- Specified by:
setPredefinedContextVariables
in interfaceI_AD_Window
- Parameters:
PredefinedContextVariables
- Predefined context variables to inject when opening a menu entry or a window
-
getPredefinedContextVariables
Get Predefined Context Variables.- Specified by:
getPredefinedContextVariables
in interfaceI_AD_Window
- Returns:
- Predefined context variables to inject when opening a menu entry or a window
-
setProcessing
public void setProcessing(boolean Processing) Set Process Now.- Specified by:
setProcessing
in interfaceI_AD_Window
- Parameters:
Processing
- Process Now
-
isProcessing
public boolean isProcessing()Get Process Now.- Specified by:
isProcessing
in interfaceI_AD_Window
- Returns:
- Process Now
-
setTitleLogic
Set Title Logic.- Specified by:
setTitleLogic
in interfaceI_AD_Window
- Parameters:
TitleLogic
- The result determines the title to be displayed for this window
-
getTitleLogic
Get Title Logic.- Specified by:
getTitleLogic
in interfaceI_AD_Window
- Returns:
- The result determines the title to be displayed for this window
-
setWindowType
Set Window Type.- Specified by:
setWindowType
in interfaceI_AD_Window
- Parameters:
WindowType
- Type or classification of a Window
-
getWindowType
Get Window Type.- Specified by:
getWindowType
in interfaceI_AD_Window
- Returns:
- Type or classification of a Window
-
setWinHeight
public void setWinHeight(int WinHeight) Set Window Height.- Specified by:
setWinHeight
in interfaceI_AD_Window
- Parameters:
WinHeight
- Window Height
-
getWinHeight
public int getWinHeight()Get Window Height.- Specified by:
getWinHeight
in interfaceI_AD_Window
- Returns:
- Window Height
-
setWinWidth
public void setWinWidth(int WinWidth) Set Window Width.- Specified by:
setWinWidth
in interfaceI_AD_Window
- Parameters:
WinWidth
- Window Width
-
getWinWidth
public int getWinWidth()Get Window Width.- Specified by:
getWinWidth
in interfaceI_AD_Window
- Returns:
- Window Width
-