Adempiere 3.5.2a

org.eevolution.model
Interface I_EXP_FormatLine

All Known Implementing Classes:
MEXPFormatLine, X_EXP_FormatLine

public interface I_EXP_FormatLine

Generated Interface for EXP_FormatLine

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 6 - System - Client
static String COLUMNNAME_AD_Column_ID
          Column name AD_Column_ID
static String COLUMNNAME_AD_Reference_ID
          Column name AD_Reference_ID
static String COLUMNNAME_DateFormat
          Column name DateFormat
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_EXP_EmbeddedFormat_ID
          Column name EXP_EmbeddedFormat_ID
static String COLUMNNAME_EXP_Format_ID
          Column name EXP_Format_ID
static String COLUMNNAME_EXP_FormatLine_ID
          Column name EXP_FormatLine_ID
static String COLUMNNAME_Help
          Column name Help
static String COLUMNNAME_IsMandatory
          Column name IsMandatory
static String COLUMNNAME_IsPartUniqueIndex
          Column name IsPartUniqueIndex
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_Position
          Column name Position
static String COLUMNNAME_Type
          Column name Type
static String COLUMNNAME_Value
          Column name Value
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=53073
static String Table_Name
          TableName=EXP_FormatLine
 
Method Summary
 int getAD_Column_ID()
          Get Column.
 I_AD_Column getAD_Column()
           
 int getAD_Reference_ID()
          Get Reference.
 String getDateFormat()
          Get Date Format.
 String getDescription()
          Get Description.
 int getEXP_EmbeddedFormat_ID()
          Get EXP_EmbeddedFormat_ID
 int getEXP_Format_ID()
          Get Export Format ID
 I_EXP_Format getEXP_Format()
           
 int getEXP_FormatLine_ID()
          Get EXP_FormatLine_ID
 String getHelp()
          Get Comment/Help.
 String getName()
          Get Name.
 int getPosition()
          Get Position
 String getType()
          Get Type.
 String getValue()
          Get Search Key.
 boolean isMandatory()
          Get Mandatory.
 boolean isPartUniqueIndex()
          Get IsPartUniqueIndex
 void setAD_Column_ID(int AD_Column_ID)
          Set Column.
 void setAD_Reference_ID(int AD_Reference_ID)
          Set Reference.
 void setDateFormat(String DateFormat)
          Set Date Format.
 void setDescription(String Description)
          Set Description.
 void setEXP_EmbeddedFormat_ID(int EXP_EmbeddedFormat_ID)
          Set EXP_EmbeddedFormat_ID
 void setEXP_Format_ID(int EXP_Format_ID)
          Set Export Format ID
 void setEXP_FormatLine_ID(int EXP_FormatLine_ID)
          Set EXP_FormatLine_ID
 void setHelp(String Help)
          Set Comment/Help.
 void setIsMandatory(boolean IsMandatory)
          Set Mandatory.
 void setIsPartUniqueIndex(boolean IsPartUniqueIndex)
          Set IsPartUniqueIndex
 void setName(String Name)
          Set Name.
 void setPosition(int Position)
          Set Position
 void setType(String Type)
          Set Type.
 void setValue(String Value)
          Set Search Key.
 

Field Detail

Table_Name

static final String Table_Name
TableName=EXP_FormatLine

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=53073


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 6 - System - Client


COLUMNNAME_AD_Column_ID

static final String COLUMNNAME_AD_Column_ID
Column name AD_Column_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_DateFormat

static final String COLUMNNAME_DateFormat
Column name DateFormat

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_EXP_EmbeddedFormat_ID

static final String COLUMNNAME_EXP_EmbeddedFormat_ID
Column name EXP_EmbeddedFormat_ID

See Also:
Constant Field Values

COLUMNNAME_EXP_Format_ID

static final String COLUMNNAME_EXP_Format_ID
Column name EXP_Format_ID

See Also:
Constant Field Values

COLUMNNAME_EXP_FormatLine_ID

static final String COLUMNNAME_EXP_FormatLine_ID
Column name EXP_FormatLine_ID

See Also:
Constant Field Values

COLUMNNAME_Help

static final String COLUMNNAME_Help
Column name Help

See Also:
Constant Field Values

COLUMNNAME_IsMandatory

static final String COLUMNNAME_IsMandatory
Column name IsMandatory

See Also:
Constant Field Values

COLUMNNAME_IsPartUniqueIndex

static final String COLUMNNAME_IsPartUniqueIndex
Column name IsPartUniqueIndex

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_Position

static final String COLUMNNAME_Position
Column name Position

See Also:
Constant Field Values

COLUMNNAME_Type

static final String COLUMNNAME_Type
Column name Type

See Also:
Constant Field Values

COLUMNNAME_Value

static final String COLUMNNAME_Value
Column name Value

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


setDateFormat

void setDateFormat(String DateFormat)
Set Date Format. Date format used in the imput format


getDateFormat

String getDateFormat()
Get Date Format. Date format used in the imput format


setDescription

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


getDescription

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


setEXP_EmbeddedFormat_ID

void setEXP_EmbeddedFormat_ID(int EXP_EmbeddedFormat_ID)
Set EXP_EmbeddedFormat_ID


getEXP_EmbeddedFormat_ID

int getEXP_EmbeddedFormat_ID()
Get EXP_EmbeddedFormat_ID


setEXP_Format_ID

void setEXP_Format_ID(int EXP_Format_ID)
Set Export Format ID


getEXP_Format_ID

int getEXP_Format_ID()
Get Export Format ID


getEXP_Format

I_EXP_Format getEXP_Format()
                           throws Exception
Throws:
Exception

setEXP_FormatLine_ID

void setEXP_FormatLine_ID(int EXP_FormatLine_ID)
Set EXP_FormatLine_ID


getEXP_FormatLine_ID

int getEXP_FormatLine_ID()
Get EXP_FormatLine_ID


setHelp

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


getHelp

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


setIsMandatory

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


isMandatory

boolean isMandatory()
Get Mandatory. Data entry is required in this column


setIsPartUniqueIndex

void setIsPartUniqueIndex(boolean IsPartUniqueIndex)
Set IsPartUniqueIndex


isPartUniqueIndex

boolean isPartUniqueIndex()
Get IsPartUniqueIndex


setName

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


getName

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


setPosition

void setPosition(int Position)
Set Position


getPosition

int getPosition()
Get Position


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)


setValue

void setValue(String Value)
Set Search Key. Search key for the record in the format required - must be unique


getValue

String getValue()
Get Search Key. Search key for the record in the format required - must be unique


Adempiere 3.5.2a

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