Adempiere 3.5.2a

org.compiere.model
Interface I_AD_Reference

All Known Implementing Classes:
X_AD_Reference

public interface I_AD_Reference

Generated Interface for AD_Reference

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 4 - System
static String COLUMNNAME_AD_Reference_ID
          Column name AD_Reference_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_IsOrderByValue
          Column name IsOrderByValue
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_ValidationType
          Column name ValidationType
static String COLUMNNAME_VFormat
          Column name VFormat
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=102
static String Table_Name
          TableName=AD_Reference
 
Method Summary
 int getAD_Reference_ID()
          Get Reference.
 String getDescription()
          Get Description.
 String getEntityType()
          Get Entity Type.
 String getHelp()
          Get Comment/Help.
 String getName()
          Get Name.
 String getValidationType()
          Get Validation type.
 String getVFormat()
          Get Value Format.
 boolean isOrderByValue()
          Get Order By Value.
 void setAD_Reference_ID(int AD_Reference_ID)
          Set Reference.
 void setDescription(String Description)
          Set Description.
 void setEntityType(String EntityType)
          Set Entity Type.
 void setHelp(String Help)
          Set Comment/Help.
 void setIsOrderByValue(boolean IsOrderByValue)
          Set Order By Value.
 void setName(String Name)
          Set Name.
 void setValidationType(String ValidationType)
          Set Validation type.
 void setVFormat(String VFormat)
          Set Value Format.
 

Field Detail

Table_Name

static final String Table_Name
TableName=AD_Reference

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=102


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 4 - System


COLUMNNAME_AD_Reference_ID

static final String COLUMNNAME_AD_Reference_ID
Column name AD_Reference_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_IsOrderByValue

static final String COLUMNNAME_IsOrderByValue
Column name IsOrderByValue

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_ValidationType

static final String COLUMNNAME_ValidationType
Column name ValidationType

See Also:
Constant Field Values

COLUMNNAME_VFormat

static final String COLUMNNAME_VFormat
Column name VFormat

See Also:
Constant Field Values
Method Detail

setAD_Reference_ID

void setAD_Reference_ID(int AD_Reference_ID)
Set Reference. System Reference and Validation


getAD_Reference_ID

int getAD_Reference_ID()
Get Reference. System Reference and Validation


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


setIsOrderByValue

void setIsOrderByValue(boolean IsOrderByValue)
Set Order By Value. Order list using the value column instead of the name column


isOrderByValue

boolean isOrderByValue()
Get Order By Value. Order list using the value column instead of the name column


setName

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


getName

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


setValidationType

void setValidationType(String ValidationType)
Set Validation type. Different method of validating data


getValidationType

String getValidationType()
Get Validation type. Different method of validating data


setVFormat

void setVFormat(String VFormat)
Set Value Format. Format of the value; Can contain fixed format elements, Variables: "_lLoOaAcCa09"


getVFormat

String getVFormat()
Get Value Format. Format of the value; Can contain fixed format elements, Variables: "_lLoOaAcCa09"


Adempiere 3.5.2a

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