Adempiere 3.5.2a

org.compiere.model
Interface I_K_IndexStop

All Known Implementing Classes:
MIndexStop, X_K_IndexStop

public interface I_K_IndexStop

Generated Interface for K_IndexStop

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 6 - System - Client
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_IsManual
          Column name IsManual
static String COLUMNNAME_K_IndexStop_ID
          Column name K_IndexStop_ID
static String COLUMNNAME_Keyword
          Column name Keyword
static String COLUMNNAME_R_RequestType_ID
          Column name R_RequestType_ID
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=901
static String Table_Name
          TableName=K_IndexStop
 
Method Summary
 int getC_DocType_ID()
          Get Document Type.
 I_C_DocType getC_DocType()
           
 int getCM_WebProject_ID()
          Get Web Project.
 I_CM_WebProject getCM_WebProject()
           
 int getK_IndexStop_ID()
          Get Index Stop.
 String getKeyword()
          Get Keyword.
 int getR_RequestType_ID()
          Get Request Type.
 I_R_RequestType getR_RequestType()
           
 boolean isManual()
          Get Manual.
 void setC_DocType_ID(int C_DocType_ID)
          Set Document Type.
 void setCM_WebProject_ID(int CM_WebProject_ID)
          Set Web Project.
 void setIsManual(boolean IsManual)
          Set Manual.
 void setK_IndexStop_ID(int K_IndexStop_ID)
          Set Index Stop.
 void setKeyword(String Keyword)
          Set Keyword.
 void setR_RequestType_ID(int R_RequestType_ID)
          Set Request Type.
 

Field Detail

Table_Name

static final String Table_Name
TableName=K_IndexStop

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=901


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 6 - System - Client


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_IsManual

static final String COLUMNNAME_IsManual
Column name IsManual

See Also:
Constant Field Values

COLUMNNAME_Keyword

static final String COLUMNNAME_Keyword
Column name Keyword

See Also:
Constant Field Values

COLUMNNAME_K_IndexStop_ID

static final String COLUMNNAME_K_IndexStop_ID
Column name K_IndexStop_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
Method Detail

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

setIsManual

void setIsManual(boolean IsManual)
Set Manual. This is a manual process


isManual

boolean isManual()
Get Manual. This is a manual process


setKeyword

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


getKeyword

String getKeyword()
Get Keyword. Case insensitive keyword


setK_IndexStop_ID

void setK_IndexStop_ID(int K_IndexStop_ID)
Set Index Stop. Keyword not to be indexed


getK_IndexStop_ID

int getK_IndexStop_ID()
Get Index Stop. Keyword not to be indexed


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

Adempiere 3.5.2a

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