Adempiere 3.5.2a

org.compiere.model
Interface I_AD_Val_Rule

All Known Implementing Classes:
X_AD_Val_Rule

public interface I_AD_Val_Rule

Generated Interface for AD_Val_Rule

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 4 - System
static String COLUMNNAME_AD_Val_Rule_ID
          Column name AD_Val_Rule_ID
static String COLUMNNAME_Code
          Column name Code
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_EntityType
          Column name EntityType
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_Type
          Column name Type
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=108
static String Table_Name
          TableName=AD_Val_Rule
 
Method Summary
 int getAD_Val_Rule_ID()
          Get Dynamic Validation.
 String getCode()
          Get Validation code.
 String getDescription()
          Get Description.
 String getEntityType()
          Get Entity Type.
 String getName()
          Get Name.
 String getType()
          Get Type.
 void setAD_Val_Rule_ID(int AD_Val_Rule_ID)
          Set Dynamic Validation.
 void setCode(String Code)
          Set Validation code.
 void setDescription(String Description)
          Set Description.
 void setEntityType(String EntityType)
          Set Entity Type.
 void setName(String Name)
          Set Name.
 void setType(String Type)
          Set Type.
 

Field Detail

Table_Name

static final String Table_Name
TableName=AD_Val_Rule

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=108


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 4 - System


COLUMNNAME_AD_Val_Rule_ID

static final String COLUMNNAME_AD_Val_Rule_ID
Column name AD_Val_Rule_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_EntityType

static final String COLUMNNAME_EntityType
Column name EntityType

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_Type

static final String COLUMNNAME_Type
Column name Type

See Also:
Constant Field Values
Method Detail

setAD_Val_Rule_ID

void setAD_Val_Rule_ID(int AD_Val_Rule_ID)
Set Dynamic Validation. Dynamic Validation Rule


getAD_Val_Rule_ID

int getAD_Val_Rule_ID()
Get Dynamic Validation. Dynamic Validation Rule


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


setEntityType

void setEntityType(String EntityType)
Set Entity Type. Dictionary Entity Type; Determines ownership and synchronization


getEntityType

String getEntityType()
Get Entity Type. Dictionary Entity Type; Determines ownership and synchronization


setName

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


getName

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


setType

void setType(String Type)
Set Type. Type of Validation (SQL, Java Script, Java Language)


getType

String getType()
Get Type. Type of Validation (SQL, Java Script, Java Language)


Adempiere 3.5.2a

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