Adempiere 3.5.2a

org.compiere.model
Interface I_R_RequestUpdates

All Known Implementing Classes:
X_R_RequestUpdates

public interface I_R_RequestUpdates

Generated Interface for R_RequestUpdates

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_Request_ID
          Column name R_Request_ID
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=783
static String Table_Name
          TableName=R_RequestUpdates
 
Method Summary
 int getAD_User_ID()
          Get User/Contact.
 I_AD_User getAD_User()
           
 int getR_Request_ID()
          Get Request.
 I_R_Request getR_Request()
           
 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_Request_ID(int R_Request_ID)
          Set Request.
 

Field Detail

Table_Name

static final String Table_Name
TableName=R_RequestUpdates

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=783


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_Request_ID

static final String COLUMNNAME_R_Request_ID
Column name R_Request_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_Request_ID

void setR_Request_ID(int R_Request_ID)
Set Request. Request from a Business Partner or Prospect


getR_Request_ID

int getR_Request_ID()
Get Request. Request from a Business Partner or Prospect


getR_Request

I_R_Request getR_Request()
                         throws Exception
Throws:
Exception

Adempiere 3.5.2a

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