Adempiere 3.5.2a

org.compiere.model
Interface I_CM_TemplateTable

All Known Implementing Classes:
X_CM_TemplateTable

public interface I_CM_TemplateTable

Generated Interface for CM_TemplateTable

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 6 - System - Client
static String COLUMNNAME_AD_Table_ID
          Column name AD_Table_ID
static String COLUMNNAME_CM_Template_ID
          Column name CM_Template_ID
static String COLUMNNAME_CM_TemplateTable_ID
          Column name CM_TemplateTable_ID
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_OtherClause
          Column name OtherClause
static String COLUMNNAME_WhereClause
          Column name WhereClause
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=879
static String Table_Name
          TableName=CM_TemplateTable
 
Method Summary
 int getAD_Table_ID()
          Get Table.
 I_AD_Table getAD_Table()
           
 int getCM_Template_ID()
          Get Template.
 I_CM_Template getCM_Template()
           
 int getCM_TemplateTable_ID()
          Get Template Table.
 String getDescription()
          Get Description.
 String getName()
          Get Name.
 String getOtherClause()
          Get Other SQL Clause.
 String getWhereClause()
          Get Sql WHERE.
 void setAD_Table_ID(int AD_Table_ID)
          Set Table.
 void setCM_Template_ID(int CM_Template_ID)
          Set Template.
 void setCM_TemplateTable_ID(int CM_TemplateTable_ID)
          Set Template Table.
 void setDescription(String Description)
          Set Description.
 void setName(String Name)
          Set Name.
 void setOtherClause(String OtherClause)
          Set Other SQL Clause.
 void setWhereClause(String WhereClause)
          Set Sql WHERE.
 

Field Detail

Table_Name

static final String Table_Name
TableName=CM_TemplateTable

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=879


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 6 - System - Client


COLUMNNAME_AD_Table_ID

static final String COLUMNNAME_AD_Table_ID
Column name AD_Table_ID

See Also:
Constant Field Values

COLUMNNAME_CM_Template_ID

static final String COLUMNNAME_CM_Template_ID
Column name CM_Template_ID

See Also:
Constant Field Values

COLUMNNAME_CM_TemplateTable_ID

static final String COLUMNNAME_CM_TemplateTable_ID
Column name CM_TemplateTable_ID

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_OtherClause

static final String COLUMNNAME_OtherClause
Column name OtherClause

See Also:
Constant Field Values

COLUMNNAME_WhereClause

static final String COLUMNNAME_WhereClause
Column name WhereClause

See Also:
Constant Field Values
Method Detail

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

setCM_Template_ID

void setCM_Template_ID(int CM_Template_ID)
Set Template. Template defines how content is displayed


getCM_Template_ID

int getCM_Template_ID()
Get Template. Template defines how content is displayed


getCM_Template

I_CM_Template getCM_Template()
                             throws Exception
Throws:
Exception

setCM_TemplateTable_ID

void setCM_TemplateTable_ID(int CM_TemplateTable_ID)
Set Template Table. CM Template Table Link


getCM_TemplateTable_ID

int getCM_TemplateTable_ID()
Get Template Table. CM Template Table Link


setDescription

void setDescription(String Description)
Set Description. Optional short description of the record


getDescription

String getDescription()
Get Description. Optional short description of the record


setName

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


getName

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


setOtherClause

void setOtherClause(String OtherClause)
Set Other SQL Clause. Other SQL Clause


getOtherClause

String getOtherClause()
Get Other SQL Clause. Other SQL Clause


setWhereClause

void setWhereClause(String WhereClause)
Set Sql WHERE. Fully qualified SQL WHERE clause


getWhereClause

String getWhereClause()
Get Sql WHERE. Fully qualified SQL WHERE clause


Adempiere 3.5.2a

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