Adempiere 3.5.2a

org.compiere.model
Interface I_K_IndexLog

All Known Implementing Classes:
X_K_IndexLog

public interface I_K_IndexLog

Generated Interface for K_IndexLog

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 6 - System - Client
static String COLUMNNAME_IndexQuery
          Column name IndexQuery
static String COLUMNNAME_IndexQueryResult
          Column name IndexQueryResult
static String COLUMNNAME_K_IndexLog_ID
          Column name K_IndexLog_ID
static String COLUMNNAME_QuerySource
          Column name QuerySource
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=899
static String Table_Name
          TableName=K_IndexLog
 
Method Summary
 String getIndexQuery()
          Get Index Query.
 int getIndexQueryResult()
          Get Query Result.
 int getK_IndexLog_ID()
          Get Index Log.
 String getQuerySource()
          Get Query Source.
 void setIndexQuery(String IndexQuery)
          Set Index Query.
 void setIndexQueryResult(int IndexQueryResult)
          Set Query Result.
 void setK_IndexLog_ID(int K_IndexLog_ID)
          Set Index Log.
 void setQuerySource(String QuerySource)
          Set Query Source.
 

Field Detail

Table_Name

static final String Table_Name
TableName=K_IndexLog

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=899


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 6 - System - Client


COLUMNNAME_IndexQuery

static final String COLUMNNAME_IndexQuery
Column name IndexQuery

See Also:
Constant Field Values

COLUMNNAME_IndexQueryResult

static final String COLUMNNAME_IndexQueryResult
Column name IndexQueryResult

See Also:
Constant Field Values

COLUMNNAME_K_IndexLog_ID

static final String COLUMNNAME_K_IndexLog_ID
Column name K_IndexLog_ID

See Also:
Constant Field Values

COLUMNNAME_QuerySource

static final String COLUMNNAME_QuerySource
Column name QuerySource

See Also:
Constant Field Values
Method Detail

setIndexQuery

void setIndexQuery(String IndexQuery)
Set Index Query. Text Search Query


getIndexQuery

String getIndexQuery()
Get Index Query. Text Search Query


setIndexQueryResult

void setIndexQueryResult(int IndexQueryResult)
Set Query Result. Result of the text query


getIndexQueryResult

int getIndexQueryResult()
Get Query Result. Result of the text query


setK_IndexLog_ID

void setK_IndexLog_ID(int K_IndexLog_ID)
Set Index Log. Text search log


getK_IndexLog_ID

int getK_IndexLog_ID()
Get Index Log. Text search log


setQuerySource

void setQuerySource(String QuerySource)
Set Query Source. Source of the Query


getQuerySource

String getQuerySource()
Get Query Source. Source of the Query


Adempiere 3.5.2a

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