Package org.compiere.model
Interface I_AD_InfoWindow
-
- All Known Implementing Classes:
MInfoWindow,X_AD_InfoWindow
public interface I_AD_InfoWindowGenerated Interface for AD_InfoWindow- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 4 - Systemstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_CtxHelp_IDColumn name AD_CtxHelp_IDstatic StringCOLUMNNAME_AD_InfoWindow_IDColumn name AD_InfoWindow_IDstatic StringCOLUMNNAME_AD_InfoWindow_UUColumn name AD_InfoWindow_UUstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_AD_Table_IDColumn name AD_Table_IDstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_DescriptionColumn name Descriptionstatic StringCOLUMNNAME_EntityTypeColumn name EntityTypestatic StringCOLUMNNAME_FromClauseColumn name FromClausestatic StringCOLUMNNAME_HelpColumn name Helpstatic StringCOLUMNNAME_ImageURLColumn name ImageURLstatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_IsDefaultColumn name IsDefaultstatic StringCOLUMNNAME_IsDistinctColumn name IsDistinctstatic StringCOLUMNNAME_isLoadPageNumColumn name isLoadPageNumstatic StringCOLUMNNAME_IsShowInDashboardColumn name IsShowInDashboardstatic StringCOLUMNNAME_IsValidColumn name IsValidstatic StringCOLUMNNAME_MaxQueryRecordsColumn name MaxQueryRecordsstatic StringCOLUMNNAME_NameColumn name Namestatic StringCOLUMNNAME_OrderByClauseColumn name OrderByClausestatic StringCOLUMNNAME_OtherClauseColumn name OtherClausestatic StringCOLUMNNAME_PagingSizeColumn name PagingSizestatic StringCOLUMNNAME_ProcessingColumn name Processingstatic StringCOLUMNNAME_SeqNoColumn name SeqNostatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic StringCOLUMNNAME_WhereClauseColumn name WhereClausestatic KeyNamePairModelstatic intTable_IDAD_Table_ID=895static StringTable_NameTableName=AD_InfoWindow
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.I_AD_CtxHelpgetAD_CtxHelp()intgetAD_CtxHelp_ID()Get Context HelpintgetAD_InfoWindow_ID()Get Info Window.StringgetAD_InfoWindow_UU()Get AD_InfoWindow_UUintgetAD_Org_ID()Get Organization.I_AD_TablegetAD_Table()intgetAD_Table_ID()Get Table.TimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.StringgetDescription()Get Description.StringgetEntityType()Get Entity Type.StringgetFromClause()Get Sql FROM.StringgetHelp()Get Comment/Help.StringgetImageURL()Get Image URL.intgetMaxQueryRecords()Get Max Query Records.StringgetName()Get Name.StringgetOrderByClause()Get Sql ORDER BY.StringgetOtherClause()Get Other SQL Clause.intgetPagingSize()Get Paging SizeintgetSeqNo()Get Sequence.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.StringgetWhereClause()Get Sql WHERE.booleanisActive()Get Active.booleanisDefault()Get Default.booleanisDistinct()Get Distinct.booleanisLoadPageNum()Get Load Page Num.booleanisProcessing()Get Process NowbooleanisShowInDashboard()Get Show in Dashboard.booleanisValid()Get Valid.voidsetAD_CtxHelp_ID(int AD_CtxHelp_ID)Set Context HelpvoidsetAD_InfoWindow_ID(int AD_InfoWindow_ID)Set Info Window.voidsetAD_InfoWindow_UU(String AD_InfoWindow_UU)Set AD_InfoWindow_UUvoidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetAD_Table_ID(int AD_Table_ID)Set Table.voidsetDescription(String Description)Set Description.voidsetEntityType(String EntityType)Set Entity Type.voidsetFromClause(String FromClause)Set Sql FROM.voidsetHelp(String Help)Set Comment/Help.voidsetImageURL(String ImageURL)Set Image URL.voidsetIsActive(boolean IsActive)Set Active.voidsetIsDefault(boolean IsDefault)Set Default.voidsetIsDistinct(boolean IsDistinct)Set Distinct.voidsetisLoadPageNum(boolean isLoadPageNum)Set Load Page Num.voidsetIsShowInDashboard(boolean IsShowInDashboard)Set Show in Dashboard.voidsetIsValid(boolean IsValid)Set Valid.voidsetMaxQueryRecords(int MaxQueryRecords)Set Max Query Records.voidsetName(String Name)Set Name.voidsetOrderByClause(String OrderByClause)Set Sql ORDER BY.voidsetOtherClause(String OtherClause)Set Other SQL Clause.voidsetPagingSize(int PagingSize)Set Paging SizevoidsetProcessing(boolean Processing)Set Process NowvoidsetSeqNo(int SeqNo)Set Sequence.voidsetWhereClause(String WhereClause)Set Sql WHERE.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=AD_InfoWindow- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=895- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 4 - System
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_CtxHelp_ID
static final String COLUMNNAME_AD_CtxHelp_ID
Column name AD_CtxHelp_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_InfoWindow_ID
static final String COLUMNNAME_AD_InfoWindow_ID
Column name AD_InfoWindow_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_InfoWindow_UU
static final String COLUMNNAME_AD_InfoWindow_UU
Column name AD_InfoWindow_UU- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Table_ID
static final String COLUMNNAME_AD_Table_ID
Column name AD_Table_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_Description
static final String COLUMNNAME_Description
Column name Description- See Also:
- Constant Field Values
-
COLUMNNAME_EntityType
static final String COLUMNNAME_EntityType
Column name EntityType- See Also:
- Constant Field Values
-
COLUMNNAME_FromClause
static final String COLUMNNAME_FromClause
Column name FromClause- See Also:
- Constant Field Values
-
COLUMNNAME_Help
static final String COLUMNNAME_Help
Column name Help- See Also:
- Constant Field Values
-
COLUMNNAME_ImageURL
static final String COLUMNNAME_ImageURL
Column name ImageURL- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsDefault
static final String COLUMNNAME_IsDefault
Column name IsDefault- See Also:
- Constant Field Values
-
COLUMNNAME_IsDistinct
static final String COLUMNNAME_IsDistinct
Column name IsDistinct- See Also:
- Constant Field Values
-
COLUMNNAME_isLoadPageNum
static final String COLUMNNAME_isLoadPageNum
Column name isLoadPageNum- See Also:
- Constant Field Values
-
COLUMNNAME_IsShowInDashboard
static final String COLUMNNAME_IsShowInDashboard
Column name IsShowInDashboard- See Also:
- Constant Field Values
-
COLUMNNAME_IsValid
static final String COLUMNNAME_IsValid
Column name IsValid- See Also:
- Constant Field Values
-
COLUMNNAME_MaxQueryRecords
static final String COLUMNNAME_MaxQueryRecords
Column name MaxQueryRecords- See Also:
- Constant Field Values
-
COLUMNNAME_Name
static final String COLUMNNAME_Name
Column name Name- See Also:
- Constant Field Values
-
COLUMNNAME_OrderByClause
static final String COLUMNNAME_OrderByClause
Column name OrderByClause- See Also:
- Constant Field Values
-
COLUMNNAME_OtherClause
static final String COLUMNNAME_OtherClause
Column name OtherClause- See Also:
- Constant Field Values
-
COLUMNNAME_PagingSize
static final String COLUMNNAME_PagingSize
Column name PagingSize- See Also:
- Constant Field Values
-
COLUMNNAME_Processing
static final String COLUMNNAME_Processing
Column name Processing- See Also:
- Constant Field Values
-
COLUMNNAME_SeqNo
static final String COLUMNNAME_SeqNo
Column name SeqNo- See Also:
- Constant Field Values
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_WhereClause
static final String COLUMNNAME_WhereClause
Column name WhereClause- See Also:
- Constant Field Values
-
-
Method Detail
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_CtxHelp_ID
void setAD_CtxHelp_ID(int AD_CtxHelp_ID)
Set Context Help
-
getAD_CtxHelp_ID
int getAD_CtxHelp_ID()
Get Context Help
-
getAD_CtxHelp
I_AD_CtxHelp getAD_CtxHelp() throws RuntimeException
- Throws:
RuntimeException
-
setAD_InfoWindow_ID
void setAD_InfoWindow_ID(int AD_InfoWindow_ID)
Set Info Window. Info and search/select Window
-
getAD_InfoWindow_ID
int getAD_InfoWindow_ID()
Get Info Window. Info and search/select Window
-
setAD_InfoWindow_UU
void setAD_InfoWindow_UU(String AD_InfoWindow_UU)
Set AD_InfoWindow_UU
-
getAD_InfoWindow_UU
String getAD_InfoWindow_UU()
Get AD_InfoWindow_UU
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
setAD_Table_ID
void setAD_Table_ID(int AD_Table_ID)
Set Table. Database Table information
-
getAD_Table_ID
int getAD_Table_ID()
Get Table. Database Table information
-
getAD_Table
I_AD_Table getAD_Table() throws RuntimeException
- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setDescription
void setDescription(String Description)
Set Description. Optional short description of the record
-
getDescription
String getDescription()
Get Description. Optional short description of the record
-
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
-
setFromClause
void setFromClause(String FromClause)
Set Sql FROM. SQL FROM clause
-
getFromClause
String getFromClause()
Get Sql FROM. SQL FROM clause
-
setHelp
void setHelp(String Help)
Set Comment/Help. Comment or Hint
-
getHelp
String getHelp()
Get Comment/Help. Comment or Hint
-
setImageURL
void setImageURL(String ImageURL)
Set Image URL. URL of image
-
getImageURL
String getImageURL()
Get Image URL. URL of image
-
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
-
setIsDefault
void setIsDefault(boolean IsDefault)
Set Default. Default value
-
isDefault
boolean isDefault()
Get Default. Default value
-
setIsDistinct
void setIsDistinct(boolean IsDistinct)
Set Distinct. Select Distinct
-
isDistinct
boolean isDistinct()
Get Distinct. Select Distinct
-
setisLoadPageNum
void setisLoadPageNum(boolean isLoadPageNum)
Set Load Page Num. When load data for info window, also load number of paging
-
isLoadPageNum
boolean isLoadPageNum()
Get Load Page Num. When load data for info window, also load number of paging
-
setIsShowInDashboard
void setIsShowInDashboard(boolean IsShowInDashboard)
Set Show in Dashboard. Show the dashlet in the dashboard
-
isShowInDashboard
boolean isShowInDashboard()
Get Show in Dashboard. Show the dashlet in the dashboard
-
setIsValid
void setIsValid(boolean IsValid)
Set Valid. Element is valid
-
isValid
boolean isValid()
Get Valid. Element is valid
-
setMaxQueryRecords
void setMaxQueryRecords(int MaxQueryRecords)
Set Max Query Records. If defined, you cannot query more records as defined - the query criteria needs to be changed to query less records
-
getMaxQueryRecords
int getMaxQueryRecords()
Get Max Query Records. If defined, you cannot query more records as defined - the query criteria needs to be changed to query less records
-
setName
void setName(String Name)
Set Name. Alphanumeric identifier of the entity
-
getName
String getName()
Get Name. Alphanumeric identifier of the entity
-
setOrderByClause
void setOrderByClause(String OrderByClause)
Set Sql ORDER BY. Fully qualified ORDER BY clause
-
getOrderByClause
String getOrderByClause()
Get Sql ORDER BY. Fully qualified ORDER BY clause
-
setOtherClause
void setOtherClause(String OtherClause)
Set Other SQL Clause. Other SQL Clause
-
getOtherClause
String getOtherClause()
Get Other SQL Clause. Other SQL Clause
-
setPagingSize
void setPagingSize(int PagingSize)
Set Paging Size
-
getPagingSize
int getPagingSize()
Get Paging Size
-
setProcessing
void setProcessing(boolean Processing)
Set Process Now
-
isProcessing
boolean isProcessing()
Get Process Now
-
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
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
setWhereClause
void setWhereClause(String WhereClause)
Set Sql WHERE. Fully qualified SQL WHERE clause
-
getWhereClause
String getWhereClause()
Get Sql WHERE. Fully qualified SQL WHERE clause
-
-