Adempiere 3.5.2a

org.compiere.model
Interface I_R_InterestArea

All Known Implementing Classes:
MInterestArea, X_R_InterestArea

public interface I_R_InterestArea

Generated Interface for R_InterestArea

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 2 - Client
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_IsSelfService
          Column name IsSelfService
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_R_InterestArea_ID
          Column name R_InterestArea_ID
static String COLUMNNAME_Value
          Column name Value
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=530
static String Table_Name
          TableName=R_InterestArea
 
Method Summary
 String getDescription()
          Get Description.
 String getName()
          Get Name.
 int getR_InterestArea_ID()
          Get Interest Area.
 String getValue()
          Get Search Key.
 boolean isSelfService()
          Get Self-Service.
 void setDescription(String Description)
          Set Description.
 void setIsSelfService(boolean IsSelfService)
          Set Self-Service.
 void setName(String Name)
          Set Name.
 void setR_InterestArea_ID(int R_InterestArea_ID)
          Set Interest Area.
 void setValue(String Value)
          Set Search Key.
 

Field Detail

Table_Name

static final String Table_Name
TableName=R_InterestArea

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=530


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 2 - Client


COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_IsSelfService

static final String COLUMNNAME_IsSelfService
Column name IsSelfService

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_R_InterestArea_ID

static final String COLUMNNAME_R_InterestArea_ID
Column name R_InterestArea_ID

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


setIsSelfService

void setIsSelfService(boolean IsSelfService)
Set Self-Service. This is a Self-Service entry or this entry can be changed via Self-Service


isSelfService

boolean isSelfService()
Get Self-Service. This is a Self-Service entry or this entry can be changed via Self-Service


setName

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


getName

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


setR_InterestArea_ID

void setR_InterestArea_ID(int R_InterestArea_ID)
Set Interest Area. Interest Area or Topic


getR_InterestArea_ID

int getR_InterestArea_ID()
Get Interest Area. Interest Area or Topic


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.