Interface I_AD_ViewColumn

All Known Implementing Classes:
MViewColumn, X_AD_ViewColumn

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

  • Method Details

    • 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_ViewColumn_ID

      void setAD_ViewColumn_ID(int AD_ViewColumn_ID)
      Set Database View Column
    • getAD_ViewColumn_ID

      int getAD_ViewColumn_ID()
      Get Database View Column
    • setAD_ViewColumn_UU

      void setAD_ViewColumn_UU(String AD_ViewColumn_UU)
      Set AD_ViewColumn_UU
    • getAD_ViewColumn_UU

      String getAD_ViewColumn_UU()
      Get AD_ViewColumn_UU
    • setAD_ViewComponent_ID

      void setAD_ViewComponent_ID(int AD_ViewComponent_ID)
      Set Database View Component
    • getAD_ViewComponent_ID

      int getAD_ViewComponent_ID()
      Get Database View Component
    • getAD_ViewComponent

      I_AD_ViewComponent getAD_ViewComponent() throws RuntimeException
      Throws:
      RuntimeException
    • 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
    • setDBDataType

      void setDBDataType(String DBDataType)
      Set Database Data Type
    • getDBDataType

      String getDBDataType()
      Get Database Data Type
    • 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
    • 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
    • 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
    • getUpdated

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

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