Adempiere 3.5.2a

org.compiere.model
Interface I_K_Index

All Known Implementing Classes:
MIndex, X_K_Index

public interface I_K_Index

Generated Interface for K_Index

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_C_DocType_ID
          Column name C_DocType_ID
static String COLUMNNAME_CM_WebProject_ID
          Column name CM_WebProject_ID
static String COLUMNNAME_Excerpt
          Column name Excerpt
static String COLUMNNAME_K_INDEX_ID
          Column name K_INDEX_ID
static String COLUMNNAME_Keyword
          Column name Keyword
static String COLUMNNAME_R_RequestType_ID
          Column name R_RequestType_ID
static String COLUMNNAME_Record_ID
          Column name Record_ID
static String COLUMNNAME_SourceUpdated
          Column name SourceUpdated
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=900
static String Table_Name
          TableName=K_Index
 
Method Summary
 int getAD_Table_ID()
          Get Table.
 I_AD_Table getAD_Table()
           
 int getC_DocType_ID()
          Get Document Type.
 I_C_DocType getC_DocType()
           
 int getCM_WebProject_ID()
          Get Web Project.
 I_CM_WebProject getCM_WebProject()
           
 String getExcerpt()
          Get Excerpt.
 int getK_INDEX_ID()
          Get Index.
 String getKeyword()
          Get Keyword.
 int getR_RequestType_ID()
          Get Request Type.
 I_R_RequestType getR_RequestType()
           
 int getRecord_ID()
          Get Record ID.
 Timestamp getSourceUpdated()
          Get Source Updated.
 void setAD_Table_ID(int AD_Table_ID)
          Set Table.
 void setC_DocType_ID(int C_DocType_ID)
          Set Document Type.
 void setCM_WebProject_ID(int CM_WebProject_ID)
          Set Web Project.
 void setExcerpt(String Excerpt)
          Set Excerpt.
 void setK_INDEX_ID(int K_INDEX_ID)
          Set Index.
 void setKeyword(String Keyword)
          Set Keyword.
 void setR_RequestType_ID(int R_RequestType_ID)
          Set Request Type.
 void setRecord_ID(int Record_ID)
          Set Record ID.
 void setSourceUpdated(Timestamp SourceUpdated)
          Set Source Updated.
 

Field Detail

Table_Name

static final String Table_Name
TableName=K_Index

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=900


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_C_DocType_ID

static final String COLUMNNAME_C_DocType_ID
Column name C_DocType_ID

See Also:
Constant Field Values

COLUMNNAME_CM_WebProject_ID

static final String COLUMNNAME_CM_WebProject_ID
Column name CM_WebProject_ID

See Also:
Constant Field Values

COLUMNNAME_Excerpt

static final String COLUMNNAME_Excerpt
Column name Excerpt

See Also:
Constant Field Values

COLUMNNAME_Keyword

static final String COLUMNNAME_Keyword
Column name Keyword

See Also:
Constant Field Values

COLUMNNAME_K_INDEX_ID

static final String COLUMNNAME_K_INDEX_ID
Column name K_INDEX_ID

See Also:
Constant Field Values

COLUMNNAME_Record_ID

static final String COLUMNNAME_Record_ID
Column name Record_ID

See Also:
Constant Field Values

COLUMNNAME_R_RequestType_ID

static final String COLUMNNAME_R_RequestType_ID
Column name R_RequestType_ID

See Also:
Constant Field Values

COLUMNNAME_SourceUpdated

static final String COLUMNNAME_SourceUpdated
Column name SourceUpdated

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

setC_DocType_ID

void setC_DocType_ID(int C_DocType_ID)
Set Document Type. Document type or rules


getC_DocType_ID

int getC_DocType_ID()
Get Document Type. Document type or rules


getC_DocType

I_C_DocType getC_DocType()
                         throws Exception
Throws:
Exception

setCM_WebProject_ID

void setCM_WebProject_ID(int CM_WebProject_ID)
Set Web Project. A web project is the main data container for Containers, URLs, Ads, Media etc.


getCM_WebProject_ID

int getCM_WebProject_ID()
Get Web Project. A web project is the main data container for Containers, URLs, Ads, Media etc.


getCM_WebProject

I_CM_WebProject getCM_WebProject()
                                 throws Exception
Throws:
Exception

setExcerpt

void setExcerpt(String Excerpt)
Set Excerpt. Surrounding text of the keyword


getExcerpt

String getExcerpt()
Get Excerpt. Surrounding text of the keyword


setKeyword

void setKeyword(String Keyword)
Set Keyword. Case insensitive keyword


getKeyword

String getKeyword()
Get Keyword. Case insensitive keyword


setK_INDEX_ID

void setK_INDEX_ID(int K_INDEX_ID)
Set Index. Text Search Index


getK_INDEX_ID

int getK_INDEX_ID()
Get Index. Text Search Index


setRecord_ID

void setRecord_ID(int Record_ID)
Set Record ID. Direct internal record ID


getRecord_ID

int getRecord_ID()
Get Record ID. Direct internal record ID


setR_RequestType_ID

void setR_RequestType_ID(int R_RequestType_ID)
Set Request Type. Type of request (e.g. Inquiry, Complaint, ..)


getR_RequestType_ID

int getR_RequestType_ID()
Get Request Type. Type of request (e.g. Inquiry, Complaint, ..)


getR_RequestType

I_R_RequestType getR_RequestType()
                                 throws Exception
Throws:
Exception

setSourceUpdated

void setSourceUpdated(Timestamp SourceUpdated)
Set Source Updated. Date the source document was updated


getSourceUpdated

Timestamp getSourceUpdated()
Get Source Updated. Date the source document was updated


Adempiere 3.5.2a

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