Adempiere 3.5.2a

org.compiere.model
Interface I_AD_UserDef_Win

All Known Implementing Classes:
X_AD_UserDef_Win

public interface I_AD_UserDef_Win

Generated Interface for AD_UserDef_Win

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 6 - System - Client
static String COLUMNNAME_AD_Language
          Column name AD_Language
static String COLUMNNAME_AD_Role_ID
          Column name AD_Role_ID
static String COLUMNNAME_AD_User_ID
          Column name AD_User_ID
static String COLUMNNAME_AD_UserDef_Win_ID
          Column name AD_UserDef_Win_ID
static String COLUMNNAME_AD_Window_ID
          Column name AD_Window_ID
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_Help
          Column name Help
static String COLUMNNAME_IsDefault
          Column name IsDefault
static String COLUMNNAME_IsReadOnly
          Column name IsReadOnly
static String COLUMNNAME_IsUserUpdateable
          Column name IsUserUpdateable
static String COLUMNNAME_Name
          Column name Name
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=467
static String Table_Name
          TableName=AD_UserDef_Win
 
Method Summary
 String getAD_Language()
          Get Language.
 int getAD_Role_ID()
          Get Role.
 I_AD_Role getAD_Role()
           
 int getAD_User_ID()
          Get User/Contact.
 I_AD_User getAD_User()
           
 int getAD_UserDef_Win_ID()
          Get User defined Window
 int getAD_Window_ID()
          Get Window.
 I_AD_Window getAD_Window()
           
 String getDescription()
          Get Description.
 String getHelp()
          Get Comment/Help.
 String getName()
          Get Name.
 boolean isDefault()
          Get Default.
 boolean isReadOnly()
          Get Read Only.
 boolean isUserUpdateable()
          Get User updateable.
 void setAD_Language(String AD_Language)
          Set Language.
 void setAD_Role_ID(int AD_Role_ID)
          Set Role.
 void setAD_User_ID(int AD_User_ID)
          Set User/Contact.
 void setAD_UserDef_Win_ID(int AD_UserDef_Win_ID)
          Set User defined Window
 void setAD_Window_ID(int AD_Window_ID)
          Set Window.
 void setDescription(String Description)
          Set Description.
 void setHelp(String Help)
          Set Comment/Help.
 void setIsDefault(boolean IsDefault)
          Set Default.
 void setIsReadOnly(boolean IsReadOnly)
          Set Read Only.
 void setIsUserUpdateable(boolean IsUserUpdateable)
          Set User updateable.
 void setName(String Name)
          Set Name.
 

Field Detail

Table_Name

static final String Table_Name
TableName=AD_UserDef_Win

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=467


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 6 - System - Client


COLUMNNAME_AD_Language

static final String COLUMNNAME_AD_Language
Column name AD_Language

See Also:
Constant Field Values

COLUMNNAME_AD_Role_ID

static final String COLUMNNAME_AD_Role_ID
Column name AD_Role_ID

See Also:
Constant Field Values

COLUMNNAME_AD_UserDef_Win_ID

static final String COLUMNNAME_AD_UserDef_Win_ID
Column name AD_UserDef_Win_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_Window_ID

static final String COLUMNNAME_AD_Window_ID
Column name AD_Window_ID

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_Help

static final String COLUMNNAME_Help
Column name Help

See Also:
Constant Field Values

COLUMNNAME_IsDefault

static final String COLUMNNAME_IsDefault
Column name IsDefault

See Also:
Constant Field Values

COLUMNNAME_IsReadOnly

static final String COLUMNNAME_IsReadOnly
Column name IsReadOnly

See Also:
Constant Field Values

COLUMNNAME_IsUserUpdateable

static final String COLUMNNAME_IsUserUpdateable
Column name IsUserUpdateable

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values
Method Detail

setAD_Language

void setAD_Language(String AD_Language)
Set Language. Language for this entity


getAD_Language

String getAD_Language()
Get Language. Language for this entity


setAD_Role_ID

void setAD_Role_ID(int AD_Role_ID)
Set Role. Responsibility Role


getAD_Role_ID

int getAD_Role_ID()
Get Role. Responsibility Role


getAD_Role

I_AD_Role getAD_Role()
                     throws Exception
Throws:
Exception

setAD_UserDef_Win_ID

void setAD_UserDef_Win_ID(int AD_UserDef_Win_ID)
Set User defined Window


getAD_UserDef_Win_ID

int getAD_UserDef_Win_ID()
Get User defined Window


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_Window_ID

void setAD_Window_ID(int AD_Window_ID)
Set Window. Data entry or display window


getAD_Window_ID

int getAD_Window_ID()
Get Window. Data entry or display window


getAD_Window

I_AD_Window getAD_Window()
                         throws Exception
Throws:
Exception

setDescription

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


getDescription

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


setHelp

void setHelp(String Help)
Set Comment/Help. Comment or Hint


getHelp

String getHelp()
Get Comment/Help. Comment or Hint


setIsDefault

void setIsDefault(boolean IsDefault)
Set Default. Default value


isDefault

boolean isDefault()
Get Default. Default value


setIsReadOnly

void setIsReadOnly(boolean IsReadOnly)
Set Read Only. Field is read only


isReadOnly

boolean isReadOnly()
Get Read Only. Field is read only


setIsUserUpdateable

void setIsUserUpdateable(boolean IsUserUpdateable)
Set User updateable. The field can be updated by the user


isUserUpdateable

boolean isUserUpdateable()
Get User updateable. The field can be updated by the user


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.