Class X_AD_Table

java.lang.Object
org.compiere.model.PO
org.compiere.model.X_AD_Table
All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_AD_Table, I_Persistent, Evaluatee
Direct Known Subclasses:
MTable

public class X_AD_Table extends PO implements I_AD_Table, I_Persistent
Generated Model for AD_Table
Version:
Release 11 - $Id$
Author:
iDempiere (generated)
See Also:
  • Field Details

    • ACCESSLEVEL_AD_Reference_ID

      public static final int ACCESSLEVEL_AD_Reference_ID
      AccessLevel AD_Reference_ID=5
      See Also:
    • ACCESSLEVEL_Organization

      public static final String ACCESSLEVEL_Organization
      Organization = 1
      See Also:
    • ACCESSLEVEL_ClientOnly

      public static final String ACCESSLEVEL_ClientOnly
      Client only = 2
      See Also:
    • ACCESSLEVEL_ClientPlusOrganization

      public static final String ACCESSLEVEL_ClientPlusOrganization
      Client+Organization = 3
      See Also:
    • ACCESSLEVEL_SystemOnly

      public static final String ACCESSLEVEL_SystemOnly
      System only = 4
      See Also:
    • ACCESSLEVEL_SystemPlusClient

      public static final String ACCESSLEVEL_SystemPlusClient
      System+Client = 6
      See Also:
    • ACCESSLEVEL_All

      public static final String ACCESSLEVEL_All
      All = 7
      See Also:
    • ENTITYTYPE_AD_Reference_ID

      public static final int ENTITYTYPE_AD_Reference_ID
      EntityType AD_Reference_ID=389
      See Also:
    • REPLICATIONTYPE_AD_Reference_ID

      public static final int REPLICATIONTYPE_AD_Reference_ID
      ReplicationType AD_Reference_ID=126
      See Also:
    • REPLICATIONTYPE_Broadcast

      public static final String REPLICATIONTYPE_Broadcast
      Broadcast = B
      See Also:
    • REPLICATIONTYPE_Local

      public static final String REPLICATIONTYPE_Local
      Local = L
      See Also:
    • REPLICATIONTYPE_Merge

      public static final String REPLICATIONTYPE_Merge
      Merge = M
      See Also:
    • REPLICATIONTYPE_Reference

      public static final String REPLICATIONTYPE_Reference
      Reference = R
      See Also:
  • Constructor Details

    • X_AD_Table

      public X_AD_Table(Properties ctx, int AD_Table_ID, String trxName)
      Standard Constructor
    • X_AD_Table

      public X_AD_Table(Properties ctx, int AD_Table_ID, String trxName, String... virtualColumns)
      Standard Constructor
    • X_AD_Table

      public X_AD_Table(Properties ctx, String AD_Table_UU, String trxName)
      Standard Constructor
    • X_AD_Table

      public X_AD_Table(Properties ctx, String AD_Table_UU, String trxName, String... virtualColumns)
      Standard Constructor
    • X_AD_Table

      public X_AD_Table(Properties ctx, ResultSet rs, String trxName)
      Load Constructor
  • Method Details

    • get_AccessLevel

      protected int get_AccessLevel()
      AccessLevel
      Specified by:
      get_AccessLevel in class PO
      Returns:
      4 - System
    • initPO

      protected POInfo initPO(Properties ctx)
      Load Meta Data
      Specified by:
      initPO in class PO
      Parameters:
      ctx - context
      Returns:
      POInfo
    • toString

      public String toString()
      Description copied from class: PO
      String representation
      Overrides:
      toString in class PO
      Returns:
      String representation
    • setAccessLevel

      public void setAccessLevel(String AccessLevel)
      Set Data Access Level.
      Specified by:
      setAccessLevel in interface I_AD_Table
      Parameters:
      AccessLevel - Access Level required
    • getAccessLevel

      public String getAccessLevel()
      Get Data Access Level.
      Specified by:
      getAccessLevel in interface I_AD_Table
      Returns:
      Access Level required
    • setAD_Table_ID

      public void setAD_Table_ID(int AD_Table_ID)
      Set Table.
      Specified by:
      setAD_Table_ID in interface I_AD_Table
      Parameters:
      AD_Table_ID - Database Table information
    • getAD_Table_ID

      public int getAD_Table_ID()
      Get Table.
      Specified by:
      getAD_Table_ID in interface I_AD_Table
      Returns:
      Database Table information
    • setAD_Table_UU

      public void setAD_Table_UU(String AD_Table_UU)
      Set AD_Table_UU.
      Specified by:
      setAD_Table_UU in interface I_AD_Table
      Parameters:
      AD_Table_UU - AD_Table_UU
    • getAD_Table_UU

      public String getAD_Table_UU()
      Get AD_Table_UU.
      Specified by:
      getAD_Table_UU in interface I_AD_Table
      Returns:
      AD_Table_UU
    • getAD_Val_Rule

      public I_AD_Val_Rule getAD_Val_Rule() throws RuntimeException
      Specified by:
      getAD_Val_Rule in interface I_AD_Table
      Throws:
      RuntimeException
    • setAD_Val_Rule_ID

      public void setAD_Val_Rule_ID(int AD_Val_Rule_ID)
      Set Dynamic Validation.
      Specified by:
      setAD_Val_Rule_ID in interface I_AD_Table
      Parameters:
      AD_Val_Rule_ID - Dynamic Validation Rule
    • getAD_Val_Rule_ID

      public int getAD_Val_Rule_ID()
      Get Dynamic Validation.
      Specified by:
      getAD_Val_Rule_ID in interface I_AD_Table
      Returns:
      Dynamic Validation Rule
    • getAD_Window

      public I_AD_Window getAD_Window() throws RuntimeException
      Specified by:
      getAD_Window in interface I_AD_Table
      Throws:
      RuntimeException
    • setAD_Window_ID

      public void setAD_Window_ID(int AD_Window_ID)
      Set Window.
      Specified by:
      setAD_Window_ID in interface I_AD_Table
      Parameters:
      AD_Window_ID - Data entry or display window
    • getAD_Window_ID

      public int getAD_Window_ID()
      Get Window.
      Specified by:
      getAD_Window_ID in interface I_AD_Table
      Returns:
      Data entry or display window
    • setCopyColumnsFromTable

      public void setCopyColumnsFromTable(String CopyColumnsFromTable)
      Set Copy Columns From Table.
      Specified by:
      setCopyColumnsFromTable in interface I_AD_Table
      Parameters:
      CopyColumnsFromTable - Copy Columns From Table
    • getCopyColumnsFromTable

      public String getCopyColumnsFromTable()
      Get Copy Columns From Table.
      Specified by:
      getCopyColumnsFromTable in interface I_AD_Table
      Returns:
      Copy Columns From Table
    • setCopyComponentsFromView

      public void setCopyComponentsFromView(String CopyComponentsFromView)
      Set Copy Components From View.
      Specified by:
      setCopyComponentsFromView in interface I_AD_Table
      Parameters:
      CopyComponentsFromView - Copy Components From View
    • getCopyComponentsFromView

      public String getCopyComponentsFromView()
      Get Copy Components From View.
      Specified by:
      getCopyComponentsFromView in interface I_AD_Table
      Returns:
      Copy Components From View
    • setCreatePartition

      public void setCreatePartition(String CreatePartition)
      Set Create/update partition.
      Specified by:
      setCreatePartition in interface I_AD_Table
      Parameters:
      CreatePartition - Process which create or update table partitions based on the table and column records
    • getCreatePartition

      public String getCreatePartition()
      Get Create/update partition.
      Specified by:
      getCreatePartition in interface I_AD_Table
      Returns:
      Process which create or update table partitions based on the table and column records
    • setCreateWindowFromTable

      public void setCreateWindowFromTable(String CreateWindowFromTable)
      Set Create Window From Table.
      Specified by:
      setCreateWindowFromTable in interface I_AD_Table
      Parameters:
      CreateWindowFromTable - Create Window From Table
    • getCreateWindowFromTable

      public String getCreateWindowFromTable()
      Get Create Window From Table.
      Specified by:
      getCreateWindowFromTable in interface I_AD_Table
      Returns:
      Create Window From Table
    • setDatabaseViewDrop

      public void setDatabaseViewDrop(String DatabaseViewDrop)
      Set Drop view.
      Specified by:
      setDatabaseViewDrop in interface I_AD_Table
      Parameters:
      DatabaseViewDrop - Drop view
    • getDatabaseViewDrop

      public String getDatabaseViewDrop()
      Get Drop view.
      Specified by:
      getDatabaseViewDrop in interface I_AD_Table
      Returns:
      Drop view
    • setDescription

      public void setDescription(String Description)
      Set Description.
      Specified by:
      setDescription in interface I_AD_Table
      Parameters:
      Description - Optional short description of the record
    • getDescription

      public String getDescription()
      Get Description.
      Specified by:
      getDescription in interface I_AD_Table
      Returns:
      Optional short description of the record
    • setEntityType

      public void setEntityType(String EntityType)
      Set Entity Type.
      Specified by:
      setEntityType in interface I_AD_Table
      Parameters:
      EntityType - Dictionary Entity Type; Determines ownership and synchronization
    • getEntityType

      public String getEntityType()
      Get Entity Type.
      Specified by:
      getEntityType in interface I_AD_Table
      Returns:
      Dictionary Entity Type; Determines ownership and synchronization
    • setHelp

      public void setHelp(String Help)
      Set Comment/Help.
      Specified by:
      setHelp in interface I_AD_Table
      Parameters:
      Help - Comment or Hint
    • getHelp

      public String getHelp()
      Get Comment/Help.
      Specified by:
      getHelp in interface I_AD_Table
      Returns:
      Comment or Hint
    • setImportTable

      public void setImportTable(String ImportTable)
      Set Import Table.
      Specified by:
      setImportTable in interface I_AD_Table
      Parameters:
      ImportTable - Import Table Columns from Database
    • getImportTable

      public String getImportTable()
      Get Import Table.
      Specified by:
      getImportTable in interface I_AD_Table
      Returns:
      Import Table Columns from Database
    • setIsCentrallyMaintained

      public void setIsCentrallyMaintained(boolean IsCentrallyMaintained)
      Set Centrally maintained.
      Specified by:
      setIsCentrallyMaintained in interface I_AD_Table
      Parameters:
      IsCentrallyMaintained - Information maintained in System Element table
    • isCentrallyMaintained

      public boolean isCentrallyMaintained()
      Get Centrally maintained.
      Specified by:
      isCentrallyMaintained in interface I_AD_Table
      Returns:
      Information maintained in System Element table
    • setIsChangeLog

      public void setIsChangeLog(boolean IsChangeLog)
      Set Maintain Change Log.
      Specified by:
      setIsChangeLog in interface I_AD_Table
      Parameters:
      IsChangeLog - Maintain a log of changes
    • isChangeLog

      public boolean isChangeLog()
      Get Maintain Change Log.
      Specified by:
      isChangeLog in interface I_AD_Table
      Returns:
      Maintain a log of changes
    • setIsDeleteable

      public void setIsDeleteable(boolean IsDeleteable)
      Set Records deletable.
      Specified by:
      setIsDeleteable in interface I_AD_Table
      Parameters:
      IsDeleteable - Indicates if records can be deleted from the database
    • isDeleteable

      public boolean isDeleteable()
      Get Records deletable.
      Specified by:
      isDeleteable in interface I_AD_Table
      Returns:
      Indicates if records can be deleted from the database
    • setIsHighVolume

      public void setIsHighVolume(boolean IsHighVolume)
      Set High Volume.
      Specified by:
      setIsHighVolume in interface I_AD_Table
      Parameters:
      IsHighVolume - Use Search instead of Pick list
    • isHighVolume

      public boolean isHighVolume()
      Get High Volume.
      Specified by:
      isHighVolume in interface I_AD_Table
      Returns:
      Use Search instead of Pick list
    • setIsPartition

      public void setIsPartition(boolean IsPartition)
      Set Partition.
      Specified by:
      setIsPartition in interface I_AD_Table
      Parameters:
      IsPartition - This is a partitioned table
    • isPartition

      public boolean isPartition()
      Get Partition.
      Specified by:
      isPartition in interface I_AD_Table
      Returns:
      This is a partitioned table
    • setIsSecurityEnabled

      public void setIsSecurityEnabled(boolean IsSecurityEnabled)
      Set Security enabled.
      Specified by:
      setIsSecurityEnabled in interface I_AD_Table
      Parameters:
      IsSecurityEnabled - If security is enabled, user access to data can be restricted via Roles
    • isSecurityEnabled

      public boolean isSecurityEnabled()
      Get Security enabled.
      Specified by:
      isSecurityEnabled in interface I_AD_Table
      Returns:
      If security is enabled, user access to data can be restricted via Roles
    • setIsShowInDrillOptions

      public void setIsShowInDrillOptions(boolean IsShowInDrillOptions)
      Set Show In Drill Options.
      Specified by:
      setIsShowInDrillOptions in interface I_AD_Table
      Parameters:
      IsShowInDrillOptions - This parameter enables the table to be displayed in Drill Assistant - Table tab
    • isShowInDrillOptions

      public boolean isShowInDrillOptions()
      Get Show In Drill Options.
      Specified by:
      isShowInDrillOptions in interface I_AD_Table
      Returns:
      This parameter enables the table to be displayed in Drill Assistant - Table tab
    • setIsView

      public void setIsView(boolean IsView)
      Set View.
      Specified by:
      setIsView in interface I_AD_Table
      Parameters:
      IsView - This is a view
    • isView

      public boolean isView()
      Get View.
      Specified by:
      isView in interface I_AD_Table
      Returns:
      This is a view
    • setLoadSeq

      public void setLoadSeq(int LoadSeq)
      Set Sequence.
      Specified by:
      setLoadSeq in interface I_AD_Table
      Parameters:
      LoadSeq - Sequence
    • getLoadSeq

      public int getLoadSeq()
      Get Sequence.
      Specified by:
      getLoadSeq in interface I_AD_Table
      Returns:
      Sequence
    • setName

      public void setName(String Name)
      Set Name.
      Specified by:
      setName in interface I_AD_Table
      Parameters:
      Name - Alphanumeric identifier of the entity
    • getName

      public String getName()
      Get Name.
      Specified by:
      getName in interface I_AD_Table
      Returns:
      Alphanumeric identifier of the entity
    • getPO_Window

      public I_AD_Window getPO_Window() throws RuntimeException
      Specified by:
      getPO_Window in interface I_AD_Table
      Throws:
      RuntimeException
    • setPO_Window_ID

      public void setPO_Window_ID(int PO_Window_ID)
      Set PO Window.
      Specified by:
      setPO_Window_ID in interface I_AD_Table
      Parameters:
      PO_Window_ID - Purchase Order Window
    • getPO_Window_ID

      public int getPO_Window_ID()
      Get PO Window.
      Specified by:
      getPO_Window_ID in interface I_AD_Table
      Returns:
      Purchase Order Window
    • setProcessing

      public void setProcessing(boolean Processing)
      Set Process Now.
      Specified by:
      setProcessing in interface I_AD_Table
      Parameters:
      Processing - Process Now
    • isProcessing

      public boolean isProcessing()
      Get Process Now.
      Specified by:
      isProcessing in interface I_AD_Table
      Returns:
      Process Now
    • setReplicationType

      public void setReplicationType(String ReplicationType)
      Set Replication Type.
      Specified by:
      setReplicationType in interface I_AD_Table
      Parameters:
      ReplicationType - Type of Data Replication
    • getReplicationType

      public String getReplicationType()
      Get Replication Type.
      Specified by:
      getReplicationType in interface I_AD_Table
      Returns:
      Type of Data Replication
    • setTableName

      public void setTableName(String TableName)
      Set DB Table Name.
      Specified by:
      setTableName in interface I_AD_Table
      Parameters:
      TableName - Name of the table in the database
    • getTableName

      public String getTableName()
      Get DB Table Name.
      Specified by:
      getTableName in interface I_AD_Table
      Returns:
      Name of the table in the database
    • getKeyNamePair

      public KeyNamePair getKeyNamePair()
      Get Record ID/ColumnName
      Returns:
      ID/ColumnName pair