Adempiere 3.5.2a

org.eevolution.model
Interface I_HR_Concept_Category

All Known Implementing Classes:
X_HR_Concept_Category

public interface I_HR_Concept_Category

Generated Interface for HR_Concept_Category

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_HR_Concept_Acct
          Column name HR_Concept_Acct
static String COLUMNNAME_HR_Concept_Category_ID
          Column name HR_Concept_Category_ID
static String COLUMNNAME_IsDefault
          Column name IsDefault
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_Value
          Column name Value
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=53097
static String Table_Name
          TableName=HR_Concept_Category
 
Method Summary
 String getDescription()
          Get Description.
 int getHR_Concept_Acct()
          Get HR_Concept_Acct
 int getHR_Concept_Category_ID()
          Get Payroll Concept Category
 String getName()
          Get Name.
 String getValue()
          Get Search Key.
 boolean isDefault()
          Get Default.
 void setDescription(String Description)
          Set Description.
 void setHR_Concept_Acct(int HR_Concept_Acct)
          Set HR_Concept_Acct
 void setHR_Concept_Category_ID(int HR_Concept_Category_ID)
          Set Payroll Concept Category
 void setIsDefault(boolean IsDefault)
          Set Default.
 void setName(String Name)
          Set Name.
 void setValue(String Value)
          Set Search Key.
 

Field Detail

Table_Name

static final String Table_Name
TableName=HR_Concept_Category

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=53097


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_HR_Concept_Acct

static final String COLUMNNAME_HR_Concept_Acct
Column name HR_Concept_Acct

See Also:
Constant Field Values

COLUMNNAME_HR_Concept_Category_ID

static final String COLUMNNAME_HR_Concept_Category_ID
Column name HR_Concept_Category_ID

See Also:
Constant Field Values

COLUMNNAME_IsDefault

static final String COLUMNNAME_IsDefault
Column name IsDefault

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


setHR_Concept_Acct

void setHR_Concept_Acct(int HR_Concept_Acct)
Set HR_Concept_Acct


getHR_Concept_Acct

int getHR_Concept_Acct()
Get HR_Concept_Acct


setHR_Concept_Category_ID

void setHR_Concept_Category_ID(int HR_Concept_Category_ID)
Set Payroll Concept Category


getHR_Concept_Category_ID

int getHR_Concept_Category_ID()
Get Payroll Concept Category


setIsDefault

void setIsDefault(boolean IsDefault)
Set Default. Default value


isDefault

boolean isDefault()
Get Default. Default 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.