Package org.compiere.model
Interface I_AD_Window
- All Known Implementing Classes:
MWindow
,X_AD_Window
public interface I_AD_Window
Generated Interface for AD_Window
- Version:
- Release 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 4 - Systemstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Color_IDstatic final String
Column name AD_Image_IDstatic final String
Column name AD_Org_IDstatic final String
Column name AD_Window_IDstatic final String
Column name AD_Window_UUstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name Descriptionstatic final String
Column name EntityTypestatic final String
Column name Helpstatic final String
Column name IsActivestatic final String
Column name IsBetaFunctionalitystatic final String
Column name IsDefaultstatic final String
Column name IsSOTrxstatic final String
Column name Namestatic final String
Column name PredefinedContextVariablesstatic final String
Column name Processingstatic final String
Column name TitleLogicstatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final String
Column name WindowTypestatic final String
Column name WinHeightstatic final String
Column name WinWidthstatic final KeyNamePair
static final int
AD_Table_ID=105static final String
TableName=AD_Window -
Method Summary
Modifier and TypeMethodDescriptionint
Get Tenant.int
Get System Color.int
Get Image.int
Get Organization.int
Get Window.Get AD_Window_UUGet Created.int
Get Created By.Get Description.Get Entity Type.getHelp()
Get Comment/Help.getName()
Get Name.Get Predefined Context Variables.Get Title Logic.Get Updated.int
Get Updated By.Get Window Type.int
Get Window Heightint
Get Window Widthboolean
isActive()
Get Active.boolean
Get Beta Functionality.boolean
Get Default.boolean
Get Process Nowboolean
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_Org_ID
(int AD_Org_ID) Set Organization.void
setAD_Window_ID
(int AD_Window_ID) Set Window.void
setAD_Window_UU
(String AD_Window_UU) Set AD_Window_UUvoid
setDescription
(String Description) Set Description.void
setEntityType
(String EntityType) Set Entity Type.void
Set Comment/Help.void
setIsActive
(boolean IsActive) Set Active.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 Nowvoid
setTitleLogic
(String TitleLogic) Set Title Logic.void
setWindowType
(String WindowType) Set Window Type.void
setWinHeight
(int WinHeight) Set Window Heightvoid
setWinWidth
(int WinWidth) Set Window Width
-
Field Details
-
Table_Name
TableName=AD_Window- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=105- See Also:
-
Model
-
accessLevel
AccessLevel = 4 - System -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Color_ID
Column name AD_Color_ID- See Also:
-
COLUMNNAME_AD_Image_ID
Column name AD_Image_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_AD_Window_ID
Column name AD_Window_ID- See Also:
-
COLUMNNAME_AD_Window_UU
Column name AD_Window_UU- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_Description
Column name Description- See Also:
-
COLUMNNAME_EntityType
Column name EntityType- See Also:
-
COLUMNNAME_Help
Column name Help- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_IsBetaFunctionality
Column name IsBetaFunctionality- See Also:
-
COLUMNNAME_IsDefault
Column name IsDefault- See Also:
-
COLUMNNAME_IsSOTrx
Column name IsSOTrx- See Also:
-
COLUMNNAME_Name
Column name Name- See Also:
-
COLUMNNAME_PredefinedContextVariables
Column name PredefinedContextVariables- See Also:
-
COLUMNNAME_Processing
Column name Processing- See Also:
-
COLUMNNAME_TitleLogic
Column name TitleLogic- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
COLUMNNAME_WindowType
Column name WindowType- See Also:
-
COLUMNNAME_WinHeight
Column name WinHeight- See Also:
-
COLUMNNAME_WinWidth
Column name WinWidth- See Also:
-
-
Method Details
-
getAD_Client_ID
int getAD_Client_ID()Get Tenant. Tenant for this installation. -
setAD_Color_ID
void setAD_Color_ID(int AD_Color_ID) Set System Color. Color for backgrounds or indicators -
getAD_Color_ID
int getAD_Color_ID()Get System Color. Color for backgrounds or indicators -
getAD_Color
- Throws:
RuntimeException
-
setAD_Image_ID
void setAD_Image_ID(int AD_Image_ID) Set Image. Image or Icon -
getAD_Image_ID
int getAD_Image_ID()Get Image. Image or Icon -
getAD_Image
- Throws:
RuntimeException
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID) Set Organization. Organizational entity within tenant -
getAD_Org_ID
int getAD_Org_ID()Get Organization. Organizational entity within tenant -
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 -
setAD_Window_UU
Set AD_Window_UU -
getAD_Window_UU
String getAD_Window_UU()Get AD_Window_UU -
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
setDescription
Set Description. Optional short description of the record -
getDescription
String getDescription()Get Description. Optional short description of the record -
setEntityType
Set Entity Type. Dictionary Entity Type; Determines ownership and synchronization -
getEntityType
String getEntityType()Get Entity Type. Dictionary Entity Type; Determines ownership and synchronization -
setHelp
Set Comment/Help. Comment or Hint -
getHelp
String getHelp()Get Comment/Help. Comment or Hint -
setIsActive
void setIsActive(boolean IsActive) Set Active. The record is active in the system -
isActive
boolean isActive()Get Active. The record is active in the system -
setIsBetaFunctionality
void setIsBetaFunctionality(boolean IsBetaFunctionality) Set Beta Functionality. This functionality is considered Beta -
isBetaFunctionality
boolean isBetaFunctionality()Get Beta Functionality. This functionality is considered Beta -
setIsDefault
void setIsDefault(boolean IsDefault) Set Default. Default value -
isDefault
boolean isDefault()Get Default. Default value -
setIsSOTrx
void setIsSOTrx(boolean IsSOTrx) Set Sales Transaction. This is a Sales Transaction -
isSOTrx
boolean isSOTrx()Get Sales Transaction. This is a Sales Transaction -
setName
Set Name. Alphanumeric identifier of the entity -
getName
String getName()Get Name. Alphanumeric identifier of the entity -
setPredefinedContextVariables
Set Predefined Context Variables. Predefined context variables to inject when opening a menu entry or a window -
getPredefinedContextVariables
String getPredefinedContextVariables()Get Predefined Context Variables. Predefined context variables to inject when opening a menu entry or a window -
setProcessing
void setProcessing(boolean Processing) Set Process Now -
isProcessing
boolean isProcessing()Get Process Now -
setTitleLogic
Set Title Logic. The result determines the title to be displayed for this window -
getTitleLogic
String getTitleLogic()Get Title Logic. The result determines the title to be displayed for this window -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records -
setWindowType
Set Window Type. Type or classification of a Window -
getWindowType
String getWindowType()Get Window Type. Type or classification of a Window -
setWinHeight
void setWinHeight(int WinHeight) Set Window Height -
getWinHeight
int getWinHeight()Get Window Height -
setWinWidth
void setWinWidth(int WinWidth) Set Window Width -
getWinWidth
int getWinWidth()Get Window Width
-