Package org.compiere.model
Interface I_AD_Table
-
- All Known Implementing Classes:
MTable,X_AD_Table
public interface I_AD_TableGenerated Interface for AD_Table- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 4 - Systemstatic StringCOLUMNNAME_AccessLevelColumn name AccessLevelstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_AD_Table_IDColumn name AD_Table_IDstatic StringCOLUMNNAME_AD_Table_UUColumn name AD_Table_UUstatic StringCOLUMNNAME_AD_Val_Rule_IDColumn name AD_Val_Rule_IDstatic StringCOLUMNNAME_AD_Window_IDColumn name AD_Window_IDstatic StringCOLUMNNAME_CopyColumnsFromTableColumn name CopyColumnsFromTablestatic StringCOLUMNNAME_CopyComponentsFromViewColumn name CopyComponentsFromViewstatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_CreateWindowFromTableColumn name CreateWindowFromTablestatic StringCOLUMNNAME_DatabaseViewDropColumn name DatabaseViewDropstatic StringCOLUMNNAME_DescriptionColumn name Descriptionstatic StringCOLUMNNAME_EntityTypeColumn name EntityTypestatic StringCOLUMNNAME_HelpColumn name Helpstatic StringCOLUMNNAME_ImportTableColumn name ImportTablestatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_IsCentrallyMaintainedColumn name IsCentrallyMaintainedstatic StringCOLUMNNAME_IsChangeLogColumn name IsChangeLogstatic StringCOLUMNNAME_IsDeleteableColumn name IsDeleteablestatic StringCOLUMNNAME_IsHighVolumeColumn name IsHighVolumestatic StringCOLUMNNAME_IsSecurityEnabledColumn name IsSecurityEnabledstatic StringCOLUMNNAME_IsViewColumn name IsViewstatic StringCOLUMNNAME_LoadSeqColumn name LoadSeqstatic StringCOLUMNNAME_NameColumn name Namestatic StringCOLUMNNAME_PO_Window_IDColumn name PO_Window_IDstatic StringCOLUMNNAME_ProcessingColumn name Processingstatic StringCOLUMNNAME_ReplicationTypeColumn name ReplicationTypestatic StringCOLUMNNAME_TableNameColumn name TableNamestatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic KeyNamePairModelstatic intTable_IDAD_Table_ID=100static StringTable_NameTableName=AD_Table
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAccessLevel()Get Data Access Level.intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.intgetAD_Table_ID()Get Table.StringgetAD_Table_UU()Get AD_Table_UUI_AD_Val_RulegetAD_Val_Rule()intgetAD_Val_Rule_ID()Get Dynamic Validation.I_AD_WindowgetAD_Window()intgetAD_Window_ID()Get Window.StringgetCopyColumnsFromTable()Get Copy Columns From TableStringgetCopyComponentsFromView()Get Copy Components From ViewTimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.StringgetCreateWindowFromTable()Get Create Window From TableStringgetDatabaseViewDrop()Get Drop viewStringgetDescription()Get Description.StringgetEntityType()Get Entity Type.StringgetHelp()Get Comment/Help.StringgetImportTable()Get Import Table.intgetLoadSeq()Get SequenceStringgetName()Get Name.I_AD_WindowgetPO_Window()intgetPO_Window_ID()Get PO Window.StringgetReplicationType()Get Replication Type.StringgetTableName()Get DB Table Name.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.booleanisActive()Get Active.booleanisCentrallyMaintained()Get Centrally maintained.booleanisChangeLog()Get Maintain Change Log.booleanisDeleteable()Get Records deletable.booleanisHighVolume()Get High Volume.booleanisProcessing()Get Process NowbooleanisSecurityEnabled()Get Security enabled.booleanisView()Get View.voidsetAccessLevel(String AccessLevel)Set Data Access Level.voidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetAD_Table_ID(int AD_Table_ID)Set Table.voidsetAD_Table_UU(String AD_Table_UU)Set AD_Table_UUvoidsetAD_Val_Rule_ID(int AD_Val_Rule_ID)Set Dynamic Validation.voidsetAD_Window_ID(int AD_Window_ID)Set Window.voidsetCopyColumnsFromTable(String CopyColumnsFromTable)Set Copy Columns From TablevoidsetCopyComponentsFromView(String CopyComponentsFromView)Set Copy Components From ViewvoidsetCreateWindowFromTable(String CreateWindowFromTable)Set Create Window From TablevoidsetDatabaseViewDrop(String DatabaseViewDrop)Set Drop viewvoidsetDescription(String Description)Set Description.voidsetEntityType(String EntityType)Set Entity Type.voidsetHelp(String Help)Set Comment/Help.voidsetImportTable(String ImportTable)Set Import Table.voidsetIsActive(boolean IsActive)Set Active.voidsetIsCentrallyMaintained(boolean IsCentrallyMaintained)Set Centrally maintained.voidsetIsChangeLog(boolean IsChangeLog)Set Maintain Change Log.voidsetIsDeleteable(boolean IsDeleteable)Set Records deletable.voidsetIsHighVolume(boolean IsHighVolume)Set High Volume.voidsetIsSecurityEnabled(boolean IsSecurityEnabled)Set Security enabled.voidsetIsView(boolean IsView)Set View.voidsetLoadSeq(int LoadSeq)Set SequencevoidsetName(String Name)Set Name.voidsetPO_Window_ID(int PO_Window_ID)Set PO Window.voidsetProcessing(boolean Processing)Set Process NowvoidsetReplicationType(String ReplicationType)Set Replication Type.voidsetTableName(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
-
-