Adempiere 3.5.2a

org.compiere.model
Interface I_R_RequestTypeUpdates

All Known Implementing Classes:
X_R_RequestTypeUpdates

public interface I_R_RequestTypeUpdates

Generated Interface for R_RequestTypeUpdates

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 7 - System - Client - Org
static String COLUMNNAME_AD_User_ID
          Column name AD_User_ID
static String COLUMNNAME_IsSelfService
          Column name IsSelfService
static String COLUMNNAME_R_RequestType_ID
          Column name R_RequestType_ID
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=784
static String Table_Name
          TableName=R_RequestTypeUpdates
 
Method Summary
 int getAD_User_ID()
          Get User/Contact.
 I_AD_User getAD_User()
           
 int getR_RequestType_ID()
          Get Request Type.
 I_R_RequestType getR_RequestType()
           
 boolean isSelfService()
          Get Self-Service.
 void setAD_User_ID(int AD_User_ID)
          Set User/Contact.
 void setIsSelfService(boolean IsSelfService)
          Set Self-Service.
 void setR_RequestType_ID(int R_RequestType_ID)
          Set Request Type.
 

Field Detail

Table_Name

static final String Table_Name
TableName=R_RequestTypeUpdates

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=784


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 7 - System - Client - Org


COLUMNNAME_AD_User_ID

static final String COLUMNNAME_AD_User_ID
Column name AD_User_ID

See Also:
Constant Field Values

COLUMNNAME_IsSelfService

static final String COLUMNNAME_IsSelfService
Column name IsSelfService

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

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

setIsSelfService

void setIsSelfService(boolean IsSelfService)
Set Self-Service. This is a Self-Service entry or this entry can be changed via Self-Service


isSelfService

boolean isSelfService()
Get Self-Service. This is a Self-Service entry or this entry can be changed via Self-Service


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.