Adempiere 3.5.2a

org.compiere.model
Interface I_AD_UserQuery

All Known Implementing Classes:
MUserQuery, X_AD_UserQuery

public interface I_AD_UserQuery

Generated Interface for AD_UserQuery

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 7 - System - Client - Org
static String COLUMNNAME_AD_Tab_ID
          Column name AD_Tab_ID
static String COLUMNNAME_AD_Table_ID
          Column name AD_Table_ID
static String COLUMNNAME_AD_User_ID
          Column name AD_User_ID
static String COLUMNNAME_AD_UserQuery_ID
          Column name AD_UserQuery_ID
static String COLUMNNAME_Code
          Column name Code
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_Name
          Column name Name
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=814
static String Table_Name
          TableName=AD_UserQuery
 
Method Summary
 int getAD_Tab_ID()
          Get Tab.
 I_AD_Tab getAD_Tab()
           
 int getAD_Table_ID()
          Get Table.
 I_AD_Table getAD_Table()
           
 int getAD_User_ID()
          Get User/Contact.
 I_AD_User getAD_User()
           
 int getAD_UserQuery_ID()
          Get User Query.
 String getCode()
          Get Validation code.
 String getDescription()
          Get Description.
 String getName()
          Get Name.
 void setAD_Tab_ID(int AD_Tab_ID)
          Set Tab.
 void setAD_Table_ID(int AD_Table_ID)
          Set Table.
 void setAD_User_ID(int AD_User_ID)
          Set User/Contact.
 void setAD_UserQuery_ID(int AD_UserQuery_ID)
          Set User Query.
 void setCode(String Code)
          Set Validation code.
 void setDescription(String Description)
          Set Description.
 void setName(String Name)
          Set Name.
 

Field Detail

Table_Name

static final String Table_Name
TableName=AD_UserQuery

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=814


Model

static final KeyNamePair Model

accessLevel

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


COLUMNNAME_AD_Tab_ID

static final String COLUMNNAME_AD_Tab_ID
Column name AD_Tab_ID

See Also:
Constant Field Values

COLUMNNAME_AD_Table_ID

static final String COLUMNNAME_AD_Table_ID
Column name AD_Table_ID

See Also:
Constant Field Values

COLUMNNAME_AD_User_ID

static final String COLUMNNAME_AD_User_ID
Column name AD_User_ID

See Also:
Constant Field Values

COLUMNNAME_AD_UserQuery_ID

static final String COLUMNNAME_AD_UserQuery_ID
Column name AD_UserQuery_ID

See Also:
Constant Field Values

COLUMNNAME_Code

static final String COLUMNNAME_Code
Column name Code

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values
Method Detail

setAD_Tab_ID

void setAD_Tab_ID(int AD_Tab_ID)
Set Tab. Tab within a Window


getAD_Tab_ID

int getAD_Tab_ID()
Get Tab. Tab within a Window


getAD_Tab

I_AD_Tab getAD_Tab()
                   throws Exception
Throws:
Exception

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

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

setAD_UserQuery_ID

void setAD_UserQuery_ID(int AD_UserQuery_ID)
Set User Query. Saved User Query


getAD_UserQuery_ID

int getAD_UserQuery_ID()
Get User Query. Saved User Query


setCode

void setCode(String Code)
Set Validation code. Validation Code


getCode

String getCode()
Get Validation code. Validation Code


setDescription

void setDescription(String Description)
Set Description. Optional short description of the record


getDescription

String getDescription()
Get Description. Optional short description of the record


setName

void setName(String Name)
Set Name. Alphanumeric identifier of the entity


getName

String getName()
Get Name. Alphanumeric identifier of the entity


Adempiere 3.5.2a

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