Package org.compiere.model
Interface I_AD_UserDef_Tab
-
- All Known Implementing Classes:
MUserDefTab,X_AD_UserDef_Tab
public interface I_AD_UserDef_TabGenerated Interface for AD_UserDef_Tab- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 6 - System - Clientstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_AD_Process_IDColumn name AD_Process_IDstatic StringCOLUMNNAME_AD_Tab_IDColumn name AD_Tab_IDstatic StringCOLUMNNAME_AD_UserDef_Tab_IDColumn name AD_UserDef_Tab_IDstatic StringCOLUMNNAME_AD_UserDef_Tab_UUColumn name AD_UserDef_Tab_UUstatic StringCOLUMNNAME_AD_UserDef_Win_IDColumn name AD_UserDef_Win_IDstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_DescriptionColumn name Descriptionstatic StringCOLUMNNAME_DisplayLogicColumn name DisplayLogicstatic StringCOLUMNNAME_HelpColumn name Helpstatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_IsAllowAdvancedLookupColumn name IsAllowAdvancedLookupstatic StringCOLUMNNAME_IsLookupOnlySelectionColumn name IsLookupOnlySelectionstatic StringCOLUMNNAME_IsMultiRowOnlyColumn name IsMultiRowOnlystatic StringCOLUMNNAME_IsReadOnlyColumn name IsReadOnlystatic StringCOLUMNNAME_IsSingleRowColumn name IsSingleRowstatic StringCOLUMNNAME_NameColumn name Namestatic StringCOLUMNNAME_OrderByClauseColumn name OrderByClausestatic StringCOLUMNNAME_ReadOnlyLogicColumn name ReadOnlyLogicstatic StringCOLUMNNAME_SeqNoColumn name SeqNostatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic StringCOLUMNNAME_WhereClauseColumn name WhereClausestatic KeyNamePairModelstatic intTable_IDAD_Table_ID=466static StringTable_NameTableName=AD_UserDef_Tab
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.I_AD_ProcessgetAD_Process()intgetAD_Process_ID()Get Process.I_AD_TabgetAD_Tab()intgetAD_Tab_ID()Get Tab.intgetAD_UserDef_Tab_ID()Get User defined TabStringgetAD_UserDef_Tab_UU()Get AD_UserDef_Tab_UUI_AD_UserDef_WingetAD_UserDef_Win()intgetAD_UserDef_Win_ID()Get User defined WindowTimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.StringgetDescription()Get Description.StringgetDisplayLogic()Get Display Logic.StringgetHelp()Get Comment/Help.StringgetIsAllowAdvancedLookup()Get Allow Advanced LookupStringgetIsLookupOnlySelection()Get Lookup Only Selection Columns.StringgetIsReadOnly()Get Read Only.StringgetIsSingleRow()Get Single Row Layout.StringgetName()Get Name.StringgetOrderByClause()Get Sql ORDER BY.StringgetReadOnlyLogic()Get Read Only Logic.intgetSeqNo()Get Sequence.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.StringgetWhereClause()Get Sql WHERE.booleanisActive()Get Active.booleanisMultiRowOnly()Get Multi Row Only.voidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetAD_Process_ID(int AD_Process_ID)Set Process.voidsetAD_Tab_ID(int AD_Tab_ID)Set Tab.voidsetAD_UserDef_Tab_ID(int AD_UserDef_Tab_ID)Set User defined TabvoidsetAD_UserDef_Tab_UU(String AD_UserDef_Tab_UU)Set AD_UserDef_Tab_UUvoidsetAD_UserDef_Win_ID(int AD_UserDef_Win_ID)Set User defined WindowvoidsetDescription(String Description)Set Description.voidsetDisplayLogic(String DisplayLogic)Set Display Logic.voidsetHelp(String Help)Set Comment/Help.voidsetIsActive(boolean IsActive)Set Active.voidsetIsAllowAdvancedLookup(String IsAllowAdvancedLookup)Set Allow Advanced LookupvoidsetIsLookupOnlySelection(String IsLookupOnlySelection)Set Lookup Only Selection Columns.voidsetIsMultiRowOnly(boolean IsMultiRowOnly)Set Multi Row Only.voidsetIsReadOnly(String IsReadOnly)Set Read Only.voidsetIsSingleRow(String IsSingleRow)Set Single Row Layout.voidsetName(String Name)Set Name.voidsetOrderByClause(String OrderByClause)Set Sql ORDER BY.voidsetReadOnlyLogic(String ReadOnlyLogic)Set Read Only Logic.voidsetSeqNo(int SeqNo)Set Sequence.voidsetWhereClause(String WhereClause)Set Sql WHERE.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=AD_UserDef_Tab- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=466- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 6 - System - Client
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- 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_Process_ID
static final String COLUMNNAME_AD_Process_ID
Column name AD_Process_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Tab_ID
static final String COLUMNNAME_AD_Tab_ID
Column name AD_Tab_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_UserDef_Tab_ID
static final String COLUMNNAME_AD_UserDef_Tab_ID
Column name AD_UserDef_Tab_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_UserDef_Tab_UU
static final String COLUMNNAME_AD_UserDef_Tab_UU
Column name AD_UserDef_Tab_UU- See Also:
- Constant Field Values
-
COLUMNNAME_AD_UserDef_Win_ID
static final String COLUMNNAME_AD_UserDef_Win_ID
Column name AD_UserDef_Win_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_DisplayLogic
static final String COLUMNNAME_DisplayLogic
Column name DisplayLogic- See Also:
- Constant Field Values
-
COLUMNNAME_Help
static final String COLUMNNAME_Help
Column name Help- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsAllowAdvancedLookup
static final String COLUMNNAME_IsAllowAdvancedLookup
Column name IsAllowAdvancedLookup- See Also:
- Constant Field Values
-
COLUMNNAME_IsLookupOnlySelection
static final String COLUMNNAME_IsLookupOnlySelection
Column name IsLookupOnlySelection- See Also:
- Constant Field Values
-
COLUMNNAME_IsMultiRowOnly
static final String COLUMNNAME_IsMultiRowOnly
Column name IsMultiRowOnly- See Also:
- Constant Field Values
-
COLUMNNAME_IsReadOnly
static final String COLUMNNAME_IsReadOnly
Column name IsReadOnly- See Also:
- Constant Field Values
-
COLUMNNAME_IsSingleRow
static final String COLUMNNAME_IsSingleRow
Column name IsSingleRow- 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_ReadOnlyLogic
static final String COLUMNNAME_ReadOnlyLogic
Column name ReadOnlyLogic- 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_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_Process_ID
void setAD_Process_ID(int AD_Process_ID)
Set Process. Process or Report
-
getAD_Process_ID
int getAD_Process_ID()
Get Process. Process or Report
-
getAD_Process
I_AD_Process getAD_Process() throws RuntimeException
- Throws:
RuntimeException
-
setAD_Tab_ID
void setAD_Tab_ID(int AD_Tab_ID)
Set Tab. Tab within a Window
-
getAD_Tab_ID
int getAD_Tab_ID()
Get Tab. Tab within a Window
-
getAD_Tab
I_AD_Tab getAD_Tab() throws RuntimeException
- Throws:
RuntimeException
-
setAD_UserDef_Tab_ID
void setAD_UserDef_Tab_ID(int AD_UserDef_Tab_ID)
Set User defined Tab
-
getAD_UserDef_Tab_ID
int getAD_UserDef_Tab_ID()
Get User defined Tab
-
setAD_UserDef_Tab_UU
void setAD_UserDef_Tab_UU(String AD_UserDef_Tab_UU)
Set AD_UserDef_Tab_UU
-
getAD_UserDef_Tab_UU
String getAD_UserDef_Tab_UU()
Get AD_UserDef_Tab_UU
-
setAD_UserDef_Win_ID
void setAD_UserDef_Win_ID(int AD_UserDef_Win_ID)
Set User defined Window
-
getAD_UserDef_Win_ID
int getAD_UserDef_Win_ID()
Get User defined Window
-
getAD_UserDef_Win
I_AD_UserDef_Win getAD_UserDef_Win() 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
-
setDisplayLogic
void setDisplayLogic(String DisplayLogic)
Set Display Logic. If the Field is displayed, the result determines if the field is actually displayed
-
getDisplayLogic
String getDisplayLogic()
Get Display Logic. If the Field is displayed, the result determines if the field is actually displayed
-
setHelp
void setHelp(String Help)
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
-
setIsAllowAdvancedLookup
void setIsAllowAdvancedLookup(String IsAllowAdvancedLookup)
Set Allow Advanced Lookup
-
getIsAllowAdvancedLookup
String getIsAllowAdvancedLookup()
Get Allow Advanced Lookup
-
setIsLookupOnlySelection
void setIsLookupOnlySelection(String IsLookupOnlySelection)
Set Lookup Only Selection Columns. When defined to true Lookup panel will display only selection columns. Default to false.
-
getIsLookupOnlySelection
String getIsLookupOnlySelection()
Get Lookup Only Selection Columns. When defined to true Lookup panel will display only selection columns. Default to false.
-
setIsMultiRowOnly
void setIsMultiRowOnly(boolean IsMultiRowOnly)
Set Multi Row Only. This applies to Multi-Row view only
-
isMultiRowOnly
boolean isMultiRowOnly()
Get Multi Row Only. This applies to Multi-Row view only
-
setIsReadOnly
void setIsReadOnly(String IsReadOnly)
Set Read Only. Field is read only
-
getIsReadOnly
String getIsReadOnly()
Get Read Only. Field is read only
-
setIsSingleRow
void setIsSingleRow(String IsSingleRow)
Set Single Row Layout. Default for toggle between Single- and Multi-Row (Grid) Layout
-
getIsSingleRow
String getIsSingleRow()
Get Single Row Layout. Default for toggle between Single- and Multi-Row (Grid) Layout
-
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
-
setReadOnlyLogic
void setReadOnlyLogic(String ReadOnlyLogic)
Set Read Only Logic. Logic to determine if field is read only (applies only when field is read-write)
-
getReadOnlyLogic
String getReadOnlyLogic()
Get Read Only Logic. Logic to determine if field is read only (applies only when field is read-write)
-
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
-
-