Adempiere 3.5.2a

org.compiere.model
Interface I_AD_Field

All Known Implementing Classes:
MField, X_AD_Field

public interface I_AD_Field

Generated Interface for AD_Field

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 4 - System
static String COLUMNNAME_AD_Column_ID
          Column name AD_Column_ID
static String COLUMNNAME_AD_Field_ID
          Column name AD_Field_ID
static String COLUMNNAME_AD_FieldGroup_ID
          Column name AD_FieldGroup_ID
static String COLUMNNAME_AD_Reference_ID
          Column name AD_Reference_ID
static String COLUMNNAME_AD_Reference_Value_ID
          Column name AD_Reference_Value_ID
static String COLUMNNAME_AD_Tab_ID
          Column name AD_Tab_ID
static String COLUMNNAME_AD_Val_Rule_ID
          Column name AD_Val_Rule_ID
static String COLUMNNAME_DefaultValue
          Column name DefaultValue
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_DisplayLength
          Column name DisplayLength
static String COLUMNNAME_DisplayLogic
          Column name DisplayLogic
static String COLUMNNAME_EntityType
          Column name EntityType
static String COLUMNNAME_Help
          Column name Help
static String COLUMNNAME_InfoFactoryClass
          Column name InfoFactoryClass
static String COLUMNNAME_IsCentrallyMaintained
          Column name IsCentrallyMaintained
static String COLUMNNAME_IsDisplayed
          Column name IsDisplayed
static String COLUMNNAME_IsEncrypted
          Column name IsEncrypted
static String COLUMNNAME_IsFieldOnly
          Column name IsFieldOnly
static String COLUMNNAME_IsHeading
          Column name IsHeading
static String COLUMNNAME_IsMandatory
          Column name IsMandatory
static String COLUMNNAME_IsReadOnly
          Column name IsReadOnly
static String COLUMNNAME_IsSameLine
          Column name IsSameLine
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_ObscureType
          Column name ObscureType
static String COLUMNNAME_SeqNo
          Column name SeqNo
static String COLUMNNAME_SortNo
          Column name SortNo
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=107
static String Table_Name
          TableName=AD_Field
 
Method Summary
 int getAD_Column_ID()
          Get Column.
 I_AD_Column getAD_Column()
           
 int getAD_Field_ID()
          Get Field.
 int getAD_FieldGroup_ID()
          Get Field Group.
 I_AD_FieldGroup getAD_FieldGroup()
           
 int getAD_Reference_ID()
          Get Reference.
 int getAD_Reference_Value_ID()
          Get Reference Key.
 int getAD_Tab_ID()
          Get Tab.
 I_AD_Tab getAD_Tab()
           
 int getAD_Val_Rule_ID()
          Get Dynamic Validation.
 I_AD_Val_Rule getAD_Val_Rule()
           
 String getDefaultValue()
          Get Default Logic.
 String getDescription()
          Get Description.
 int getDisplayLength()
          Get Display Length.
 String getDisplayLogic()
          Get Display Logic.
 String getEntityType()
          Get Entity Type.
 String getHelp()
          Get Comment/Help.
 String getInfoFactoryClass()
          Get Info Factory Class.
 String getIsMandatory()
          Get Mandatory.
 String getName()
          Get Name.
 String getObscureType()
          Get Obscure.
 int getSeqNo()
          Get Sequence.
 BigDecimal getSortNo()
          Get Record Sort No.
 boolean isCentrallyMaintained()
          Get Centrally maintained.
 boolean isDisplayed()
          Get Displayed.
 boolean isEncrypted()
          Get Encrypted.
 boolean isFieldOnly()
          Get Field Only.
 boolean isHeading()
          Get Heading only.
 boolean isReadOnly()
          Get Read Only.
 boolean isSameLine()
          Get Same Line.
 void setAD_Column_ID(int AD_Column_ID)
          Set Column.
 void setAD_Field_ID(int AD_Field_ID)
          Set Field.
 void setAD_FieldGroup_ID(int AD_FieldGroup_ID)
          Set Field Group.
 void setAD_Reference_ID(int AD_Reference_ID)
          Set Reference.
 void setAD_Reference_Value_ID(int AD_Reference_Value_ID)
          Set Reference Key.
 void setAD_Tab_ID(int AD_Tab_ID)
          Set Tab.
 void setAD_Val_Rule_ID(int AD_Val_Rule_ID)
          Set Dynamic Validation.
 void setDefaultValue(String DefaultValue)
          Set Default Logic.
 void setDescription(String Description)
          Set Description.
 void setDisplayLength(int DisplayLength)
          Set Display Length.
 void setDisplayLogic(String DisplayLogic)
          Set Display Logic.
 void setEntityType(String EntityType)
          Set Entity Type.
 void setHelp(String Help)
          Set Comment/Help.
 void setInfoFactoryClass(String InfoFactoryClass)
          Set Info Factory Class.
 void setIsCentrallyMaintained(boolean IsCentrallyMaintained)
          Set Centrally maintained.
 void setIsDisplayed(boolean IsDisplayed)
          Set Displayed.
 void setIsEncrypted(boolean IsEncrypted)
          Set Encrypted.
 void setIsFieldOnly(boolean IsFieldOnly)
          Set Field Only.
 void setIsHeading(boolean IsHeading)
          Set Heading only.
 void setIsMandatory(String IsMandatory)
          Set Mandatory.
 void setIsReadOnly(boolean IsReadOnly)
          Set Read Only.
 void setIsSameLine(boolean IsSameLine)
          Set Same Line.
 void setName(String Name)
          Set Name.
 void setObscureType(String ObscureType)
          Set Obscure.
 void setSeqNo(int SeqNo)
          Set Sequence.
 void setSortNo(BigDecimal SortNo)
          Set Record Sort No.
 

Field Detail

Table_Name

static final String Table_Name
TableName=AD_Field

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=107


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 4 - System


COLUMNNAME_AD_Column_ID

static final String COLUMNNAME_AD_Column_ID
Column name AD_Column_ID

See Also:
Constant Field Values

COLUMNNAME_AD_FieldGroup_ID

static final String COLUMNNAME_AD_FieldGroup_ID
Column name AD_FieldGroup_ID

See Also:
Constant Field Values

COLUMNNAME_AD_Field_ID

static final String COLUMNNAME_AD_Field_ID
Column name AD_Field_ID

See Also:
Constant Field Values

COLUMNNAME_AD_Reference_ID

static final String COLUMNNAME_AD_Reference_ID
Column name AD_Reference_ID

See Also:
Constant Field Values

COLUMNNAME_AD_Reference_Value_ID

static final String COLUMNNAME_AD_Reference_Value_ID
Column name AD_Reference_Value_ID

See Also:
Constant Field Values

COLUMNNAME_AD_Tab_ID

static final String COLUMNNAME_AD_Tab_ID
Column name AD_Tab_ID

See Also:
Constant Field Values

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_DefaultValue

static final String COLUMNNAME_DefaultValue
Column name DefaultValue

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_DisplayLength

static final String COLUMNNAME_DisplayLength
Column name DisplayLength

See Also:
Constant Field Values

COLUMNNAME_DisplayLogic

static final String COLUMNNAME_DisplayLogic
Column name DisplayLogic

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_InfoFactoryClass

static final String COLUMNNAME_InfoFactoryClass
Column name InfoFactoryClass

See Also:
Constant Field Values

COLUMNNAME_IsCentrallyMaintained

static final String COLUMNNAME_IsCentrallyMaintained
Column name IsCentrallyMaintained

See Also:
Constant Field Values

COLUMNNAME_IsDisplayed

static final String COLUMNNAME_IsDisplayed
Column name IsDisplayed

See Also:
Constant Field Values

COLUMNNAME_IsEncrypted

static final String COLUMNNAME_IsEncrypted
Column name IsEncrypted

See Also:
Constant Field Values

COLUMNNAME_IsFieldOnly

static final String COLUMNNAME_IsFieldOnly
Column name IsFieldOnly

See Also:
Constant Field Values

COLUMNNAME_IsHeading

static final String COLUMNNAME_IsHeading
Column name IsHeading

See Also:
Constant Field Values

COLUMNNAME_IsMandatory

static final String COLUMNNAME_IsMandatory
Column name IsMandatory

See Also:
Constant Field Values

COLUMNNAME_IsReadOnly

static final String COLUMNNAME_IsReadOnly
Column name IsReadOnly

See Also:
Constant Field Values

COLUMNNAME_IsSameLine

static final String COLUMNNAME_IsSameLine
Column name IsSameLine

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_ObscureType

static final String COLUMNNAME_ObscureType
Column name ObscureType

See Also:
Constant Field Values

COLUMNNAME_SeqNo

static final String COLUMNNAME_SeqNo
Column name SeqNo

See Also:
Constant Field Values

COLUMNNAME_SortNo

static final String COLUMNNAME_SortNo
Column name SortNo

See Also:
Constant Field Values
Method Detail

setAD_Column_ID

void setAD_Column_ID(int AD_Column_ID)
Set Column. Column in the table


getAD_Column_ID

int getAD_Column_ID()
Get Column. Column in the table


getAD_Column

I_AD_Column getAD_Column()
                         throws Exception
Throws:
Exception

setAD_FieldGroup_ID

void setAD_FieldGroup_ID(int AD_FieldGroup_ID)
Set Field Group. Logical grouping of fields


getAD_FieldGroup_ID

int getAD_FieldGroup_ID()
Get Field Group. Logical grouping of fields


getAD_FieldGroup

I_AD_FieldGroup getAD_FieldGroup()
                                 throws Exception
Throws:
Exception

setAD_Field_ID

void setAD_Field_ID(int AD_Field_ID)
Set Field. Field on a database table


getAD_Field_ID

int getAD_Field_ID()
Get Field. Field on a database table


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


setAD_Reference_Value_ID

void setAD_Reference_Value_ID(int AD_Reference_Value_ID)
Set Reference Key. Required to specify, if data type is Table or List


getAD_Reference_Value_ID

int getAD_Reference_Value_ID()
Get Reference Key. Required to specify, if data type is Table or List


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_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


getAD_Val_Rule

I_AD_Val_Rule getAD_Val_Rule()
                             throws Exception
Throws:
Exception

setDefaultValue

void setDefaultValue(String DefaultValue)
Set Default Logic. Default value hierarchy, separated by ;


getDefaultValue

String getDefaultValue()
Get Default Logic. Default value hierarchy, separated by ;


setDescription

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


getDescription

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


setDisplayLength

void setDisplayLength(int DisplayLength)
Set Display Length. Length of the display in characters


getDisplayLength

int getDisplayLength()
Get Display Length. Length of the display in characters


setDisplayLogic

void setDisplayLogic(String DisplayLogic)
Set Display Logic. If the Field is displayed, the result determines if the field is actually displayed


getDisplayLogic

String getDisplayLogic()
Get Display Logic. If the Field is displayed, the result determines if the field is actually displayed


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


setInfoFactoryClass

void setInfoFactoryClass(String InfoFactoryClass)
Set Info Factory Class. Fully qualified class name that implements the InfoFactory interface


getInfoFactoryClass

String getInfoFactoryClass()
Get Info Factory Class. Fully qualified class name that implements the InfoFactory interface


setIsCentrallyMaintained

void setIsCentrallyMaintained(boolean IsCentrallyMaintained)
Set Centrally maintained. Information maintained in System Element table


isCentrallyMaintained

boolean isCentrallyMaintained()
Get Centrally maintained. Information maintained in System Element table


setIsDisplayed

void setIsDisplayed(boolean IsDisplayed)
Set Displayed. Determines, if this field is displayed


isDisplayed

boolean isDisplayed()
Get Displayed. Determines, if this field is displayed


setIsEncrypted

void setIsEncrypted(boolean IsEncrypted)
Set Encrypted. Display or Storage is encrypted


isEncrypted

boolean isEncrypted()
Get Encrypted. Display or Storage is encrypted


setIsFieldOnly

void setIsFieldOnly(boolean IsFieldOnly)
Set Field Only. Label is not displayed


isFieldOnly

boolean isFieldOnly()
Get Field Only. Label is not displayed


setIsHeading

void setIsHeading(boolean IsHeading)
Set Heading only. Field without Column - Only label is displayed


isHeading

boolean isHeading()
Get Heading only. Field without Column - Only label is displayed


setIsMandatory

void setIsMandatory(String IsMandatory)
Set Mandatory. Data entry is required in this column


getIsMandatory

String getIsMandatory()
Get Mandatory. Data entry is required in this column


setIsReadOnly

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


isReadOnly

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


setIsSameLine

void setIsSameLine(boolean IsSameLine)
Set Same Line. Displayed on same line as previous field


isSameLine

boolean isSameLine()
Get Same Line. Displayed on same line as previous field


setName

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


getName

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


setObscureType

void setObscureType(String ObscureType)
Set Obscure. Type of obscuring the data (limiting the display)


getObscureType

String getObscureType()
Get Obscure. Type of obscuring the data (limiting the display)


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


setSortNo

void setSortNo(BigDecimal SortNo)
Set Record Sort No. Determines in what order the records are displayed


getSortNo

BigDecimal getSortNo()
Get Record Sort No. Determines in what order the records are displayed


Adempiere 3.5.2a

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