Adempiere 3.5.2a

org.compiere.model
Interface I_AD_Attribute_Value

All Known Implementing Classes:
X_AD_Attribute_Value

public interface I_AD_Attribute_Value

Generated Interface for AD_Attribute_Value

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 7 - System - Client - Org
static String COLUMNNAME_AD_Attribute_ID
          Column name AD_Attribute_ID
static String COLUMNNAME_Record_ID
          Column name Record_ID
static String COLUMNNAME_V_Date
          Column name V_Date
static String COLUMNNAME_V_Number
          Column name V_Number
static String COLUMNNAME_V_String
          Column name V_String
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=406
static String Table_Name
          TableName=AD_Attribute_Value
 
Method Summary
 int getAD_Attribute_ID()
          Get System Attribute
 int getRecord_ID()
          Get Record ID.
 Timestamp getV_Date()
          Get V_Date
 String getV_Number()
          Get V_Number
 String getV_String()
          Get V_String
 void setAD_Attribute_ID(int AD_Attribute_ID)
          Set System Attribute
 void setRecord_ID(int Record_ID)
          Set Record ID.
 void setV_Date(Timestamp V_Date)
          Set V_Date
 void setV_Number(String V_Number)
          Set V_Number
 void setV_String(String V_String)
          Set V_String
 

Field Detail

Table_Name

static final String Table_Name
TableName=AD_Attribute_Value

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=406


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 7 - System - Client - Org


COLUMNNAME_AD_Attribute_ID

static final String COLUMNNAME_AD_Attribute_ID
Column name AD_Attribute_ID

See Also:
Constant Field Values

COLUMNNAME_Record_ID

static final String COLUMNNAME_Record_ID
Column name Record_ID

See Also:
Constant Field Values

COLUMNNAME_V_Date

static final String COLUMNNAME_V_Date
Column name V_Date

See Also:
Constant Field Values

COLUMNNAME_V_Number

static final String COLUMNNAME_V_Number
Column name V_Number

See Also:
Constant Field Values

COLUMNNAME_V_String

static final String COLUMNNAME_V_String
Column name V_String

See Also:
Constant Field Values
Method Detail

setAD_Attribute_ID

void setAD_Attribute_ID(int AD_Attribute_ID)
Set System Attribute


getAD_Attribute_ID

int getAD_Attribute_ID()
Get System Attribute


setRecord_ID

void setRecord_ID(int Record_ID)
Set Record ID. Direct internal record ID


getRecord_ID

int getRecord_ID()
Get Record ID. Direct internal record ID


setV_Date

void setV_Date(Timestamp V_Date)
Set V_Date


getV_Date

Timestamp getV_Date()
Get V_Date


setV_Number

void setV_Number(String V_Number)
Set V_Number


getV_Number

String getV_Number()
Get V_Number


setV_String

void setV_String(String V_String)
Set V_String


getV_String

String getV_String()
Get V_String


Adempiere 3.5.2a

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