Interface I_AD_Column

All Known Implementing Classes:
MColumn, X_AD_Column

public interface I_AD_Column
Generated Interface for AD_Column
Version:
Release 11
Author:
iDempiere (generated)
  • Field Details

  • Method Details

    • setAD_Chart_ID

      void setAD_Chart_ID(int AD_Chart_ID)
      Set Chart
    • getAD_Chart_ID

      int getAD_Chart_ID()
      Get Chart
    • getAD_Chart

      I_AD_Chart getAD_Chart() throws RuntimeException
      Throws:
      RuntimeException
    • getAD_Client_ID

      int getAD_Client_ID()
      Get Tenant. Tenant for this installation.
    • setAD_Column_ID

      void setAD_Column_ID(int AD_Column_ID)
      Set Column. Column in the table
    • getAD_Column_ID

      int getAD_Column_ID()
      Get Column. Column in the table
    • setAD_Column_UU

      void setAD_Column_UU(String AD_Column_UU)
      Set AD_Column_UU
    • getAD_Column_UU

      String getAD_Column_UU()
      Get AD_Column_UU
    • setAD_Element_ID

      void setAD_Element_ID(int AD_Element_ID)
      Set System Element. System Element enables the central maintenance of column description and help.
    • getAD_Element_ID

      int getAD_Element_ID()
      Get System Element. System Element enables the central maintenance of column description and help.
    • getAD_Element

      I_AD_Element getAD_Element() throws RuntimeException
      Throws:
      RuntimeException
    • setAD_InfoWindow_ID

      void setAD_InfoWindow_ID(int AD_InfoWindow_ID)
      Set Info Window. Info and search/select Window
    • getAD_InfoWindow_ID

      int getAD_InfoWindow_ID()
      Get Info Window. Info and search/select Window
    • getAD_InfoWindow

      I_AD_InfoWindow getAD_InfoWindow() throws RuntimeException
      Throws:
      RuntimeException
    • 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_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_Reference_ID

      void setAD_Reference_ID(int AD_Reference_ID)
      Set Reference. System Reference and Validation
    • getAD_Reference_ID

      int getAD_Reference_ID()
      Get Reference. System Reference and Validation
    • getAD_Reference

      I_AD_Reference getAD_Reference() throws RuntimeException
      Throws:
      RuntimeException
    • setAD_Reference_Value_ID

      void setAD_Reference_Value_ID(int AD_Reference_Value_ID)
      Set Reference Key. Required to specify, if data type is Table or List
    • getAD_Reference_Value_ID

      int getAD_Reference_Value_ID()
      Get Reference Key. Required to specify, if data type is Table or List
    • getAD_Reference_Value

      I_AD_Reference getAD_Reference_Value() throws RuntimeException
      Throws:
      RuntimeException
    • 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
    • getAD_Table

      I_AD_Table getAD_Table() throws RuntimeException
      Throws:
      RuntimeException
    • 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_Val_Rule_Lookup_ID

      void setAD_Val_Rule_Lookup_ID(int AD_Val_Rule_Lookup_ID)
      Set Dynamic Validation (Lookup). Override Dynamic Validation Rule for Lookup Window
    • getAD_Val_Rule_Lookup_ID

      int getAD_Val_Rule_Lookup_ID()
      Get Dynamic Validation (Lookup). Override Dynamic Validation Rule for Lookup Window
    • getAD_Val_Rule_Lookup

      I_AD_Val_Rule getAD_Val_Rule_Lookup() throws RuntimeException
      Throws:
      RuntimeException
    • setAlwaysUpdatableLogic

      void setAlwaysUpdatableLogic(String AlwaysUpdatableLogic)
      Set Always Updatable Logic. Logic to determine if field is Updatable irrespective if record' s active status or processed status. This logic Applicable only if Always Updatable is N.
    • getAlwaysUpdatableLogic

      String getAlwaysUpdatableLogic()
      Get Always Updatable Logic. Logic to determine if field is Updatable irrespective if record' s active status or processed status. This logic Applicable only if Always Updatable is N.
    • setCallout

      void setCallout(String Callout)
      Set Callout. Fully qualified class names and method - separated by semicolons
    • getCallout

      String getCallout()
      Get Callout. Fully qualified class names and method - separated by semicolons
    • setColumnName

      void setColumnName(String ColumnName)
      Set DB Column Name. Name of the column in the database
    • getColumnName

      String getColumnName()
      Get DB Column Name. Name of the column in the database
    • setColumnSQL

      void setColumnSQL(String ColumnSQL)
      Set Column SQL. Virtual Column (r/o)
    • getColumnSQL

      String getColumnSQL()
      Get Column SQL. Virtual Column (r/o)
    • getCreated

      Timestamp getCreated()
      Get Created. Date this record was created
    • getCreatedBy

      int getCreatedBy()
      Get Created By. User who created this records
    • setDefaultValue

      void setDefaultValue(String DefaultValue)
      Set Default Logic. Default value hierarchy, separated by ;
    • getDefaultValue

      String getDefaultValue()
      Get Default Logic. Default value hierarchy, separated by ;
    • 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
    • setFieldLength

      void setFieldLength(int FieldLength)
      Set Length. Length of the column in the database
    • getFieldLength

      int getFieldLength()
      Get Length. Length of the column in the database
    • setFKConstraintMsg_ID

      void setFKConstraintMsg_ID(int FKConstraintMsg_ID)
      Set Constraint Message
    • getFKConstraintMsg_ID

      int getFKConstraintMsg_ID()
      Get Constraint Message
    • getFKConstraintMsg

      I_AD_Message getFKConstraintMsg() throws RuntimeException
      Throws:
      RuntimeException
    • setFKConstraintName

      void setFKConstraintName(String FKConstraintName)
      Set Constraint Name
    • getFKConstraintName

      String getFKConstraintName()
      Get Constraint Name
    • setFKConstraintType

      void setFKConstraintType(String FKConstraintType)
      Set Constraint Type
    • getFKConstraintType

      String getFKConstraintType()
      Get Constraint Type
    • setFormatPattern

      void setFormatPattern(String FormatPattern)
      Set Format Pattern. The pattern used to format a number or date.
    • getFormatPattern

      String getFormatPattern()
      Get Format Pattern. The pattern used to format a number or date.
    • 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
    • setIsAllowCopy

      void setIsAllowCopy(boolean IsAllowCopy)
      Set Allow Copy. Determine if a column must be copied when pushing the button to copy record
    • isAllowCopy

      boolean isAllowCopy()
      Get Allow Copy. Determine if a column must be copied when pushing the button to copy record
    • setIsAllowLogging

      void setIsAllowLogging(boolean IsAllowLogging)
      Set Allow Logging. Determine if a column must be recorded into the change log
    • isAllowLogging

      boolean isAllowLogging()
      Get Allow Logging. Determine if a column must be recorded into the change log
    • setIsAlwaysUpdateable

      void setIsAlwaysUpdateable(boolean IsAlwaysUpdateable)
      Set Always Updatable. The column is always updateable, even if the record is not active or processed
    • isAlwaysUpdateable

      boolean isAlwaysUpdateable()
      Get Always Updatable. The column is always updateable, even if the record is not active or processed
    • setIsAutocomplete

      void setIsAutocomplete(boolean IsAutocomplete)
      Set Auto complete. Automatic completion for text fields
    • isAutocomplete

      boolean isAutocomplete()
      Get Auto complete. Automatic completion for text fields
    • setIsEncrypted

      void setIsEncrypted(String IsEncrypted)
      Set Encrypted. Display or Storage is encrypted
    • getIsEncrypted

      String getIsEncrypted()
      Get Encrypted. Display or Storage is encrypted
    • setIsHtml

      void setIsHtml(boolean IsHtml)
      Set HTML. Text has HTML tags
    • isHtml

      boolean isHtml()
      Get HTML. Text has HTML tags
    • setIsIdentifier

      void setIsIdentifier(boolean IsIdentifier)
      Set Identifier. This column is part of the record identifier
    • isIdentifier

      boolean isIdentifier()
      Get Identifier. This column is part of the record identifier
    • setIsKey

      void setIsKey(boolean IsKey)
      Set Key column. This column is the key in this table
    • isKey

      boolean isKey()
      Get Key column. This column is the key in this table
    • setIsMandatory

      void setIsMandatory(boolean IsMandatory)
      Set Mandatory. Data entry is required in this column
    • isMandatory

      boolean isMandatory()
      Get Mandatory. Data entry is required in this column
    • setIsParent

      void setIsParent(boolean IsParent)
      Set Parent link column. This column is a link to the parent table (e.g. header from lines) - incl. Association key columns
    • isParent

      boolean isParent()
      Get Parent link column. This column is a link to the parent table (e.g. header from lines) - incl. Association key columns
    • setIsPartitionKey

      void setIsPartitionKey(boolean IsPartitionKey)
      Set Partition Key. This is a partition key
    • isPartitionKey

      boolean isPartitionKey()
      Get Partition Key. This is a partition key
    • setIsSecure

      void setIsSecure(boolean IsSecure)
      Set Secure content. Defines whether content must be treated as secure
    • isSecure

      boolean isSecure()
      Get Secure content. Defines whether content must be treated as secure
    • setIsSelectionColumn

      void setIsSelectionColumn(boolean IsSelectionColumn)
      Set Selection Column. Is this column used for finding rows in windows
    • isSelectionColumn

      boolean isSelectionColumn()
      Get Selection Column. Is this column used for finding rows in windows
    • setIsSyncDatabase

      void setIsSyncDatabase(String IsSyncDatabase)
      Set Synchronize Database. Change database table definition when changing dictionary definition
    • getIsSyncDatabase

      String getIsSyncDatabase()
      Get Synchronize Database. Change database table definition when changing dictionary definition
    • setIsToolbarButton

      void setIsToolbarButton(String IsToolbarButton)
      Set Toolbar Button. Show the button on the toolbar, the window, or both
    • getIsToolbarButton

      String getIsToolbarButton()
      Get Toolbar Button. Show the button on the toolbar, the window, or both
    • setIsTranslated

      void setIsTranslated(boolean IsTranslated)
      Set Translated. This column is translated
    • isTranslated

      boolean isTranslated()
      Get Translated. This column is translated
    • setIsUpdateable

      void setIsUpdateable(boolean IsUpdateable)
      Set Updatable. Determines, if the field can be updated
    • isUpdateable

      boolean isUpdateable()
      Get Updatable. Determines, if the field can be updated
    • setMandatoryLogic

      void setMandatoryLogic(String MandatoryLogic)
      Set Mandatory Logic
    • getMandatoryLogic

      String getMandatoryLogic()
      Get Mandatory Logic
    • setName

      void setName(String Name)
      Set Name. Alphanumeric identifier of the entity
    • getName

      String getName()
      Get Name. Alphanumeric identifier of the entity
    • setPA_DashboardContent_ID

      void setPA_DashboardContent_ID(int PA_DashboardContent_ID)
      Set Dashboard Content
    • getPA_DashboardContent_ID

      int getPA_DashboardContent_ID()
      Get Dashboard Content
    • getPA_DashboardContent

      I_PA_DashboardContent getPA_DashboardContent() throws RuntimeException
      Throws:
      RuntimeException
    • setPartitioningMethod

      void setPartitioningMethod(String PartitioningMethod)
      Set Partitioning Method. Indicates how the Table is partitioned
    • getPartitioningMethod

      String getPartitioningMethod()
      Get Partitioning Method. Indicates how the Table is partitioned
    • setPlaceholder

      void setPlaceholder(String Placeholder)
      Set Placeholder
    • getPlaceholder

      String getPlaceholder()
      Get Placeholder
    • setRangePartitionInterval

      void setRangePartitionInterval(String RangePartitionInterval)
      Set Range Partition Interval. Indicates the interval used in a range partitioning
    • getRangePartitionInterval

      String getRangePartitionInterval()
      Get Range Partition Interval. Indicates the interval used in a range partitioning
    • 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
    • setSeqNoPartition

      void setSeqNoPartition(int SeqNoPartition)
      Set Partition Key Sequence. Indicates the order of partition keys
    • getSeqNoPartition

      int getSeqNoPartition()
      Get Partition Key Sequence. Indicates the order of partition keys
    • setSeqNoSelection

      void setSeqNoSelection(int SeqNoSelection)
      Set Selection Column Sequence. Selection Column Sequence
    • getSeqNoSelection

      int getSeqNoSelection()
      Get Selection Column Sequence. Selection Column Sequence
    • getUpdated

      Timestamp getUpdated()
      Get Updated. Date this record was updated
    • getUpdatedBy

      int getUpdatedBy()
      Get Updated By. User who updated this records
    • setValueMax

      void setValueMax(String ValueMax)
      Set Max. Value. Maximum Value for a field
    • getValueMax

      String getValueMax()
      Get Max. Value. Maximum Value for a field
    • setValueMin

      void setValueMin(String ValueMin)
      Set Min. Value. Minimum Value for a field
    • getValueMin

      String getValueMin()
      Get Min. Value. Minimum Value for a field
    • setVersion

      void setVersion(BigDecimal Version)
      Set Version. Version of the table definition
    • getVersion

      BigDecimal getVersion()
      Get Version. Version of the table definition
    • setVFormat

      void setVFormat(String VFormat)
      Set Value Format. Format of the value; Can contain fixed format elements, Variables: " _lLoOaAcCa09"
    • getVFormat

      String getVFormat()
      Get Value Format. Format of the value; Can contain fixed format elements, Variables: " _lLoOaAcCa09"