Package org.compiere.model
Interface I_AD_UserDef_Tab
-
- All Known Implementing Classes:
MUserDefTab
,X_AD_UserDef_Tab
public interface I_AD_UserDef_Tab
Generated Interface for AD_UserDef_Tab- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 6 - System - Clientstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_AD_Process_ID
Column name AD_Process_IDstatic String
COLUMNNAME_AD_Tab_ID
Column name AD_Tab_IDstatic String
COLUMNNAME_AD_UserDef_Tab_ID
Column name AD_UserDef_Tab_IDstatic String
COLUMNNAME_AD_UserDef_Tab_UU
Column name AD_UserDef_Tab_UUstatic String
COLUMNNAME_AD_UserDef_Win_ID
Column name AD_UserDef_Win_IDstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_Description
Column name Descriptionstatic String
COLUMNNAME_DisplayLogic
Column name DisplayLogicstatic String
COLUMNNAME_Help
Column name Helpstatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_IsAllowAdvancedLookup
Column name IsAllowAdvancedLookupstatic String
COLUMNNAME_IsLookupOnlySelection
Column name IsLookupOnlySelectionstatic String
COLUMNNAME_IsMultiRowOnly
Column name IsMultiRowOnlystatic String
COLUMNNAME_IsReadOnly
Column name IsReadOnlystatic String
COLUMNNAME_IsSingleRow
Column name IsSingleRowstatic String
COLUMNNAME_Name
Column name Namestatic String
COLUMNNAME_OrderByClause
Column name OrderByClausestatic String
COLUMNNAME_ReadOnlyLogic
Column name ReadOnlyLogicstatic String
COLUMNNAME_SeqNo
Column name SeqNostatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic String
COLUMNNAME_WhereClause
Column name WhereClausestatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=466static String
Table_Name
TableName=AD_UserDef_Tab
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.I_AD_Process
getAD_Process()
int
getAD_Process_ID()
Get Process.I_AD_Tab
getAD_Tab()
int
getAD_Tab_ID()
Get Tab.int
getAD_UserDef_Tab_ID()
Get User defined TabString
getAD_UserDef_Tab_UU()
Get AD_UserDef_Tab_UUI_AD_UserDef_Win
getAD_UserDef_Win()
int
getAD_UserDef_Win_ID()
Get User defined WindowTimestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.String
getDescription()
Get Description.String
getDisplayLogic()
Get Display Logic.String
getHelp()
Get Comment/Help.String
getIsAllowAdvancedLookup()
Get Allow Advanced LookupString
getIsLookupOnlySelection()
Get Lookup Only Selection Columns.String
getIsReadOnly()
Get Read Only.String
getIsSingleRow()
Get Single Row Layout.String
getName()
Get Name.String
getOrderByClause()
Get Sql ORDER BY.String
getReadOnlyLogic()
Get Read Only Logic.int
getSeqNo()
Get Sequence.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.String
getWhereClause()
Get Sql WHERE.boolean
isActive()
Get Active.boolean
isMultiRowOnly()
Get Multi Row Only.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setAD_Process_ID(int AD_Process_ID)
Set Process.void
setAD_Tab_ID(int AD_Tab_ID)
Set Tab.void
setAD_UserDef_Tab_ID(int AD_UserDef_Tab_ID)
Set User defined Tabvoid
setAD_UserDef_Tab_UU(String AD_UserDef_Tab_UU)
Set AD_UserDef_Tab_UUvoid
setAD_UserDef_Win_ID(int AD_UserDef_Win_ID)
Set User defined Windowvoid
setDescription(String Description)
Set Description.void
setDisplayLogic(String DisplayLogic)
Set Display Logic.void
setHelp(String Help)
Set Comment/Help.void
setIsActive(boolean IsActive)
Set Active.void
setIsAllowAdvancedLookup(String IsAllowAdvancedLookup)
Set Allow Advanced Lookupvoid
setIsLookupOnlySelection(String IsLookupOnlySelection)
Set Lookup Only Selection Columns.void
setIsMultiRowOnly(boolean IsMultiRowOnly)
Set Multi Row Only.void
setIsReadOnly(String IsReadOnly)
Set Read Only.void
setIsSingleRow(String IsSingleRow)
Set Single Row Layout.void
setName(String Name)
Set Name.void
setOrderByClause(String OrderByClause)
Set Sql ORDER BY.void
setReadOnlyLogic(String ReadOnlyLogic)
Set Read Only Logic.void
setSeqNo(int SeqNo)
Set Sequence.void
setWhereClause(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
-
-