Adempiere 3.5.2a

org.compiere.model
Interface I_M_Attribute

All Known Implementing Classes:
MAttribute, X_M_Attribute

public interface I_M_Attribute

Generated Interface for M_Attribute

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_AttributeValueType
          Column name AttributeValueType
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_IsInstanceAttribute
          Column name IsInstanceAttribute
static String COLUMNNAME_IsMandatory
          Column name IsMandatory
static String COLUMNNAME_M_Attribute_ID
          Column name M_Attribute_ID
static String COLUMNNAME_M_AttributeSearch_ID
          Column name M_AttributeSearch_ID
static String COLUMNNAME_Name
          Column name Name
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=562
static String Table_Name
          TableName=M_Attribute
 
Method Summary
 String getAttributeValueType()
          Get Attribute Value Type.
 String getDescription()
          Get Description.
 int getM_Attribute_ID()
          Get Attribute.
 int getM_AttributeSearch_ID()
          Get Attribute Search.
 I_M_AttributeSearch getM_AttributeSearch()
           
 String getName()
          Get Name.
 boolean isInstanceAttribute()
          Get Instance Attribute.
 boolean isMandatory()
          Get Mandatory.
 void setAttributeValueType(String AttributeValueType)
          Set Attribute Value Type.
 void setDescription(String Description)
          Set Description.
 void setIsInstanceAttribute(boolean IsInstanceAttribute)
          Set Instance Attribute.
 void setIsMandatory(boolean IsMandatory)
          Set Mandatory.
 void setM_Attribute_ID(int M_Attribute_ID)
          Set Attribute.
 void setM_AttributeSearch_ID(int M_AttributeSearch_ID)
          Set Attribute Search.
 void setName(String Name)
          Set Name.
 

Field Detail

Table_Name

static final String Table_Name
TableName=M_Attribute

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=562


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_AttributeValueType

static final String COLUMNNAME_AttributeValueType
Column name AttributeValueType

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_IsInstanceAttribute

static final String COLUMNNAME_IsInstanceAttribute
Column name IsInstanceAttribute

See Also:
Constant Field Values

COLUMNNAME_IsMandatory

static final String COLUMNNAME_IsMandatory
Column name IsMandatory

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_AttributeSearch_ID

static final String COLUMNNAME_M_AttributeSearch_ID
Column name M_AttributeSearch_ID

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values
Method Detail

setAttributeValueType

void setAttributeValueType(String AttributeValueType)
Set Attribute Value Type. Type of Attribute Value


getAttributeValueType

String getAttributeValueType()
Get Attribute Value Type. Type of Attribute Value


setDescription

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


getDescription

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


setIsInstanceAttribute

void setIsInstanceAttribute(boolean IsInstanceAttribute)
Set Instance Attribute. The product attribute is specific to the instance (like Serial No, Lot or Guarantee Date)


isInstanceAttribute

boolean isInstanceAttribute()
Get Instance Attribute. The product attribute is specific to the instance (like Serial No, Lot or Guarantee Date)


setIsMandatory

void setIsMandatory(boolean IsMandatory)
Set Mandatory. Data entry is required in this column


isMandatory

boolean isMandatory()
Get Mandatory. Data entry is required in this column


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


setM_AttributeSearch_ID

void setM_AttributeSearch_ID(int M_AttributeSearch_ID)
Set Attribute Search. Common Search Attribute


getM_AttributeSearch_ID

int getM_AttributeSearch_ID()
Get Attribute Search. Common Search Attribute


getM_AttributeSearch

I_M_AttributeSearch getM_AttributeSearch()
                                         throws Exception
Throws:
Exception

setName

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


getName

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


Adempiere 3.5.2a

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