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 11
- Author:
- iDempiere (generated)
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BigDecimal
AccessLevel = 4 - Systemstatic final String
Column name AccessLevelstatic final String
Column name AD_Client_IDstatic final String
Column name AD_Org_IDstatic final String
Column name AD_Table_IDstatic final String
Column name AD_Table_UUstatic final String
Column name AD_Val_Rule_IDstatic final String
Column name AD_Window_IDstatic final String
Column name CopyColumnsFromTablestatic final String
Column name CopyComponentsFromViewstatic final String
Column name Createdstatic final String
Column name CreatedBystatic final String
Column name CreatePartitionstatic final String
Column name CreateWindowFromTablestatic final String
Column name DatabaseViewDropstatic final String
Column name Descriptionstatic final String
Column name EntityTypestatic final String
Column name Helpstatic final String
Column name ImportTablestatic final String
Column name IsActivestatic final String
Column name IsCentrallyMaintainedstatic final String
Column name IsChangeLogstatic final String
Column name IsDeleteablestatic final String
Column name IsHighVolumestatic final String
Column name IsPartitionstatic final String
Column name IsSecurityEnabledstatic final String
Column name IsShowInDrillOptionsstatic final String
Column name IsViewstatic final String
Column name LoadSeqstatic final String
Column name Namestatic final String
Column name PO_Window_IDstatic final String
Column name Processingstatic final String
Column name ReplicationTypestatic final String
Column name TableNamestatic final String
Column name Updatedstatic final String
Column name UpdatedBystatic final KeyNamePair
static final int
AD_Table_ID=100static final String
TableName=AD_Table -
Method Summary
Modifier and TypeMethodDescriptionGet Data Access Level.int
Get Tenant.int
Get Organization.int
Get Table.Get AD_Table_UUint
Get Dynamic Validation.int
Get Window.Get Copy Columns From TableGet Copy Components From ViewGet Created.int
Get Created By.Get Create/update partition.Get Create Window From TableGet Drop viewGet Description.Get Entity Type.getHelp()
Get Comment/Help.Get Import Table.int
Get SequencegetName()
Get Name.int
Get PO Window.Get Replication Type.Get DB Table Name.Get Updated.int
Get Updated By.boolean
isActive()
Get Active.boolean
Get Centrally maintained.boolean
Get Maintain Change Log.boolean
Get Records deletable.boolean
Get High Volume.boolean
Get Partition.boolean
Get Process Nowboolean
Get Security enabled.boolean
Get Show In Drill Options.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
setCreatePartition
(String CreatePartition) Set Create/update partition.void
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
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
setIsPartition
(boolean IsPartition) Set Partition.void
setIsSecurityEnabled
(boolean IsSecurityEnabled) Set Security enabled.void
setIsShowInDrillOptions
(boolean IsShowInDrillOptions) Set Show In Drill Options.void
setIsView
(boolean IsView) Set View.void
setLoadSeq
(int LoadSeq) Set Sequencevoid
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 Details
-
Table_Name
TableName=AD_Table- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=100- See Also:
-
Model
-
accessLevel
AccessLevel = 4 - System -
COLUMNNAME_AccessLevel
Column name AccessLevel- See Also:
-
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_AD_Table_ID
Column name AD_Table_ID- See Also:
-
COLUMNNAME_AD_Table_UU
Column name AD_Table_UU- See Also:
-
COLUMNNAME_AD_Val_Rule_ID
Column name AD_Val_Rule_ID- See Also:
-
COLUMNNAME_AD_Window_ID
Column name AD_Window_ID- See Also:
-
COLUMNNAME_CopyColumnsFromTable
Column name CopyColumnsFromTable- See Also:
-
COLUMNNAME_CopyComponentsFromView
Column name CopyComponentsFromView- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_CreatePartition
Column name CreatePartition- See Also:
-
COLUMNNAME_CreateWindowFromTable
Column name CreateWindowFromTable- See Also:
-
COLUMNNAME_DatabaseViewDrop
Column name DatabaseViewDrop- See Also:
-
COLUMNNAME_Description
Column name Description- See Also:
-
COLUMNNAME_EntityType
Column name EntityType- See Also:
-
COLUMNNAME_Help
Column name Help- See Also:
-
COLUMNNAME_ImportTable
Column name ImportTable- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_IsCentrallyMaintained
Column name IsCentrallyMaintained- See Also:
-
COLUMNNAME_IsChangeLog
Column name IsChangeLog- See Also:
-
COLUMNNAME_IsDeleteable
Column name IsDeleteable- See Also:
-
COLUMNNAME_IsHighVolume
Column name IsHighVolume- See Also:
-
COLUMNNAME_IsPartition
Column name IsPartition- See Also:
-
COLUMNNAME_IsSecurityEnabled
Column name IsSecurityEnabled- See Also:
-
COLUMNNAME_IsShowInDrillOptions
Column name IsShowInDrillOptions- See Also:
-
COLUMNNAME_IsView
Column name IsView- See Also:
-
COLUMNNAME_LoadSeq
Column name LoadSeq- See Also:
-
COLUMNNAME_Name
Column name Name- See Also:
-
COLUMNNAME_PO_Window_ID
Column name PO_Window_ID- See Also:
-
COLUMNNAME_Processing
Column name Processing- See Also:
-
COLUMNNAME_ReplicationType
Column name ReplicationType- See Also:
-
COLUMNNAME_TableName
Column name TableName- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
-
Method Details
-
setAccessLevel
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 Tenant. Tenant for this installation. -
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_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
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
- 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
- Throws:
RuntimeException
-
setCopyColumnsFromTable
Set Copy Columns From Table -
getCopyColumnsFromTable
String getCopyColumnsFromTable()Get Copy Columns From Table -
setCopyComponentsFromView
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 -
setCreatePartition
Set Create/update partition. Process which create or update table partitions based on the table and column records -
getCreatePartition
String getCreatePartition()Get Create/update partition. Process which create or update table partitions based on the table and column records -
setCreateWindowFromTable
Set Create Window From Table -
getCreateWindowFromTable
String getCreateWindowFromTable()Get Create Window From Table -
setDatabaseViewDrop
Set Drop view -
getDatabaseViewDrop
String getDatabaseViewDrop()Get Drop view -
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 -
setImportTable
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 -
setIsPartition
void setIsPartition(boolean IsPartition) Set Partition. This is a partitioned table -
isPartition
boolean isPartition()Get Partition. This is a partitioned table -
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 -
setIsShowInDrillOptions
void setIsShowInDrillOptions(boolean IsShowInDrillOptions) Set Show In Drill Options. This parameter enables the table to be displayed in Drill Assistant - Table tab -
isShowInDrillOptions
boolean isShowInDrillOptions()Get Show In Drill Options. This parameter enables the table to be displayed in Drill Assistant - Table tab -
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
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
- Throws:
RuntimeException
-
setProcessing
void setProcessing(boolean Processing) Set Process Now -
isProcessing
boolean isProcessing()Get Process Now -
setReplicationType
Set Replication Type. Type of Data Replication -
getReplicationType
String getReplicationType()Get Replication Type. Type of Data Replication -
setTableName
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
-