Adempiere 3.5.2a

org.compiere.model
Interface I_M_AttributeValue

All Known Implementing Classes:
MAttributeValue, X_M_AttributeValue

public interface I_M_AttributeValue

Generated Interface for M_AttributeValue

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_M_Attribute_ID
          Column name M_Attribute_ID
static String COLUMNNAME_M_AttributeValue_ID
          Column name M_AttributeValue_ID
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_Value
          Column name Value
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=558
static String Table_Name
          TableName=M_AttributeValue
 
Method Summary
 String getDescription()
          Get Description.
 int getM_Attribute_ID()
          Get Attribute.
 I_M_Attribute getM_Attribute()
           
 int getM_AttributeValue_ID()
          Get Attribute Value.
 String getName()
          Get Name.
 String getValue()
          Get Search Key.
 void setDescription(String Description)
          Set Description.
 void setM_Attribute_ID(int M_Attribute_ID)
          Set Attribute.
 void setM_AttributeValue_ID(int M_AttributeValue_ID)
          Set Attribute Value.
 void setName(String Name)
          Set Name.
 void setValue(String Value)
          Set Search Key.
 

Field Detail

Table_Name

static final String Table_Name
TableName=M_AttributeValue

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=558


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_M_Attribute_ID

static final String COLUMNNAME_M_Attribute_ID
Column name M_Attribute_ID

See Also:
Constant Field Values

COLUMNNAME_M_AttributeValue_ID

static final String COLUMNNAME_M_AttributeValue_ID
Column name M_AttributeValue_ID

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_Value

static final String COLUMNNAME_Value
Column name Value

See Also:
Constant Field Values
Method Detail

setDescription

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


getDescription

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


setM_Attribute_ID

void setM_Attribute_ID(int M_Attribute_ID)
Set Attribute. Product Attribute


getM_Attribute_ID

int getM_Attribute_ID()
Get Attribute. Product Attribute


getM_Attribute

I_M_Attribute getM_Attribute()
                             throws Exception
Throws:
Exception

setM_AttributeValue_ID

void setM_AttributeValue_ID(int M_AttributeValue_ID)
Set Attribute Value. Product Attribute Value


getM_AttributeValue_ID

int getM_AttributeValue_ID()
Get Attribute Value. Product Attribute Value


setName

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


getName

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


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.