Adempiere 3.5.2a

org.compiere.model
Interface I_AD_Modification

All Known Implementing Classes:
X_AD_Modification

public interface I_AD_Modification

Generated Interface for AD_Modification

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 4 - System
static String COLUMNNAME_AD_Modification_ID
          Column name AD_Modification_ID
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_EntityType
          Column name EntityType
static String COLUMNNAME_Help
          Column name Help
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_SeqNo
          Column name SeqNo
static String COLUMNNAME_Version
          Column name Version
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=883
static String Table_Name
          TableName=AD_Modification
 
Method Summary
 int getAD_Modification_ID()
          Get Modification.
 String getDescription()
          Get Description.
 String getEntityType()
          Get Entity Type.
 String getHelp()
          Get Comment/Help.
 String getName()
          Get Name.
 int getSeqNo()
          Get Sequence.
 String getVersion()
          Get Version.
 void setAD_Modification_ID(int AD_Modification_ID)
          Set Modification.
 void setDescription(String Description)
          Set Description.
 void setEntityType(String EntityType)
          Set Entity Type.
 void setHelp(String Help)
          Set Comment/Help.
 void setName(String Name)
          Set Name.
 void setSeqNo(int SeqNo)
          Set Sequence.
 void setVersion(String Version)
          Set Version.
 

Field Detail

Table_Name

static final String Table_Name
TableName=AD_Modification

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=883


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 4 - System


COLUMNNAME_AD_Modification_ID

static final String COLUMNNAME_AD_Modification_ID
Column name AD_Modification_ID

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

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

static final String COLUMNNAME_Version
Column name Version

See Also:
Constant Field Values
Method Detail

setAD_Modification_ID

void setAD_Modification_ID(int AD_Modification_ID)
Set Modification. System Modification or Extension


getAD_Modification_ID

int getAD_Modification_ID()
Get Modification. System Modification or Extension


setDescription

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


getDescription

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


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


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


setVersion

void setVersion(String Version)
Set Version. Version of the table definition


getVersion

String getVersion()
Get Version. Version of the table definition


Adempiere 3.5.2a

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