Adempiere 3.5.2a

org.compiere.model
Interface I_AD_ModelValidator

All Known Implementing Classes:
X_AD_ModelValidator

public interface I_AD_ModelValidator

Generated Interface for AD_ModelValidator

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 4 - System
static String COLUMNNAME_AD_ModelValidator_ID
          Column name AD_ModelValidator_ID
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_EntityType
          Column name EntityType
static String COLUMNNAME_Help
          Column name Help
static String COLUMNNAME_ModelValidationClass
          Column name ModelValidationClass
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_SeqNo
          Column name SeqNo
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=53014
static String Table_Name
          TableName=AD_ModelValidator
 
Method Summary
 int getAD_ModelValidator_ID()
          Get Model Validator
 String getDescription()
          Get Description.
 String getEntityType()
          Get Entity Type.
 String getHelp()
          Get Comment/Help.
 String getModelValidationClass()
          Get Model Validation Class
 String getName()
          Get Name.
 int getSeqNo()
          Get Sequence.
 void setAD_ModelValidator_ID(int AD_ModelValidator_ID)
          Set Model Validator
 void setDescription(String Description)
          Set Description.
 void setEntityType(String EntityType)
          Set Entity Type.
 void setHelp(String Help)
          Set Comment/Help.
 void setModelValidationClass(String ModelValidationClass)
          Set Model Validation Class
 void setName(String Name)
          Set Name.
 void setSeqNo(int SeqNo)
          Set Sequence.
 

Field Detail

Table_Name

static final String Table_Name
TableName=AD_ModelValidator

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=53014


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 4 - System


COLUMNNAME_AD_ModelValidator_ID

static final String COLUMNNAME_AD_ModelValidator_ID
Column name AD_ModelValidator_ID

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_Help

static final String COLUMNNAME_Help
Column name Help

See Also:
Constant Field Values

COLUMNNAME_ModelValidationClass

static final String COLUMNNAME_ModelValidationClass
Column name ModelValidationClass

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_SeqNo

static final String COLUMNNAME_SeqNo
Column name SeqNo

See Also:
Constant Field Values
Method Detail

setAD_ModelValidator_ID

void setAD_ModelValidator_ID(int AD_ModelValidator_ID)
Set Model Validator


getAD_ModelValidator_ID

int getAD_ModelValidator_ID()
Get Model Validator


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


setHelp

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


getHelp

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


setModelValidationClass

void setModelValidationClass(String ModelValidationClass)
Set Model Validation Class


getModelValidationClass

String getModelValidationClass()
Get Model Validation Class


setName

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


getName

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


setSeqNo

void setSeqNo(int SeqNo)
Set Sequence. Method of ordering records; lowest number comes first


getSeqNo

int getSeqNo()
Get Sequence. Method of ordering records; lowest number comes first


Adempiere 3.5.2a

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