Adempiere 3.5.2a

org.compiere.model
Interface I_AD_ReportView

All Known Implementing Classes:
X_AD_ReportView

public interface I_AD_ReportView

Generated Interface for AD_ReportView

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 4 - System
static String COLUMNNAME_AD_ReportView_ID
          Column name AD_ReportView_ID
static String COLUMNNAME_AD_Table_ID
          Column name AD_Table_ID
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_EntityType
          Column name EntityType
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_OrderByClause
          Column name OrderByClause
static String COLUMNNAME_WhereClause
          Column name WhereClause
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=361
static String Table_Name
          TableName=AD_ReportView
 
Method Summary
 int getAD_ReportView_ID()
          Get Report View.
 int getAD_Table_ID()
          Get Table.
 I_AD_Table getAD_Table()
           
 String getDescription()
          Get Description.
 String getEntityType()
          Get Entity Type.
 String getName()
          Get Name.
 String getOrderByClause()
          Get Sql ORDER BY.
 String getWhereClause()
          Get Sql WHERE.
 void setAD_ReportView_ID(int AD_ReportView_ID)
          Set Report View.
 void setAD_Table_ID(int AD_Table_ID)
          Set Table.
 void setDescription(String Description)
          Set Description.
 void setEntityType(String EntityType)
          Set Entity Type.
 void setName(String Name)
          Set Name.
 void setOrderByClause(String OrderByClause)
          Set Sql ORDER BY.
 void setWhereClause(String WhereClause)
          Set Sql WHERE.
 

Field Detail

Table_Name

static final String Table_Name
TableName=AD_ReportView

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=361


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 4 - System


COLUMNNAME_AD_ReportView_ID

static final String COLUMNNAME_AD_ReportView_ID
Column name AD_ReportView_ID

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_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_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_OrderByClause

static final String COLUMNNAME_OrderByClause
Column name OrderByClause

See Also:
Constant Field Values

COLUMNNAME_WhereClause

static final String COLUMNNAME_WhereClause
Column name WhereClause

See Also:
Constant Field Values
Method Detail

setAD_ReportView_ID

void setAD_ReportView_ID(int AD_ReportView_ID)
Set Report View. View used to generate this report


getAD_ReportView_ID

int getAD_ReportView_ID()
Get Report View. View used to generate this report


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

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


setName

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


getName

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


setOrderByClause

void setOrderByClause(String OrderByClause)
Set Sql ORDER BY. Fully qualified ORDER BY clause


getOrderByClause

String getOrderByClause()
Get Sql ORDER BY. Fully qualified ORDER BY 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.