Package org.compiere.model
Interface I_AD_Table
-
- All Known Implementing Classes:
MTable
,X_AD_Table
public interface I_AD_Table
Generated Interface for AD_Table- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 4 - Systemstatic String
COLUMNNAME_AccessLevel
Column name AccessLevelstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_AD_Table_ID
Column name AD_Table_IDstatic String
COLUMNNAME_AD_Table_UU
Column name AD_Table_UUstatic String
COLUMNNAME_AD_Val_Rule_ID
Column name AD_Val_Rule_IDstatic String
COLUMNNAME_AD_Window_ID
Column name AD_Window_IDstatic String
COLUMNNAME_CopyColumnsFromTable
Column name CopyColumnsFromTablestatic String
COLUMNNAME_CopyComponentsFromView
Column name CopyComponentsFromViewstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_CreateWindowFromTable
Column name CreateWindowFromTablestatic String
COLUMNNAME_DatabaseViewDrop
Column name DatabaseViewDropstatic String
COLUMNNAME_Description
Column name Descriptionstatic String
COLUMNNAME_EntityType
Column name EntityTypestatic String
COLUMNNAME_Help
Column name Helpstatic String
COLUMNNAME_ImportTable
Column name ImportTablestatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_IsCentrallyMaintained
Column name IsCentrallyMaintainedstatic String
COLUMNNAME_IsChangeLog
Column name IsChangeLogstatic String
COLUMNNAME_IsDeleteable
Column name IsDeleteablestatic String
COLUMNNAME_IsHighVolume
Column name IsHighVolumestatic String
COLUMNNAME_IsSecurityEnabled
Column name IsSecurityEnabledstatic String
COLUMNNAME_IsView
Column name IsViewstatic String
COLUMNNAME_LoadSeq
Column name LoadSeqstatic String
COLUMNNAME_Name
Column name Namestatic String
COLUMNNAME_PO_Window_ID
Column name PO_Window_IDstatic String
COLUMNNAME_Processing
Column name Processingstatic String
COLUMNNAME_ReplicationType
Column name ReplicationTypestatic String
COLUMNNAME_TableName
Column name TableNamestatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=100static String
Table_Name
TableName=AD_Table
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAccessLevel()
Get Data Access Level.int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.int
getAD_Table_ID()
Get Table.String
getAD_Table_UU()
Get AD_Table_UUI_AD_Val_Rule
getAD_Val_Rule()
int
getAD_Val_Rule_ID()
Get Dynamic Validation.I_AD_Window
getAD_Window()
int
getAD_Window_ID()
Get Window.String
getCopyColumnsFromTable()
Get Copy Columns From TableString
getCopyComponentsFromView()
Get Copy Components From ViewTimestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.String
getCreateWindowFromTable()
Get Create Window From TableString
getDatabaseViewDrop()
Get Drop viewString
getDescription()
Get Description.String
getEntityType()
Get Entity Type.String
getHelp()
Get Comment/Help.String
getImportTable()
Get Import Table.int
getLoadSeq()
Get SequenceString
getName()
Get Name.I_AD_Window
getPO_Window()
int
getPO_Window_ID()
Get PO Window.String
getReplicationType()
Get Replication Type.String
getTableName()
Get DB Table Name.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.boolean
isActive()
Get Active.boolean
isCentrallyMaintained()
Get Centrally maintained.boolean
isChangeLog()
Get Maintain Change Log.boolean
isDeleteable()
Get Records deletable.boolean
isHighVolume()
Get High Volume.boolean
isProcessing()
Get Process Nowboolean
isSecurityEnabled()
Get Security enabled.boolean
isView()
Get View.void
setAccessLevel(String AccessLevel)
Set Data Access Level.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setAD_Table_ID(int AD_Table_ID)
Set Table.void
setAD_Table_UU(String AD_Table_UU)
Set AD_Table_UUvoid
setAD_Val_Rule_ID(int AD_Val_Rule_ID)
Set Dynamic Validation.void
setAD_Window_ID(int AD_Window_ID)
Set Window.void
setCopyColumnsFromTable(String CopyColumnsFromTable)
Set Copy Columns From Tablevoid
setCopyComponentsFromView(String CopyComponentsFromView)
Set Copy Components From Viewvoid
setCreateWindowFromTable(String CreateWindowFromTable)
Set Create Window From Tablevoid
setDatabaseViewDrop(String DatabaseViewDrop)
Set Drop viewvoid
setDescription(String Description)
Set Description.void
setEntityType(String EntityType)
Set Entity Type.void
setHelp(String Help)
Set Comment/Help.void
setImportTable(String ImportTable)
Set Import Table.void
setIsActive(boolean IsActive)
Set Active.void
setIsCentrallyMaintained(boolean IsCentrallyMaintained)
Set Centrally maintained.void
setIsChangeLog(boolean IsChangeLog)
Set Maintain Change Log.void
setIsDeleteable(boolean IsDeleteable)
Set Records deletable.void
setIsHighVolume(boolean IsHighVolume)
Set High Volume.void
setIsSecurityEnabled(boolean IsSecurityEnabled)
Set Security enabled.void
setIsView(boolean IsView)
Set View.void
setLoadSeq(int LoadSeq)
Set Sequencevoid
setName(String Name)
Set Name.void
setPO_Window_ID(int PO_Window_ID)
Set PO Window.void
setProcessing(boolean Processing)
Set Process Nowvoid
setReplicationType(String ReplicationType)
Set Replication Type.void
setTableName(String TableName)
Set DB Table Name.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=AD_Table- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=100- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 4 - System
-
COLUMNNAME_AccessLevel
static final String COLUMNNAME_AccessLevel
Column name AccessLevel- See Also:
- Constant Field Values
-
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_Table_ID
static final String COLUMNNAME_AD_Table_ID
Column name AD_Table_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Table_UU
static final String COLUMNNAME_AD_Table_UU
Column name AD_Table_UU- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Val_Rule_ID
static final String COLUMNNAME_AD_Val_Rule_ID
Column name AD_Val_Rule_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Window_ID
static final String COLUMNNAME_AD_Window_ID
Column name AD_Window_ID- See Also:
- Constant Field Values
-
COLUMNNAME_CopyColumnsFromTable
static final String COLUMNNAME_CopyColumnsFromTable
Column name CopyColumnsFromTable- See Also:
- Constant Field Values
-
COLUMNNAME_CopyComponentsFromView
static final String COLUMNNAME_CopyComponentsFromView
Column name CopyComponentsFromView- 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_CreateWindowFromTable
static final String COLUMNNAME_CreateWindowFromTable
Column name CreateWindowFromTable- See Also:
- Constant Field Values
-
COLUMNNAME_DatabaseViewDrop
static final String COLUMNNAME_DatabaseViewDrop
Column name DatabaseViewDrop- 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_Help
static final String COLUMNNAME_Help
Column name Help- See Also:
- Constant Field Values
-
COLUMNNAME_ImportTable
static final String COLUMNNAME_ImportTable
Column name ImportTable- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsCentrallyMaintained
static final String COLUMNNAME_IsCentrallyMaintained
Column name IsCentrallyMaintained- See Also:
- Constant Field Values
-
COLUMNNAME_IsChangeLog
static final String COLUMNNAME_IsChangeLog
Column name IsChangeLog- See Also:
- Constant Field Values
-
COLUMNNAME_IsDeleteable
static final String COLUMNNAME_IsDeleteable
Column name IsDeleteable- See Also:
- Constant Field Values
-
COLUMNNAME_IsHighVolume
static final String COLUMNNAME_IsHighVolume
Column name IsHighVolume- See Also:
- Constant Field Values
-
COLUMNNAME_IsSecurityEnabled
static final String COLUMNNAME_IsSecurityEnabled
Column name IsSecurityEnabled- See Also:
- Constant Field Values
-
COLUMNNAME_IsView
static final String COLUMNNAME_IsView
Column name IsView- See Also:
- Constant Field Values
-
COLUMNNAME_LoadSeq
static final String COLUMNNAME_LoadSeq
Column name LoadSeq- See Also:
- Constant Field Values
-
COLUMNNAME_Name
static final String COLUMNNAME_Name
Column name Name- See Also:
- Constant Field Values
-
COLUMNNAME_PO_Window_ID
static final String COLUMNNAME_PO_Window_ID
Column name PO_Window_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Processing
static final String COLUMNNAME_Processing
Column name Processing- See Also:
- Constant Field Values
-
COLUMNNAME_ReplicationType
static final String COLUMNNAME_ReplicationType
Column name ReplicationType- See Also:
- Constant Field Values
-
COLUMNNAME_TableName
static final String COLUMNNAME_TableName
Column name TableName- 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
-
-
Method Detail
-
setAccessLevel
void setAccessLevel(String AccessLevel)
Set Data Access Level. Access Level required
-
getAccessLevel
String getAccessLevel()
Get Data Access Level. Access Level required
-
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_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
-
setAD_Table_UU
void setAD_Table_UU(String AD_Table_UU)
Set AD_Table_UU
-
getAD_Table_UU
String getAD_Table_UU()
Get AD_Table_UU
-
setAD_Val_Rule_ID
void setAD_Val_Rule_ID(int AD_Val_Rule_ID)
Set Dynamic Validation. Dynamic Validation Rule
-
getAD_Val_Rule_ID
int getAD_Val_Rule_ID()
Get Dynamic Validation. Dynamic Validation Rule
-
getAD_Val_Rule
I_AD_Val_Rule getAD_Val_Rule() throws RuntimeException
- Throws:
RuntimeException
-
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
-
getAD_Window
I_AD_Window getAD_Window() throws RuntimeException
- Throws:
RuntimeException
-
setCopyColumnsFromTable
void setCopyColumnsFromTable(String CopyColumnsFromTable)
Set Copy Columns From Table
-
getCopyColumnsFromTable
String getCopyColumnsFromTable()
Get Copy Columns From Table
-
setCopyComponentsFromView
void setCopyComponentsFromView(String CopyComponentsFromView)
Set Copy Components From View
-
getCopyComponentsFromView
String getCopyComponentsFromView()
Get Copy Components From View
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setCreateWindowFromTable
void setCreateWindowFromTable(String CreateWindowFromTable)
Set Create Window From Table
-
getCreateWindowFromTable
String getCreateWindowFromTable()
Get Create Window From Table
-
setDatabaseViewDrop
void setDatabaseViewDrop(String DatabaseViewDrop)
Set Drop view
-
getDatabaseViewDrop
String getDatabaseViewDrop()
Get Drop view
-
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
-
setHelp
void setHelp(String Help)
Set Comment/Help. Comment or Hint
-
getHelp
String getHelp()
Get Comment/Help. Comment or Hint
-
setImportTable
void setImportTable(String ImportTable)
Set Import Table. Import Table Columns from Database
-
getImportTable
String getImportTable()
Get Import Table. Import Table Columns from Database
-
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
-
setIsCentrallyMaintained
void setIsCentrallyMaintained(boolean IsCentrallyMaintained)
Set Centrally maintained. Information maintained in System Element table
-
isCentrallyMaintained
boolean isCentrallyMaintained()
Get Centrally maintained. Information maintained in System Element table
-
setIsChangeLog
void setIsChangeLog(boolean IsChangeLog)
Set Maintain Change Log. Maintain a log of changes
-
isChangeLog
boolean isChangeLog()
Get Maintain Change Log. Maintain a log of changes
-
setIsDeleteable
void setIsDeleteable(boolean IsDeleteable)
Set Records deletable. Indicates if records can be deleted from the database
-
isDeleteable
boolean isDeleteable()
Get Records deletable. Indicates if records can be deleted from the database
-
setIsHighVolume
void setIsHighVolume(boolean IsHighVolume)
Set High Volume. Use Search instead of Pick list
-
isHighVolume
boolean isHighVolume()
Get High Volume. Use Search instead of Pick list
-
setIsSecurityEnabled
void setIsSecurityEnabled(boolean IsSecurityEnabled)
Set Security enabled. If security is enabled, user access to data can be restricted via Roles
-
isSecurityEnabled
boolean isSecurityEnabled()
Get Security enabled. If security is enabled, user access to data can be restricted via Roles
-
setIsView
void setIsView(boolean IsView)
Set View. This is a view
-
isView
boolean isView()
Get View. This is a view
-
setLoadSeq
void setLoadSeq(int LoadSeq)
Set Sequence
-
getLoadSeq
int getLoadSeq()
Get Sequence
-
setName
void setName(String Name)
Set Name. Alphanumeric identifier of the entity
-
getName
String getName()
Get Name. Alphanumeric identifier of the entity
-
setPO_Window_ID
void setPO_Window_ID(int PO_Window_ID)
Set PO Window. Purchase Order Window
-
getPO_Window_ID
int getPO_Window_ID()
Get PO Window. Purchase Order Window
-
getPO_Window
I_AD_Window getPO_Window() throws RuntimeException
- Throws:
RuntimeException
-
setProcessing
void setProcessing(boolean Processing)
Set Process Now
-
isProcessing
boolean isProcessing()
Get Process Now
-
setReplicationType
void setReplicationType(String ReplicationType)
Set Replication Type. Type of Data Replication
-
getReplicationType
String getReplicationType()
Get Replication Type. Type of Data Replication
-
setTableName
void setTableName(String TableName)
Set DB Table Name. Name of the table in the database
-
getTableName
String getTableName()
Get DB Table Name. Name of the table in the database
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-