Adempiere 3.5.2a

org.compiere.model
Interface I_AD_UserDef_Field

All Known Implementing Classes:
X_AD_UserDef_Field

public interface I_AD_UserDef_Field

Generated Interface for AD_UserDef_Field

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 4 - System
static String COLUMNNAME_AD_Field_ID
          Column name AD_Field_ID
static String COLUMNNAME_AD_UserDef_Field_ID
          Column name AD_UserDef_Field_ID
static String COLUMNNAME_AD_UserDef_Tab_ID
          Column name AD_UserDef_Tab_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_Help
          Column name Help
static String COLUMNNAME_IsDisplayed
          Column name IsDisplayed
static String COLUMNNAME_IsReadOnly
          Column name IsReadOnly
static String COLUMNNAME_IsSameLine
          Column name IsSameLine
static String COLUMNNAME_IsUpdateable
          Column name IsUpdateable
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_SeqNo
          Column name SeqNo
static String COLUMNNAME_SortNo
          Column name SortNo
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=464
static String Table_Name
          TableName=AD_UserDef_Field
 
Method Summary
 int getAD_Field_ID()
          Get Field.
 I_AD_Field getAD_Field()
           
 int getAD_UserDef_Field_ID()
          Get User defined Field
 int getAD_UserDef_Tab_ID()
          Get User defined Tab
 I_AD_UserDef_Tab getAD_UserDef_Tab()
           
 String getDefaultValue()
          Get Default Logic.
 String getDescription()
          Get Description.
 int getDisplayLength()
          Get Display Length.
 String getDisplayLogic()
          Get Display Logic.
 String getHelp()
          Get Comment/Help.
 String getName()
          Get Name.
 int getSeqNo()
          Get Sequence.
 int getSortNo()
          Get Record Sort No.
 boolean isDisplayed()
          Get Displayed.
 boolean isReadOnly()
          Get Read Only.
 boolean isSameLine()
          Get Same Line.
 boolean isUpdateable()
          Get Updateable.
 void setAD_Field_ID(int AD_Field_ID)
          Set Field.
 void setAD_UserDef_Field_ID(int AD_UserDef_Field_ID)
          Set User defined Field
 void setAD_UserDef_Tab_ID(int AD_UserDef_Tab_ID)
          Set User defined Tab
 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 setHelp(String Help)
          Set Comment/Help.
 void setIsDisplayed(boolean IsDisplayed)
          Set Displayed.
 void setIsReadOnly(boolean IsReadOnly)
          Set Read Only.
 void setIsSameLine(boolean IsSameLine)
          Set Same Line.
 void setIsUpdateable(boolean IsUpdateable)
          Set Updateable.
 void setName(String Name)
          Set Name.
 void setSeqNo(int SeqNo)
          Set Sequence.
 void setSortNo(int SortNo)
          Set Record Sort No.
 

Field Detail

Table_Name

static final String Table_Name
TableName=AD_UserDef_Field

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=464


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 4 - System


COLUMNNAME_AD_Field_ID

static final String COLUMNNAME_AD_Field_ID
Column name AD_Field_ID

See Also:
Constant Field Values

COLUMNNAME_AD_UserDef_Field_ID

static final String COLUMNNAME_AD_UserDef_Field_ID
Column name AD_UserDef_Field_ID

See Also:
Constant Field Values

COLUMNNAME_AD_UserDef_Tab_ID

static final String COLUMNNAME_AD_UserDef_Tab_ID
Column name AD_UserDef_Tab_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_Help

static final String COLUMNNAME_Help
Column name Help

See Also:
Constant Field Values

COLUMNNAME_IsDisplayed

static final String COLUMNNAME_IsDisplayed
Column name IsDisplayed

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_IsUpdateable

static final String COLUMNNAME_IsUpdateable
Column name IsUpdateable

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

COLUMNNAME_SortNo

static final String COLUMNNAME_SortNo
Column name SortNo

See Also:
Constant Field Values
Method Detail

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


getAD_Field

I_AD_Field getAD_Field()
                       throws Exception
Throws:
Exception

setAD_UserDef_Field_ID

void setAD_UserDef_Field_ID(int AD_UserDef_Field_ID)
Set User defined Field


getAD_UserDef_Field_ID

int getAD_UserDef_Field_ID()
Get User defined Field


setAD_UserDef_Tab_ID

void setAD_UserDef_Tab_ID(int AD_UserDef_Tab_ID)
Set User defined Tab


getAD_UserDef_Tab_ID

int getAD_UserDef_Tab_ID()
Get User defined Tab


getAD_UserDef_Tab

I_AD_UserDef_Tab getAD_UserDef_Tab()
                                   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


setHelp

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


getHelp

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


setIsDisplayed

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


isDisplayed

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


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


setIsUpdateable

void setIsUpdateable(boolean IsUpdateable)
Set Updateable. Determines, if the field can be updated


isUpdateable

boolean isUpdateable()
Get Updateable. Determines, if the field can be updated


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


setSortNo

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


getSortNo

int 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.