Adempiere 3.5.2a

org.compiere.model
Interface I_AD_ImpFormat_Row

All Known Implementing Classes:
MImpFormatRow, X_AD_ImpFormat_Row

public interface I_AD_ImpFormat_Row

Generated Interface for AD_ImpFormat_Row

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_ImpFormat_ID
          Column name AD_ImpFormat_ID
static String COLUMNNAME_AD_ImpFormat_Row_ID
          Column name AD_ImpFormat_Row_ID
static String COLUMNNAME_Callout
          Column name Callout
static String COLUMNNAME_ConstantValue
          Column name ConstantValue
static String COLUMNNAME_DataFormat
          Column name DataFormat
static String COLUMNNAME_DataType
          Column name DataType
static String COLUMNNAME_DecimalPoint
          Column name DecimalPoint
static String COLUMNNAME_DivideBy100
          Column name DivideBy100
static String COLUMNNAME_EndNo
          Column name EndNo
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_Script
          Column name Script
static String COLUMNNAME_SeqNo
          Column name SeqNo
static String COLUMNNAME_StartNo
          Column name StartNo
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=382
static String Table_Name
          TableName=AD_ImpFormat_Row
 
Method Summary
 int getAD_Column_ID()
          Get Column.
 I_AD_Column getAD_Column()
           
 int getAD_ImpFormat_ID()
          Get Import Format
 int getAD_ImpFormat_Row_ID()
          Get Format Field
 I_AD_ImpFormat getAD_ImpFormat()
           
 String getCallout()
          Get Callout.
 String getConstantValue()
          Get Constant Value.
 String getDataFormat()
          Get Data Format.
 String getDataType()
          Get Data Type.
 String getDecimalPoint()
          Get Decimal Point.
 int getEndNo()
          Get End No
 String getName()
          Get Name.
 String getScript()
          Get Script.
 int getSeqNo()
          Get Sequence.
 int getStartNo()
          Get Start No.
 boolean isDivideBy100()
          Get Divide by 100.
 void setAD_Column_ID(int AD_Column_ID)
          Set Column.
 void setAD_ImpFormat_ID(int AD_ImpFormat_ID)
          Set Import Format
 void setAD_ImpFormat_Row_ID(int AD_ImpFormat_Row_ID)
          Set Format Field
 void setCallout(String Callout)
          Set Callout.
 void setConstantValue(String ConstantValue)
          Set Constant Value.
 void setDataFormat(String DataFormat)
          Set Data Format.
 void setDataType(String DataType)
          Set Data Type.
 void setDecimalPoint(String DecimalPoint)
          Set Decimal Point.
 void setDivideBy100(boolean DivideBy100)
          Set Divide by 100.
 void setEndNo(int EndNo)
          Set End No
 void setName(String Name)
          Set Name.
 void setScript(String Script)
          Set Script.
 void setSeqNo(int SeqNo)
          Set Sequence.
 void setStartNo(int StartNo)
          Set Start No.
 

Field Detail

Table_Name

static final String Table_Name
TableName=AD_ImpFormat_Row

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=382


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_ImpFormat_ID

static final String COLUMNNAME_AD_ImpFormat_ID
Column name AD_ImpFormat_ID

See Also:
Constant Field Values

COLUMNNAME_AD_ImpFormat_Row_ID

static final String COLUMNNAME_AD_ImpFormat_Row_ID
Column name AD_ImpFormat_Row_ID

See Also:
Constant Field Values

COLUMNNAME_Callout

static final String COLUMNNAME_Callout
Column name Callout

See Also:
Constant Field Values

COLUMNNAME_ConstantValue

static final String COLUMNNAME_ConstantValue
Column name ConstantValue

See Also:
Constant Field Values

COLUMNNAME_DataFormat

static final String COLUMNNAME_DataFormat
Column name DataFormat

See Also:
Constant Field Values

COLUMNNAME_DataType

static final String COLUMNNAME_DataType
Column name DataType

See Also:
Constant Field Values

COLUMNNAME_DecimalPoint

static final String COLUMNNAME_DecimalPoint
Column name DecimalPoint

See Also:
Constant Field Values

COLUMNNAME_DivideBy100

static final String COLUMNNAME_DivideBy100
Column name DivideBy100

See Also:
Constant Field Values

COLUMNNAME_EndNo

static final String COLUMNNAME_EndNo
Column name EndNo

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_Script

static final String COLUMNNAME_Script
Column name Script

See Also:
Constant Field Values

COLUMNNAME_SeqNo

static final String COLUMNNAME_SeqNo
Column name SeqNo

See Also:
Constant Field Values

COLUMNNAME_StartNo

static final String COLUMNNAME_StartNo
Column name StartNo

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_ImpFormat_ID

void setAD_ImpFormat_ID(int AD_ImpFormat_ID)
Set Import Format


getAD_ImpFormat_ID

int getAD_ImpFormat_ID()
Get Import Format


getAD_ImpFormat

I_AD_ImpFormat getAD_ImpFormat()
                               throws Exception
Throws:
Exception

setAD_ImpFormat_Row_ID

void setAD_ImpFormat_Row_ID(int AD_ImpFormat_Row_ID)
Set Format Field


getAD_ImpFormat_Row_ID

int getAD_ImpFormat_Row_ID()
Get Format Field


setCallout

void setCallout(String Callout)
Set Callout. Fully qualified class names and method - separated by semicolons


getCallout

String getCallout()
Get Callout. Fully qualified class names and method - separated by semicolons


setConstantValue

void setConstantValue(String ConstantValue)
Set Constant Value. Constant value


getConstantValue

String getConstantValue()
Get Constant Value. Constant value


setDataFormat

void setDataFormat(String DataFormat)
Set Data Format. Format String in Java Notation, e.g. ddMMyy


getDataFormat

String getDataFormat()
Get Data Format. Format String in Java Notation, e.g. ddMMyy


setDataType

void setDataType(String DataType)
Set Data Type. Type of data


getDataType

String getDataType()
Get Data Type. Type of data


setDecimalPoint

void setDecimalPoint(String DecimalPoint)
Set Decimal Point. Decimal Point in the data file - if any


getDecimalPoint

String getDecimalPoint()
Get Decimal Point. Decimal Point in the data file - if any


setDivideBy100

void setDivideBy100(boolean DivideBy100)
Set Divide by 100. Divide number by 100 to get correct amount


isDivideBy100

boolean isDivideBy100()
Get Divide by 100. Divide number by 100 to get correct amount


setEndNo

void setEndNo(int EndNo)
Set End No


getEndNo

int getEndNo()
Get End No


setName

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


getName

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


setScript

void setScript(String Script)
Set Script. Dynamic Java Language Script to calculate result


getScript

String getScript()
Get Script. Dynamic Java Language Script to calculate result


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


setStartNo

void setStartNo(int StartNo)
Set Start No. Starting number/position


getStartNo

int getStartNo()
Get Start No. Starting number/position


Adempiere 3.5.2a

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