Adempiere 3.5.2a

org.compiere.model
Interface I_AD_Table

All Known Implementing Classes:
MTable, X_AD_Table

public interface I_AD_Table

Generated Interface for AD_Table

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 4 - System
static String COLUMNNAME_AccessLevel
          Column name AccessLevel
static String COLUMNNAME_AD_Table_ID
          Column name AD_Table_ID
static String COLUMNNAME_AD_Val_Rule_ID
          Column name AD_Val_Rule_ID
static String COLUMNNAME_AD_Window_ID
          Column name AD_Window_ID
static String COLUMNNAME_CopyColumnsFromTable
          Column name CopyColumnsFromTable
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_EntityType
          Column name EntityType
static String COLUMNNAME_Help
          Column name Help
static String COLUMNNAME_ImportTable
          Column name ImportTable
static String COLUMNNAME_IsChangeLog
          Column name IsChangeLog
static String COLUMNNAME_IsDeleteable
          Column name IsDeleteable
static String COLUMNNAME_IsHighVolume
          Column name IsHighVolume
static String COLUMNNAME_IsSecurityEnabled
          Column name IsSecurityEnabled
static String COLUMNNAME_IsView
          Column name IsView
static String COLUMNNAME_LoadSeq
          Column name LoadSeq
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_PO_Window_ID
          Column name PO_Window_ID
static String COLUMNNAME_ReplicationType
          Column name ReplicationType
static String COLUMNNAME_TableName
          Column name TableName
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=100
static String Table_Name
          TableName=AD_Table
 
Method Summary
 String getAccessLevel()
          Get Data Access Level.
 int getAD_Table_ID()
          Get Table.
 int getAD_Val_Rule_ID()
          Get Dynamic Validation.
 I_AD_Val_Rule getAD_Val_Rule()
           
 int getAD_Window_ID()
          Get Window.
 I_AD_Window getAD_Window()
           
 String getCopyColumnsFromTable()
          Get Copy Columns From Table
 String getDescription()
          Get Description.
 String getEntityType()
          Get Entity Type.
 String getHelp()
          Get Comment/Help.
 String getImportTable()
          Get Import Table.
 int getLoadSeq()
          Get Sequence
 String getName()
          Get Name.
 int getPO_Window_ID()
          Get PO Window.
 String getReplicationType()
          Get Replication Type.
 String getTableName()
          Get DB Table Name.
 boolean isChangeLog()
          Get Maintain Change Log.
 boolean isDeleteable()
          Get Records deleteable.
 boolean isHighVolume()
          Get High Volume.
 boolean isSecurityEnabled()
          Get Security enabled.
 boolean isView()
          Get View.
 void setAccessLevel(String AccessLevel)
          Set Data Access Level.
 void setAD_Table_ID(int AD_Table_ID)
          Set Table.
 void setAD_Val_Rule_ID(int AD_Val_Rule_ID)
          Set Dynamic Validation.
 void setAD_Window_ID(int AD_Window_ID)
          Set Window.
 void setCopyColumnsFromTable(String CopyColumnsFromTable)
          Set Copy Columns From Table
 void setDescription(String Description)
          Set Description.
 void setEntityType(String EntityType)
          Set Entity Type.
 void setHelp(String Help)
          Set Comment/Help.
 void setImportTable(String ImportTable)
          Set Import Table.
 void setIsChangeLog(boolean IsChangeLog)
          Set Maintain Change Log.
 void setIsDeleteable(boolean IsDeleteable)
          Set Records deleteable.
 void setIsHighVolume(boolean IsHighVolume)
          Set High Volume.
 void setIsSecurityEnabled(boolean IsSecurityEnabled)
          Set Security enabled.
 void setIsView(boolean IsView)
          Set View.
 void setLoadSeq(int LoadSeq)
          Set Sequence
 void setName(String Name)
          Set Name.
 void setPO_Window_ID(int PO_Window_ID)
          Set PO Window.
 void setReplicationType(String ReplicationType)
          Set Replication Type.
 void setTableName(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


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_Table_ID

static final String COLUMNNAME_AD_Table_ID
Column name AD_Table_ID

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_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_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_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
Method Detail

setAccessLevel

void setAccessLevel(String AccessLevel)
Set Data Access Level. Access Level required


getAccessLevel

String getAccessLevel()
Get Data Access Level. Access Level required


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_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 Exception
Throws:
Exception

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 Exception
Throws:
Exception

setCopyColumnsFromTable

void setCopyColumnsFromTable(String CopyColumnsFromTable)
Set Copy Columns From Table


getCopyColumnsFromTable

String getCopyColumnsFromTable()
Get Copy Columns From Table


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


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 deleteable. Indicates if records can be deleted from the database


isDeleteable

boolean isDeleteable()
Get Records deleteable. 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


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


Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.