Adempiere 3.5.2a

org.compiere.model
Interface I_R_RequestProcessor_Route

All Known Implementing Classes:
MRequestProcessorRoute, X_R_RequestProcessor_Route

public interface I_R_RequestProcessor_Route

Generated Interface for R_RequestProcessor_Route

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 2 - Client
static String COLUMNNAME_AD_User_ID
          Column name AD_User_ID
static String COLUMNNAME_Keyword
          Column name Keyword
static String COLUMNNAME_R_RequestProcessor_ID
          Column name R_RequestProcessor_ID
static String COLUMNNAME_R_RequestProcessor_Route_ID
          Column name R_RequestProcessor_Route_ID
static String COLUMNNAME_R_RequestType_ID
          Column name R_RequestType_ID
static String COLUMNNAME_SeqNo
          Column name SeqNo
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=474
static String Table_Name
          TableName=R_RequestProcessor_Route
 
Method Summary
 int getAD_User_ID()
          Get User/Contact.
 I_AD_User getAD_User()
           
 String getKeyword()
          Get Keyword.
 int getR_RequestProcessor_ID()
          Get Request Processor.
 int getR_RequestProcessor_Route_ID()
          Get Request Routing.
 I_R_RequestProcessor getR_RequestProcessor()
           
 int getR_RequestType_ID()
          Get Request Type.
 I_R_RequestType getR_RequestType()
           
 int getSeqNo()
          Get Sequence.
 void setAD_User_ID(int AD_User_ID)
          Set User/Contact.
 void setKeyword(String Keyword)
          Set Keyword.
 void setR_RequestProcessor_ID(int R_RequestProcessor_ID)
          Set Request Processor.
 void setR_RequestProcessor_Route_ID(int R_RequestProcessor_Route_ID)
          Set Request Routing.
 void setR_RequestType_ID(int R_RequestType_ID)
          Set Request Type.
 void setSeqNo(int SeqNo)
          Set Sequence.
 

Field Detail

Table_Name

static final String Table_Name
TableName=R_RequestProcessor_Route

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=474


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 2 - Client


COLUMNNAME_AD_User_ID

static final String COLUMNNAME_AD_User_ID
Column name AD_User_ID

See Also:
Constant Field Values

COLUMNNAME_Keyword

static final String COLUMNNAME_Keyword
Column name Keyword

See Also:
Constant Field Values

COLUMNNAME_R_RequestProcessor_ID

static final String COLUMNNAME_R_RequestProcessor_ID
Column name R_RequestProcessor_ID

See Also:
Constant Field Values

COLUMNNAME_R_RequestProcessor_Route_ID

static final String COLUMNNAME_R_RequestProcessor_Route_ID
Column name R_RequestProcessor_Route_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_SeqNo

static final String COLUMNNAME_SeqNo
Column name SeqNo

See Also:
Constant Field Values
Method Detail

setAD_User_ID

void setAD_User_ID(int AD_User_ID)
Set User/Contact. User within the system - Internal or Business Partner Contact


getAD_User_ID

int getAD_User_ID()
Get User/Contact. User within the system - Internal or Business Partner Contact


getAD_User

I_AD_User getAD_User()
                     throws Exception
Throws:
Exception

setKeyword

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


getKeyword

String getKeyword()
Get Keyword. Case insensitive keyword


setR_RequestProcessor_ID

void setR_RequestProcessor_ID(int R_RequestProcessor_ID)
Set Request Processor. Processor for Requests


getR_RequestProcessor_ID

int getR_RequestProcessor_ID()
Get Request Processor. Processor for Requests


getR_RequestProcessor

I_R_RequestProcessor getR_RequestProcessor()
                                           throws Exception
Throws:
Exception

setR_RequestProcessor_Route_ID

void setR_RequestProcessor_Route_ID(int R_RequestProcessor_Route_ID)
Set Request Routing. Automatic routing of requests


getR_RequestProcessor_Route_ID

int getR_RequestProcessor_Route_ID()
Get Request Routing. Automatic routing of requests


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

setSeqNo

void setSeqNo(int SeqNo)
Set Sequence. Method of ordering records; lowest number comes first


getSeqNo

int getSeqNo()
Get Sequence. Method of ordering records; lowest number comes first


Adempiere 3.5.2a

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