Interface I_AD_Field

  • All Known Implementing Classes:
    MField, X_AD_Field

    public interface I_AD_Field
    Generated Interface for AD_Field
    Version:
    Release 9
    Author:
    iDempiere (generated)
    • Method Detail

      • getAD_Client_ID

        int getAD_Client_ID()
        Get Client. Client/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_FieldGroup_ID

        void setAD_FieldGroup_ID​(int AD_FieldGroup_ID)
        Set Field Group. Logical grouping of fields
      • getAD_FieldGroup_ID

        int getAD_FieldGroup_ID()
        Get Field Group. Logical grouping of fields
      • setAD_Field_ID

        void setAD_Field_ID​(int AD_Field_ID)
        Set Field. Field on a database table
      • getAD_Field_ID

        int getAD_Field_ID()
        Get Field. Field on a database table
      • setAD_FieldStyle_ID

        void setAD_FieldStyle_ID​(int AD_FieldStyle_ID)
        Set Field Style. Field CSS Style
      • getAD_FieldStyle_ID

        int getAD_FieldStyle_ID()
        Get Field Style. Field CSS Style
      • setAD_Field_UU

        void setAD_Field_UU​(String AD_Field_UU)
        Set AD_Field_UU
      • getAD_Field_UU

        String getAD_Field_UU()
        Get AD_Field_UU
      • setAD_LabelStyle_ID

        void setAD_LabelStyle_ID​(int AD_LabelStyle_ID)
        Set Label Style. Label CSS Style
      • getAD_LabelStyle_ID

        int getAD_LabelStyle_ID()
        Get Label Style. Label CSS Style
      • 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_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
      • 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
      • setAD_Tab_ID

        void setAD_Tab_ID​(int AD_Tab_ID)
        Set Tab. Tab within a Window
      • getAD_Tab_ID

        int getAD_Tab_ID()
        Get Tab. Tab within a Window
      • 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
      • 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
      • setColumnSpan

        void setColumnSpan​(int ColumnSpan)
        Set Column Span. Number of column for a box of field
      • getColumnSpan

        int getColumnSpan()
        Get Column Span. Number of column for a box of field
      • 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
      • setDisplayLength

        void setDisplayLength​(int DisplayLength)
        Set Display Length. Length of the display in characters
      • getDisplayLength

        int getDisplayLength()
        Get Display Length. Length of the display in characters
      • setDisplayLogic

        void setDisplayLogic​(String DisplayLogic)
        Set Display Logic. If the Field is displayed, the result determines if the field is actually displayed
      • getDisplayLogic

        String getDisplayLogic()
        Get Display Logic. If the Field is displayed, the result determines if the field is actually displayed
      • 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
      • setIncluded_Tab_ID

        void setIncluded_Tab_ID​(int Included_Tab_ID)
        Set Included Tab. Included Tab in this Tab (Master Detail)
      • getIncluded_Tab_ID

        int getIncluded_Tab_ID()
        Get Included Tab. Included Tab in this Tab (Master Detail)
      • 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
      • setIsAdvancedField

        void setIsAdvancedField​(boolean IsAdvancedField)
        Set Advanced Field
      • isAdvancedField

        boolean isAdvancedField()
        Get Advanced Field
      • setIsAllowCopy

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

        String getIsAllowCopy()
        Get Allow Copy. Determine if a column must be copied when pushing the button to copy record
      • setIsAlwaysUpdateable

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

        String getIsAlwaysUpdateable()
        Get Always Updatable. The column is always updateable, even if the record is not active or processed
      • 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
      • setIsDefaultFocus

        void setIsDefaultFocus​(boolean IsDefaultFocus)
        Set Default Focus
      • isDefaultFocus

        boolean isDefaultFocus()
        Get Default Focus
      • setIsDisplayed

        void setIsDisplayed​(boolean IsDisplayed)
        Set Displayed. Determines, if this field is displayed
      • isDisplayed

        boolean isDisplayed()
        Get Displayed. Determines, if this field is displayed
      • setIsDisplayedGrid

        void setIsDisplayedGrid​(boolean IsDisplayedGrid)
        Set Show in Grid
      • isDisplayedGrid

        boolean isDisplayedGrid()
        Get Show in Grid
      • setIsEncrypted

        void setIsEncrypted​(boolean IsEncrypted)
        Set Encrypted. Display or Storage is encrypted
      • isEncrypted

        boolean isEncrypted()
        Get Encrypted. Display or Storage is encrypted
      • setIsFieldOnly

        void setIsFieldOnly​(boolean IsFieldOnly)
        Set Field Only. Label is not displayed
      • isFieldOnly

        boolean isFieldOnly()
        Get Field Only. Label is not displayed
      • setIsHeading

        void setIsHeading​(boolean IsHeading)
        Set Heading only. Field without Column - Only label is displayed
      • isHeading

        boolean isHeading()
        Get Heading only. Field without Column - Only label is displayed
      • setIsMandatory

        void setIsMandatory​(String IsMandatory)
        Set Mandatory. Data entry is required in this column
      • getIsMandatory

        String getIsMandatory()
        Get Mandatory. Data entry is required in this column
      • setIsQuickEntry

        void setIsQuickEntry​(boolean IsQuickEntry)
        Set Quick Entry
      • isQuickEntry

        boolean isQuickEntry()
        Get Quick Entry
      • setIsQuickForm

        void setIsQuickForm​(boolean IsQuickForm)
        Set Quick Form. Display in Quick Form
      • isQuickForm

        boolean isQuickForm()
        Get Quick Form. Display in Quick Form
      • setIsReadOnly

        void setIsReadOnly​(boolean IsReadOnly)
        Set Read Only. Field is read only
      • isReadOnly

        boolean isReadOnly()
        Get Read Only. Field is read only
      • setIsSameLine

        void setIsSameLine​(boolean IsSameLine)
        Set Same Line. Displayed on same line as previous field
      • isSameLine

        boolean isSameLine()
        Get Same Line. Displayed on same line as previous field
      • setIsSelectionColumn

        void setIsSelectionColumn​(String IsSelectionColumn)
        Set Selection Column. Is this column used for finding rows in windows
      • getIsSelectionColumn

        String getIsSelectionColumn()
        Get Selection Column. Is this column used for finding rows in windows
      • 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
      • setIsUpdateable

        void setIsUpdateable​(String IsUpdateable)
        Set Updatable. Determines, if the field can be updated
      • getIsUpdateable

        String getIsUpdateable()
        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
      • setNumLines

        void setNumLines​(int NumLines)
        Set Number of Lines. Number of lines for a field
      • getNumLines

        int getNumLines()
        Get Number of Lines. Number of lines for a field
      • setObscureType

        void setObscureType​(String ObscureType)
        Set Obscure. Type of obscuring the data (limiting the display)
      • getObscureType

        String getObscureType()
        Get Obscure. Type of obscuring the data (limiting the display)
      • setPlaceholder

        void setPlaceholder​(String Placeholder)
        Set Placeholder
      • getPlaceholder

        String getPlaceholder()
        Get Placeholder
      • 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
      • setSeqNoGrid

        void setSeqNoGrid​(int SeqNoGrid)
        Set Grid Sequence No
      • getSeqNoGrid

        int getSeqNoGrid()
        Get Grid Sequence No
      • setSortNo

        void setSortNo​(BigDecimal SortNo)
        Set Record Sort No. Determines in what order the records are displayed
      • getSortNo

        BigDecimal getSortNo()
        Get Record Sort No. Determines in what order the records are displayed
      • getUpdated

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

        int getUpdatedBy()
        Get Updated By. User who updated this records
      • 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"
      • setXPosition

        void setXPosition​(int XPosition)
        Set X Position. Absolute X (horizontal) position in 1/72 of an inch
      • getXPosition

        int getXPosition()
        Get X Position. Absolute X (horizontal) position in 1/72 of an inch