Adempiere 3.5.2a

org.compiere.model
Interface I_AD_ImpFormat

All Known Implementing Classes:
MImpFormat, X_AD_ImpFormat

public interface I_AD_ImpFormat

Generated Interface for AD_ImpFormat

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 6 - System - Client
static String COLUMNNAME_AD_ImpFormat_ID
          Column name AD_ImpFormat_ID
static String COLUMNNAME_AD_Table_ID
          Column name AD_Table_ID
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_FormatType
          Column name FormatType
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_Processing
          Column name Processing
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=381
static String Table_Name
          TableName=AD_ImpFormat
 
Method Summary
 int getAD_ImpFormat_ID()
          Get Import Format
 int getAD_Table_ID()
          Get Table.
 I_AD_Table getAD_Table()
           
 String getDescription()
          Get Description.
 String getFormatType()
          Get Format.
 String getName()
          Get Name.
 boolean isProcessing()
          Get Process Now
 void setAD_ImpFormat_ID(int AD_ImpFormat_ID)
          Set Import Format
 void setAD_Table_ID(int AD_Table_ID)
          Set Table.
 void setDescription(String Description)
          Set Description.
 void setFormatType(String FormatType)
          Set Format.
 void setName(String Name)
          Set Name.
 void setProcessing(boolean Processing)
          Set Process Now
 

Field Detail

Table_Name

static final String Table_Name
TableName=AD_ImpFormat

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=381


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 6 - System - Client


COLUMNNAME_AD_ImpFormat_ID

static final String COLUMNNAME_AD_ImpFormat_ID
Column name AD_ImpFormat_ID

See Also:
Constant Field Values

COLUMNNAME_AD_Table_ID

static final String COLUMNNAME_AD_Table_ID
Column name AD_Table_ID

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_FormatType

static final String COLUMNNAME_FormatType
Column name FormatType

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_Processing

static final String COLUMNNAME_Processing
Column name Processing

See Also:
Constant Field Values
Method Detail

setAD_ImpFormat_ID

void setAD_ImpFormat_ID(int AD_ImpFormat_ID)
Set Import Format


getAD_ImpFormat_ID

int getAD_ImpFormat_ID()
Get Import Format


setAD_Table_ID

void setAD_Table_ID(int AD_Table_ID)
Set Table. Database Table information


getAD_Table_ID

int getAD_Table_ID()
Get Table. Database Table information


getAD_Table

I_AD_Table getAD_Table()
                       throws Exception
Throws:
Exception

setDescription

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


getDescription

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


setFormatType

void setFormatType(String FormatType)
Set Format. Format of the data


getFormatType

String getFormatType()
Get Format. Format of the data


setName

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


getName

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


setProcessing

void setProcessing(boolean Processing)
Set Process Now


isProcessing

boolean isProcessing()
Get Process Now


Adempiere 3.5.2a

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